summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-09Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown1-8/+0
2021-12-31drm/amdgpu: disable runpm if we are the primary adapterAlex Deucher3-0/+35
2021-12-31Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org/git/drm/drm-misc i...Dave Airlie1-1/+1
2021-12-28drm/amdgpu: no DC support for headless chipsAlex Deucher1-0/+6
2021-12-27drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Evan Quan1-0/+15
2021-12-27drm/amdgpu: always reset the asic in suspend (v2)Alex Deucher1-1/+4
2021-12-23drm/amdgpu: fix runpm documentationAlex Deucher1-3/+4
2021-12-17drm/amdgpu: add support for IP discovery gc_info table v2Alex Deucher1-22/+54
2021-12-17drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...chen gong1-0/+7
2021-12-17drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fenceHuang Rui3-51/+90
2021-12-17drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notifyChristian König1-1/+1
2021-12-15drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan2-4/+12
2021-12-15drm/amdgpu: don't override default ECO_BITs settingHawking Zhang8-9/+0
2021-12-15drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma1-2/+2
2021-12-02drm/amdgpu: adjust the kfd reset sequence in reset sriov functionshaoyunl1-4/+8
2021-12-02drm/amdkfd: fix double free mem structurePhilip Yang1-3/+5
2021-12-02drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar1-3/+4
2021-12-02drm/amdgpu: fix the missed handling for SDMA2 and SDMA3Guchun Chen1-0/+2
2021-12-02drm/amdgpu: check atomic flag to differeniate with legacy pathFlora Cui1-2/+2
2021-12-02drm/amdgpu: cancel the correct hrtimer on exitFlora Cui1-2/+2
2021-12-02drm/amdgpu/sriov/vcn: add new vcn ip revision check case for SIENNA_CICHLIDJane Jian3-0/+3
2021-11-24drm/amd/display: update bios scratch when setting backlightAlex Deucher2-0/+14
2021-11-24drm/amdgpu: Skip ASPM programming on aldebaranLijo Lazar1-0/+3
2021-11-24drm/amdgpu: fix byteorder error in amdgpu discoveryYang Wang1-6/+6
2021-11-24drm/amdgpu: enable Navi retry fault wptr overflowPhilip Yang1-21/+12
2021-11-24drm/amdgpu: enable Navi 48-bit IH timestamp counterPhilip Yang1-0/+1
2021-11-24drm/amdgpu: IH process reset count when restartPhilip Yang1-1/+2
2021-11-24drm/amdgpu/gfx9: switch to golden tsc registers for renoir+Alex Deucher1-11/+35
2021-11-24drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as wellAlex Deucher1-2/+13
2021-11-24drm/amdgpu: move kfd post_reset out of reset_sriov functionshaoyunl1-4/+3
2021-11-24drm/amdgpu: Fix double free of dmabufxinhui pan1-6/+0
2021-11-24drm/amdgpu: Fix MMIO HDP flush on SRIOVFelix Kuehling7-8/+28
2021-11-18drm/amd/amdgpu: fix potential memleakBernard Zhao1-0/+1
2021-11-18drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2021-11-18drm/amd/pm: avoid duplicate powergate/ungate settingEvan Quan1-0/+3
2021-11-18drm/amdgpu: add error print when failing to add IP block(v2)Guchun Chen1-0/+36
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-47/+107
2021-11-11Merge tag 'amd-drm-fixes-5.16-2021-11-10' of https://gitlab.freedesktop.org/a...Dave Airlie14-29/+78
2021-11-11Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie1-3/+4
2021-11-10drm/amdgpu: add missed support for UVD IP_VERSION(3, 0, 64)Guchun Chen3-0/+3
2021-11-10drm/amdgpu: drop jpeg IP initialization in SRIOV caseGuchun Chen1-1/+2
2021-11-10drm/amd/amdgpu: fix the kfd pre_reset sequence in sriovshaoyunl1-4/+1
2021-11-10drm/amdgpu: fix uvd crash on Polaris12 during driver unloadingEvan Quan1-11/+13
2021-11-05drm/amdgpu: fix SI handling in amdgpu_device_asic_has_dc_support()Alex Deucher1-1/+11
2021-11-05drm/amdgpu: Fix dangling kfd_bo pointer for shared BOsFelix Kuehling3-6/+12
2021-11-05drm/amdgpu: correctly toggle gfx on/off around RLC_SPM_* register accessEvan Quan4-0/+17
2021-11-05drm/amdgpu: correct xgmi ras error count resetTao Zhou1-2/+2
2021-11-05drm/amd/amdgpu: Fix csb.bo pin_count leak on gfx 9YuBiao Wang1-1/+3
2021-11-05drm/amd/amdgpu: Avoid writing GMC registers under sriov in gmc9YuBiao Wang1-0/+4
2021-11-05drm/amdgpu: Make sure to reserve BOs before adding or removingKent Russell1-3/+10