summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorLines
2023-05-03drm/amdgpu: Use the default reset when loading or reloading the driverlyndonli-0/+7
2023-04-18drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"Chong Li-15/+17
2023-04-14drm/amdgpu: skip kfd-iommu suspend/resume for S0ixAaron Liu-3/+5
2023-04-13drm/amdgpu: rename num_doorbellsShashank Sharma-11/+11
2023-04-11drm/amdkfd: Check PCIe atomics support on GFX11 to set CP_HQD_HQ_STATUS0[29]Sreekant Somasekharan-1/+1
2023-04-11drm/amd/amdgpu: Drop the hang limit parameterSrinivasan Shanmugam-1/+1
2023-03-31drm/amdgpu: Add JPEG IP block to SRIOV reinitYifan Zha-1/+2
2023-03-22drm/amdgpu: resume ras for gfx v11_0_3 during reset on SRIOVYiPeng Chai-2/+3
2023-03-22drm/amdgpu: reinit mes ip block during reset on SRIOVYiPeng Chai-0/+1
2023-03-22drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng-0/+15
2023-03-22drm/amd/amdgpu/amdgpu_device: Provide missing kerneldoc entry for 'reset_cont...Lee Jones-0/+1
2023-03-15drm/amdgpu: Move to common helper to query soc rev_idHawking Zhang-0/+12
2023-03-15drm/amdgpu: Move to common indirect reg access helperHawking Zhang-14/+18
2023-03-13drm/amdgpu: move poll enabled/disable into non DC pathGuchun Chen-4/+0
2023-03-13drm/amdgpu: use drm_device pointer directly rather than convert againGuchun Chen-2/+2
2023-03-13drm/amdgpu: drop pm_sysfs_en flag from amdgpu_device structureGuchun Chen-6/+3
2023-03-08drm/amdgpu: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-2/+0
2023-03-07drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmuxOrlando Chamberlain-5/+16
2023-02-15drm/amd/amdgpu: fix warning during suspendJack Xiao-0/+3
2023-02-08drm/amdgpu: Fix incorrect filenames in sysfs commentsKent Russell-2/+2
2023-01-31Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdg...Vitaly Prosyak-1/+2
2023-01-30Merge tag 'amd-drm-next-6.3-2023-01-27' of https://gitlab.freedesktop.org/agd...Dave Airlie-0/+12
2023-01-25Merge tag 'amd-drm-next-6.3-2023-01-20' of https://gitlab.freedesktop.org/agd...Dave Airlie-3/+7
2023-01-24drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 resetTim Huang-0/+12
2023-01-24Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-0/+1
2023-01-18drm/amdgpu: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann-0/+1
2023-01-17drm/amdgpu: Fix coding styleThomas Zimmermann-2/+2
2023-01-17drm/amd: Evaluate early init for all IP blocks even if one failsMario Limonciello-1/+5
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-13' of https://gitlab.freedesktop.org/agd...Dave Airlie-11/+11
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-06' of https://gitlab.freedesktop.org/agd...Dave Airlie-41/+31
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for GPU info binMario Limonciello-11/+3
2023-01-09drm/amd: Delay removal of the firmware framebufferMario Limonciello-0/+8
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-4/+2
2023-01-03drm/amdgpu: rename vram_scratch into mem_scratchChristian König-14/+14
2023-01-03drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König-3/+5
2023-01-03drm/amdgpu: adjust the sequence to check soft resetLikun Gao-6/+2
2022-12-20drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher-2/+3
2022-12-20drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher-2/+3
2022-12-20Revert "drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume"Alex Deucher-16/+0
2022-12-20drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resumeAlex Deucher-0/+6
2022-12-20drm/amdgpu: don't mess with SDMA clock or powergating in S0ixAlex Deucher-4/+6
2022-12-13drm/amdgpu: Add an extra evict_resource call during device_suspend.Shikang Fan-0/+5
2022-12-06drm/ttm: use per BO cleanup workersChristian König-1/+1
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König-3/+1
2022-11-29drm/amdgpu: Fix potential double free and null pointer dereferenceLiang He-0/+5
2022-11-23drm/amdgpu: fix for suspend/resume kiq fence fallback under sriovShikang Fan-11/+12
2022-11-23drm/amdgpu: fix pci device refcount leakYang Yingliang-0/+4
2022-11-22Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd...Dave Airlie-127/+76
2022-11-17drm/amdgpu: Enable mode-1 reset for RAS recovery in fatal error modeYiPeng Chai-0/+4
2022-11-16Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-0/+1