aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-13drm/amdgpu: move poll enabled/disable into non DC pathGuchun Chen1-4/+0
2023-03-13drm/amdgpu: use drm_device pointer directly rather than convert againGuchun Chen1-2/+2
2023-03-13drm/amdgpu: drop pm_sysfs_en flag from amdgpu_device structureGuchun Chen1-6/+3
2023-03-08drm/amdgpu: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-2/+0
2023-03-07drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmuxOrlando Chamberlain1-5/+16
2023-02-15drm/amd/amdgpu: fix warning during suspendJack Xiao1-0/+3
2023-02-08drm/amdgpu: Fix incorrect filenames in sysfs commentsKent Russell1-2/+2
2023-01-31Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdg...Vitaly Prosyak1-1/+2
2023-01-30Merge tag 'amd-drm-next-6.3-2023-01-27' of https://gitlab.freedesktop.org/agd...Dave Airlie1-0/+12
2023-01-25Merge tag 'amd-drm-next-6.3-2023-01-20' of https://gitlab.freedesktop.org/agd...Dave Airlie1-3/+7
2023-01-24drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 resetTim Huang1-0/+12
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+1
2023-01-18drm/amdgpu: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann1-0/+1
2023-01-17drm/amdgpu: Fix coding styleThomas Zimmermann1-2/+2
2023-01-17drm/amd: Evaluate early init for all IP blocks even if one failsMario Limonciello1-1/+5
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-13' of https://gitlab.freedesktop.org/agd...Dave Airlie1-11/+11
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-06' of https://gitlab.freedesktop.org/agd...Dave Airlie1-41/+31
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for GPU info binMario Limonciello1-11/+3
2023-01-09drm/amd: Delay removal of the firmware framebufferMario Limonciello1-0/+8
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-4/+2
2023-01-03drm/amdgpu: rename vram_scratch into mem_scratchChristian König1-14/+14
2023-01-03drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König1-3/+5
2023-01-03drm/amdgpu: adjust the sequence to check soft resetLikun Gao1-6/+2
2022-12-20drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher1-2/+3
2022-12-20drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher1-2/+3
2022-12-20Revert "drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume"Alex Deucher1-16/+0
2022-12-20drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resumeAlex Deucher1-0/+6
2022-12-20drm/amdgpu: don't mess with SDMA clock or powergating in S0ixAlex Deucher1-4/+6
2022-12-13drm/amdgpu: Add an extra evict_resource call during device_suspend.Shikang Fan1-0/+5
2022-12-06drm/ttm: use per BO cleanup workersChristian König1-1/+1
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König1-3/+1
2022-11-29drm/amdgpu: Fix potential double free and null pointer dereferenceLiang He1-0/+5
2022-11-23drm/amdgpu: fix for suspend/resume kiq fence fallback under sriovShikang Fan1-11/+12
2022-11-23drm/amdgpu: fix pci device refcount leakYang Yingliang1-0/+4
2022-11-22Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd...Dave Airlie1-127/+76
2022-11-17drm/amdgpu: Enable mode-1 reset for RAS recovery in fatal error modeYiPeng Chai1-0/+4
2022-11-16Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-0/+1
2022-11-15drm/amdgpu: stop resubmittting jobs in amdgpu_pci_resumeChristian König1-2/+0
2022-11-15drm/amdgpu: stop resubmitting jobs for GPU reset v2Christian König1-5/+1
2022-11-15drm/amdgpu: revert "implement tdr advanced mode"Christian König1-103/+0
2022-11-15drm/amdgpu: Fixed the problem that ras error can't be queried after gpu recov...YiPeng Chai1-0/+2
2022-11-15drm/amdgpu: there is no vbios fb on devices with no display hw (v2)Alex Deucher1-0/+41
2022-11-15drm/amdgpu: clarify DC checksAlex Deucher1-15/+17
2022-11-15drm/amdgpu: rework SR-IOV virtual display handlingAlex Deucher1-2/+11
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann1-0/+1
2022-11-04drm/amdgpu: fix for suspend/resume sequence under sriovVictor Zhao1-0/+2
2022-11-04drm/amdgpu: Disable MCBP from soc21 for SRIOVYiqing Yao1-1/+1
2022-10-27drm/amd: Fail the suspend if resources can't be evictedMario Limonciello1-5/+10
2022-10-24amd/amdgpu: fix repeated words in commentswangjianli1-1/+1
2022-10-24drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resumePrike Liang1-0/+16