aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-12drm/amdgpu: Make VBIOS image read optionalLijo Lazar1-0/+3
2025-02-12drm/amdgpu: Add flag to make VBIOS read optionalLijo Lazar1-20/+49
2025-02-12drm/amdgpu: Add VBIOS flagsLijo Lazar1-7/+13
2025-02-12drm/amdgpu: Add wrapper for freeing vbios memoryLijo Lazar1-2/+1
2025-02-12drm/amdgpu: rework i2c init and finiAlex Deucher1-4/+2
2025-02-12drm/sched: Use struct for drm_sched_init() paramsPhilipp Stanner1-6/+12
2025-01-24drm/amd/amdgpu: Prevent null pointer dereference in GPU bandwidth calculationSrinivasan Shanmugam1-2/+2
2025-01-24drm/amdgpu: cache gpu pcie link widthAlex Deucher1-32/+120
2025-01-24drm/amdgpu: Refine ip detection log messageLijo Lazar1-2/+2
2024-12-18drm/amd: Require CONFIG_HOTPLUG_PCI_PCIE for BOCOMario Limonciello1-0/+3
2024-12-11drm/amdgpu: Avoid VF for RAS recovery source checkLijo Lazar1-0/+1
2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-0/+1
2024-12-10drm/amdgpu: add initial support for gfx950Le Ma1-0/+1
2024-12-10drm/amdgpu: device: fix spellos and punctuationRandy Dunlap1-15/+15
2024-12-10drm/amd: Add Suspend/Hibernate notification callback supportMario Limonciello1-1/+45
2024-12-10drm/amd: Invert APU check for amdgpu_device_evict_resources()Mario Limonciello1-2/+2
2024-12-10drm/amdgpu: Check fence emitted count to identify bad jobsShikang Fan1-8/+6
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-2/+2
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-2/+2
2024-12-10drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang1-1/+1
2024-12-10drm/amdgpu: Prefer RAS recovery for scheduler hangLijo Lazar1-2/+13
2024-12-10drm/amdgpu: Fix ISP HW init issuePratap Nirujogi1-1/+1
2024-12-05Revert "drm/amdgpu: Fix ISP hw init issue"Pratap Nirujogi1-1/+1
2024-12-03drm/amdgpu: rework resume handling for display (v2)Alex Deucher1-2/+43
2024-12-02drm/amdgpu: fix sriov reinit late ordersYiqing Yao1-23/+20
2024-12-02drm/amdgpu: Fix ISP hw init issuePratap Nirujogi1-1/+1
2024-11-21drm/amdgpu: fix usage slab after freeVitaly Prosyak1-1/+1
2024-11-20drm/amdgpu: Use reset recovery state checksLijo Lazar1-1/+1
2024-11-20drm/amdgpu: Add init level for post reset reinitLijo Lazar1-3/+22
2024-11-11drm/amdgpu: Implement virt req_ras_err_countVictor Skvortsov1-0/+6
2024-11-08drm/amdgpu: Inform if PCIe based P2P links are not availableRamesh Errabolu1-0/+3
2024-11-08drm/amdgpu: Add sysfs interface for gc reset maskJesse.zhang@amd.com1-0/+44
2024-11-08Merge tag 'amd-drm-next-6.13-2024-11-06' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+3
2024-11-04drm/amdgpu: skip amdgpu_device_cache_pci_state under sriovVictor Zhao1-0/+3
2024-11-01Merge tag 'drm-misc-next-2024-10-31' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-11/+11
2024-10-29Merge tag 'amd-drm-next-6.13-2024-10-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-200/+307
2024-10-24drm/amdgpu: Fix amdgpu_ip_block_hw_fini()Dan Carpenter1-1/+1
2024-10-22drm/amdgpu: validate wait_for_idle before function callSunil Khatri1-3/+6
2024-10-22drm/amdgpu: validate resume before function callSunil Khatri1-27/+37
2024-10-22drm/amdgpu: validate suspend before function callSunil Khatri1-14/+22
2024-10-22drm/amdgpu: validate hw_fini before function callSunil Khatri1-16/+22
2024-10-22drm/amdgpu: validate sw_fini before function callSunil Khatri1-6/+7
2024-10-22drm/amdgpu: validate sw_init before function callSunil Khatri1-5/+7
2024-10-18drm/amdgpu: Suspend and resume internal clients with client helpersThomas Zimmermann1-11/+11
2024-10-14drm/amdgpu: Use video aperture helpersThomas Zimmermann1-2/+3
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-7/+7
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-4/+4
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-1/+1