summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)Lin.Cao2023-05-101-1/+5
* drm/amdgpu: set gfx9 onwards APU atomics support to be trueYifan Zhang2023-05-051-0/+6
* drm/amdgpu: Use the default reset when loading or reloading the driverlyndonli2023-04-261-0/+7
* drm/amd/amdgpu: Fix style errors in amdgpu_drv.c & amdgpu_device.cSrinivasan Shanmugam2023-04-211-32/+33
* drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"Chong Li2023-04-181-15/+17
* drm/amdgpu: skip kfd-iommu suspend/resume for S0ixAaron Liu2023-04-141-3/+5
* drm/amdgpu: rename num_doorbellsShashank Sharma2023-04-131-11/+11
* drm/amdkfd: Check PCIe atomics support on GFX11 to set CP_HQD_HQ_STATUS0[29]Sreekant Somasekharan2023-04-111-1/+1
* drm/amd/amdgpu: Drop the hang limit parameterSrinivasan Shanmugam2023-04-111-1/+1
* drm/amdgpu: Add JPEG IP block to SRIOV reinitYifan Zha2023-03-311-1/+2
* drm/amdgpu: resume ras for gfx v11_0_3 during reset on SRIOVYiPeng Chai2023-03-221-2/+3
* drm/amdgpu: reinit mes ip block during reset on SRIOVYiPeng Chai2023-03-221-0/+1
* drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng2023-03-221-0/+15
* drm/amd/amdgpu/amdgpu_device: Provide missing kerneldoc entry for 'reset_cont...Lee Jones2023-03-221-0/+1
* drm/amdgpu: Move to common helper to query soc rev_idHawking Zhang2023-03-151-0/+12
* drm/amdgpu: Move to common indirect reg access helperHawking Zhang2023-03-151-14/+18
* drm/amdgpu: move poll enabled/disable into non DC pathGuchun Chen2023-03-131-4/+0
* drm/amdgpu: use drm_device pointer directly rather than convert againGuchun Chen2023-03-131-2/+2
* drm/amdgpu: drop pm_sysfs_en flag from amdgpu_device structureGuchun Chen2023-03-131-6/+3
* drm/amdgpu: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-2/+0
* drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmuxOrlando Chamberlain2023-03-071-5/+16
* drm/amd/amdgpu: fix warning during suspendJack Xiao2023-02-151-0/+3
* drm/amdgpu: Fix incorrect filenames in sysfs commentsKent Russell2023-02-081-2/+2
* Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdg...Vitaly Prosyak2023-01-311-1/+2
* Merge tag 'amd-drm-next-6.3-2023-01-27' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-301-0/+12
|\
| * drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 resetTim Huang2023-01-241-0/+12
* | Merge tag 'amd-drm-next-6.3-2023-01-20' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-251-3/+7
|\ \ | |/
| * drm/amdgpu: Fix coding styleThomas Zimmermann2023-01-171-2/+2
| * drm/amd: Evaluate early init for all IP blocks even if one failsMario Limonciello2023-01-171-1/+5
* | Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-0/+1
|\ \
| * | drm/amdgpu: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-181-0/+1
* | | Merge tag 'amd-drm-next-6.3-2023-01-13' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-161-11/+11
|\ \ \ | | |/ | |/|
| * | drm/amd: Use `amdgpu_ucode_*` helpers for GPU info binMario Limonciello2023-01-101-11/+3
| * | drm/amd: Delay removal of the firmware framebufferMario Limonciello2023-01-091-0/+8
* | | Merge tag 'amd-drm-next-6.3-2023-01-06' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-161-41/+31
|\ \ \ | |/ /
| * | drm/amdgpu: rename vram_scratch into mem_scratchChristian König2023-01-031-14/+14
| * | drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König2023-01-031-3/+5
| * | drm/amdgpu: adjust the sequence to check soft resetLikun Gao2023-01-031-6/+2
| * | drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher2022-12-201-2/+3
| * | Revert "drm/amdgpu: disallow gfxoff until GC IP blocks complete s2idle resume"Alex Deucher2022-12-201-16/+0
| * | drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resumeAlex Deucher2022-12-201-0/+6
| * | drm/amdgpu: don't mess with SDMA clock or powergating in S0ixAlex Deucher2022-12-201-4/+6
* | | Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-041-4/+2
|\ \ \ | | |/ | |/|
| * | drm/ttm: use per BO cleanup workersChristian König2022-12-061-1/+1
| * | drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-061-3/+1
* | | drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher2022-12-201-2/+3
| |/ |/|
* | drm/amdgpu: Add an extra evict_resource call during device_suspend.Shikang Fan2022-12-131-0/+5
* | drm/amdgpu: Fix potential double free and null pointer dereferenceLiang He2022-11-291-0/+5
* | drm/amdgpu: fix for suspend/resume kiq fence fallback under sriovShikang Fan2022-11-231-11/+12
* | drm/amdgpu: fix pci device refcount leakYang Yingliang2022-11-231-0/+4
|/