summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Merge tag 'amd-drm-fixes-6.2-2023-01-11' of https://gitlab.freedesktop.org/ag...Dave Airlie10-13/+31
2023-01-13Merge tag 'drm-misc-fixes-2023-01-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-18/+37
2023-01-11drm/amdkfd: Fix NULL pointer error for GC 11.0.1 on mGPUEric Huang2-2/+2
2023-01-11drm/amd/pm/smu13: BACO is supported when it's in BACO stateGuchun Chen1-0/+4
2023-01-11drm/amdkfd: Add sync after creating vram boEric Huang1-0/+9
2023-01-10drm/amdgpu: fix pipeline sync v2Christian König1-16/+30
2023-01-10drm/amdgpu: Fixed bug on error when unloading amdgpuYiPeng Chai1-1/+1
2023-01-10drm/amd: Delay removal of the firmware framebufferMario Limonciello2-6/+8
2023-01-10drm/amdgpu: Fix potential NULL dereferenceLuben Tuikov1-2/+3
2023-01-05drm/amdgpu: fix missing dma_fence_put in error pathChristian König1-1/+3
2023-01-05drm/amdgpu: fix another missing fence reference in the CS codeChristian König1-1/+4
2023-01-05drm/amd/pm: add the missing mapping for PPT feature on SMU13.0.0 and 13.0.7Evan Quan2-0/+2
2023-01-05drm/amd/pm: correct the reference clock for fan speed(rpm) calculationEvan Quan1-2/+2
2023-01-05Revert "drm/amd/display: Enable Freesync Video Mode by default"Michel Dänzer3-5/+35
2023-01-04drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 an...Samson Tam1-3/+3
2023-01-04drm/amdkfd: Fix kernel warning during topology setupMukul Joshi1-1/+1
2022-12-30Merge tag 'acpi-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+4
2022-12-23Merge tag 'drm-next-2022-12-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds37-284/+551
2022-12-22drm/amd/display: Report to ACPI video if no panels were foundMario Limonciello1-0/+4
2022-12-21drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependencyChristian König1-0/+2
2022-12-21drm/amdgpu: enable VCN DPG for GC IP v11.0.4Saleemkhan Jamadar1-0/+1
2022-12-20drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Tim Huang1-1/+2
2022-12-20drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asicsEvan Quan2-6/+28
2022-12-20drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34Evan Quan3-1/+4
2022-12-20drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher1-2/+3
2022-12-20drm/amd/pm: avoid large variable on kernel stackArnd Bergmann1-5/+16
2022-12-20drm/amdkfd: Fix double release compute pasidPhilip Yang3-15/+40
2022-12-20drm/amdkfd: Fix kfd_process_device_init_vm error handlingPhilip Yang1-6/+6
2022-12-15drm/amd/pm: update SMU13.0.0 reported maximum shader clockEvan Quan1-1/+69
2022-12-15drm/amd/pm: correct SMU13.0.0 pstate profiling clock settingsEvan Quan1-7/+15
2022-12-15drm/amd/pm: enable GPO dynamic control support for SMU13.0.7Evan Quan1-0/+2
2022-12-15drm/amd/pm: enable GPO dynamic control support for SMU13.0.0Evan Quan4-1/+22
2022-12-15drm/amdgpu: revert "generally allow over-commit during BO allocation"Christian König2-4/+18
2022-12-15drm/amdgpu: Remove unnecessary domain argumentLuben Tuikov4-14/+6
2022-12-15drm/amdgpu: Fix size validation for non-exclusive domains (v4)Luben Tuikov1-11/+8
2022-12-15drm/amdgpu: Check if fru_addr is not NULL (v2)Luben Tuikov1-2/+4
2022-12-14drm/amdgpu: rework reserved VMID handlingChristian König3-30/+24
2022-12-14drm/amdgpu: stop waiting for the VM during unreserveChristian König1-16/+0
2022-12-14drm/amdgpu: cleanup SPM support a bitChristian König3-4/+7
2022-12-14drm/amdgpu: fix GDS/GWS/OA switch handlingChristian König3-43/+54
2022-12-14drm/amd/pm: add missing SMU13.0.7 mm_dpm feature mappingEvan Quan1-0/+2
2022-12-14drm/amd/pm: add missing SMU13.0.0 mm_dpm feature mappingEvan Quan1-0/+2
2022-12-14drm/amdgpu: Add notifier lock for KFD userptrsFelix Kuehling6-91/+172
2022-12-14drm/amd/display: Add DCN314 display SG SupportYifan Zhang1-0/+1
2022-12-14drm/amdgpu: WARN when freeing kernel memory during suspendChristian König1-0/+2
2022-12-14drm/amdgpu: fixx NULL pointer deref in gmc_v9_0_get_vm_pteChristian König1-1/+3
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-12-14drm/amdgpu: Add an extra evict_resource call during device_suspend.Shikang Fan1-0/+5
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds292-3757/+7004
2022-12-10drm/amdgpu: handle polaris10/11 overlap asics (v2)Alex Deucher1-2/+11