summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Don't show false warning for reg listLijo Lazar2024-06-252-6/+24
* drm/amdgpu: avoid using null object of framebufferJulia Zhang2024-06-251-2/+16
* drm/amdgpu: Fix pci state save during mode-1 resetLijo Lazar2024-06-251-2/+5
* drm/amdgpu/atomfirmware: fix parsing of vram_infoAlex Deucher2024-06-251-1/+1
* drm/amdgpu: init TA fw for psp v14Likun Gao2024-06-191-0/+5
* drm/amdgpu: cleanup MES11 command submissionChristian König2024-06-191-28/+48
* drm/amdgpu: revert "take runtime pm reference when we attach a buffer" v2Christian König2024-06-193-51/+0
* drm/amdgpu: Indicate CU havest info to CPHarish Kasiviswanathan2024-06-191-2/+13
* drm/amdgpu: fix locking scope when flushing tlbYunxiang Li2024-06-191-32/+34
* Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2024-06-145-18/+27
|\
| * Merge tag 'amd-drm-fixes-6.10-2024-05-30' of https://gitlab.freedesktop.org/a...Dave Airlie2024-05-315-18/+27
| |\
| | * drm/amdgpu: Make CPX mode auto default in NPS4Rajneesh Bhardwaj2024-05-291-1/+1
| | * drm/amdkfd: simplify APU VRAM handlingAlex Deucher2024-05-291-8/+8
| | * drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_p...Jesse Zhang2024-05-291-1/+5
| | * drm/amdgpu: Adjust logic in amdgpu_device_partner_bandwidth()Alex Deucher2024-05-291-7/+12
| | * drm/amdgpu: correct hbm field in boot statusHawking Zhang2024-05-231-1/+1
* | | drm/amdgpu: Fix the BO release clear memory warningArunpravin Paneer Selvam2024-06-102-2/+1
|/ /
* | Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-243-10/+33
|\|
| * drm/amdgpu/atomfirmware: add intergrated info v2.3 tableLi Ma2024-05-221-0/+15
| * drm/amdkfd: Let VRAM allocations go to GTT domain on small APUsLang Yu2024-05-202-9/+16
| * drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vmsLang Yu2024-05-201-1/+2
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-8/+8
* | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+1
|\ \
| * | drm/amdgpu: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-1/+1
|\ \ \
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-1/+1
* | | | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-15141-937/+3165
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"Geert Uytterhoeven2024-05-021-4/+2
| * | | Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"Geert Uytterhoeven2024-05-021-1/+1
| * | | Revert "drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on"Geert Uytterhoeven2024-05-021-1/+1
| * | | Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"Geert Uytterhoeven2024-05-021-1/+1
| * | | Merge tag 'amd-drm-next-6.10-2024-04-26' of https://gitlab.freedesktop.org/ag...Dave Airlie2024-04-3098-141/+1322
| |\ \ \
| | * | | drm/amdgpu: fix the warning about the expression (int)size - lenJesse Zhang2024-04-261-2/+3
| | * | | drm/amdgpu/mes: add mes mapping legacy queue supportJack Xiao2024-04-262-0/+36
| | * | | drm/amdgpu: fix uninitialized scalar variable warningTim Huang2024-04-261-1/+2
| | * | | drm/amdgpu: skip ip dump if devcoredump flag is setSunil Khatri2024-04-261-6/+7
| | * | | drm/amdgpu: Modify the contiguous flags behaviourArunpravin Paneer Selvam2024-04-262-7/+24
| | * | | drm/amdkfd: Enable SQ watchpoint for gfx10Lancelot SIX2024-04-261-13/+58
| | * | | drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rl...Srinivasan Shanmugam2024-04-261-1/+1
| | * | | drm/amdgpu: Fix ras mode2 reset failure in ras aca modeYiPeng Chai2024-04-261-0/+4
| | * | | drm/amdgpu: fix double free err_addr pointer warningsBob Zhou2024-04-261-0/+1
| | * | | drm/amdgpu: initialize the last_jump_jiffies in atom_exec_contextJesse Zhang2024-04-261-0/+1
| | * | | drm/amdgpu: add check before free wb entryJesse Zhang2024-04-263-3/+6
| | * | | drm/amdgpu: add return result for amdgpu_i2c_{get/put}_byteBob Zhou2024-04-261-19/+28
| | * | | drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou2024-04-261-0/+3
| | * | | drm/amdgpu: Initialize timestamp for some legacy SOCsMa Jun2024-04-261-0/+8
| | * | | drm/amdgpu: Use new interface to reserve bad pageYiPeng Chai2024-04-261-3/+1
| | * | | drm/amdgpu: Fix address translation defectYiPeng Chai2024-04-261-1/+1
| | * | | drm/amdgpu: support ACA logging ecc errorsYiPeng Chai2024-04-261-0/+5
| | * | | drm/amdgpu: add poison consumption handlerYiPeng Chai2024-04-261-4/+39