summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath-12/+13
2022-10-26drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resumePrike Liang-0/+16
2022-10-25Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-9/+0
2022-10-24drm/amdgpu: skip mes self test for gc 11.0.3 in recoverYuBiao Wang-1/+1
2022-10-24drm/amd: Add IMU fw version to fw version queriesDavid Francis-1/+18
2022-10-24drm/amd/pm: allow gfxoff on gc_11_0_3Kenneth Feng-0/+1
2022-10-24drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()Rafael Mendonca-3/+3
2022-10-24drm/amdgpu: Remove ATC L2 access for MMHUB 2.1.xLijo Lazar-20/+8
2022-10-24amd/amdgpu: fix repeated words in commentswangjianli-1/+1
2022-10-24drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resumePrike Liang-0/+16
2022-10-24drm/amdgpu: skip mes self test for gc 11.0.3 in recoverYuBiao Wang-1/+1
2022-10-24drm/amd: Add IMU fw version to fw version queriesDavid Francis-1/+18
2022-10-24drm/amdgpu: fix sdma doorbell init ordering on APUsAlex Deucher-5/+21
2022-10-24drm/amd/pm: allow gfxoff on gc_11_0_3Kenneth Feng-0/+1
2022-10-24drm/amdkfd: Fix memory leak in kfd_mem_dmamap_userptr()Rafael Mendonca-3/+3
2022-10-24drm/amdgpu: Remove ATC L2 access for MMHUB 2.1.xLijo Lazar-20/+8
2022-10-21drm/amdgpu: Adjust MES polling timeout for sriovYiqing Yao-1/+8
2022-10-21drm/amdgpu: fix pstate setting issueChengming Gui-1/+4
2022-10-21drm/amdgpu: Adjust MES polling timeout for sriovYiqing Yao-1/+8
2022-10-21drm/amdgpu: fix pstate setting issueChengming Gui-1/+4
2022-10-21Merge tag 'drm-misc-fixes-2022-10-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+8
2022-10-20drm/amdgpu: fix sdma doorbell init ordering on APUsAlex Deucher-5/+21
2022-10-20Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-2367/+5131
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin-9/+0
2022-10-19drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updatesChristian König-1/+8
2022-10-18drm/amdgpu: Fix for BO move issueArunpravin Paneer Selvam-0/+3
2022-10-18drm/amdgpu: dequeue mes scheduler during finiYuBiao Wang-3/+39
2022-10-18drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11Yifan Zha-9/+13
2022-10-18drm/amd/pm: disable cstate feature for gpu reset scenarioEvan Quan-0/+8
2022-10-18drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supportedYiPeng Chai-5/+9
2022-10-18drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10YiPeng Chai-0/+10
2022-10-18drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3YiPeng Chai-0/+1
2022-10-18drm/amdgpu: skip mes self test for gc 11.0.3Likun Gao-1/+2
2022-10-18drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10Kenneth Feng-1/+6
2022-10-18drm/amdgpu: Refactor mode2 reset logic for v11.0.7Victor Zhao-8/+17
2022-10-18Revert "drm/amdgpu: let mode2 reset fallback to default when failure"Victor Zhao-20/+2
2022-10-18Revert "drm/amdgpu: add debugfs amdgpu_reset_level"Victor Zhao-17/+0
2022-10-18drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV caseDanijel Slivka-1/+15
2022-10-18drm/amdgpu: Fix for BO move issueArunpravin Paneer Selvam-0/+3
2022-10-18drm/amdgpu: dequeue mes scheduler during finiYuBiao Wang-3/+39
2022-10-18drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11Yifan Zha-9/+13
2022-10-17drm/amd/amdgpu: Replace kmap() with kmap_local_page()Fabio M. De Francesco-4/+4
2022-10-17drm/amdgpu: move convert_error_address out of umc_rasHawking Zhang-12/+18
2022-10-17drm/amd/pm: disable cstate feature for gpu reset scenarioEvan Quan-0/+8
2022-10-17drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supportedYiPeng Chai-5/+9
2022-10-17drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10YiPeng Chai-0/+10
2022-10-17drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3YiPeng Chai-0/+1
2022-10-17drm/amdgpu: skip mes self test for gc 11.0.3Likun Gao-1/+2
2022-10-17drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10Kenneth Feng-1/+6
2022-10-17drm/amdgpu: Refactor mode2 reset logic for v11.0.7Victor Zhao-8/+17