aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2024-10-01drm/amdgpu: update the handle ptr in post_soft_resetSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in pre_soft_resetSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in check_soft_resetSunil Khatri1-1/+2
2024-10-01drm/amdgpu: update the handle ptr in prepare_suspendSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in late_finiSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in early_finiSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in late_initSunil Khatri1-1/+1
2024-10-01drm/amdgpu: update the handle ptr in early_initSunil Khatri1-12/+12
2024-10-01drm/amdgpu: Add sysfs nodes to get xcp detailsLijo Lazar1-0/+2
2024-10-01drm/amdgpu: update the handle ptr in dump_ip_stateSunil Khatri1-1/+1
2024-09-26drm/amdgpu: Refactor XGMI reset on init handlingLijo Lazar1-4/+6
2024-09-26drm/amdgpu: Add helper to initialize badpage infoLijo Lazar1-1/+1
2024-09-26drm/amdgpu: Remove unused amdgpu_device_ip_is_idleDr. David Alan Gilbert1-24/+0
2024-09-26drm/amdgpu: add amdgpu_device reference in ip blockSunil Khatri1-0/+2
2024-09-26drm/amdgpu: Separate reinitialization after resetLijo Lazar1-63/+87
2024-09-26drm/amdgpu: Use init level for pending_reset flagLijo Lazar1-26/+8
2024-09-26drm/amdgpu: Add init levelsLijo Lazar1-0/+66
2024-09-26drm/amd/amdgpu: Add helper to get ip block validAsad Kamal1-0/+22
2024-09-18drm/amdgpu: nuke the VM PD/PT shadow handlingChristian König1-85/+2
2024-09-17drm/amdgpu: Fix missing check pcie_p2p module paramBob Zhou1-1/+1
2024-08-29drm/amd/amdgpu: move drain_workqueue before shutdown is setVictor Zhao1-3/+3
2024-08-29drm/amdgpu: skip printing vram_lost if neededTrigger Huang1-1/+1
2024-08-27Merge tag 'amd-drm-next-6.12-2024-08-26' of https://gitlab.freedesktop.org/ag...Daniel Vetter1-46/+86
2024-08-23drm/amdgpu: Take IOMMU remapping into account for p2p checksRahul Jain1-8/+35
2024-08-20drm/amdgpu: Implement Enforce Isolation Handler for KGD/KFD serializationSrinivasan Shanmugam1-0/+16
2024-08-20drm/amdgpu: Add enforce_isolation sysfs attributeSrinivasan Shanmugam1-0/+2
2024-08-16drm/amdgpu: Make enforce_isolation setting per GPUSrinivasan Shanmugam1-0/+5
2024-08-16drm/amdgpu/gfx11: add a mutex for the gfx semaphoreAlex Deucher1-0/+1
2024-08-13drm/amdgpu: Disable dpm_enabled flag while VF is in resetVictor Skvortsov1-4/+2
2024-08-06drm/amdgpu: report bad status in GPU recoveryTao Zhou1-2/+8
2024-08-06drm/amdgpu: update bad state check in GPU recoveryTao Zhou1-1/+1
2024-08-06drm/amdgpu: Clean up the register dump via debugfs listSunil Khatri1-19/+0
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-81/+108
2024-07-27drm/amdgpu: trigger ip dump before suspend of IP'sSunil Khatri1-30/+30
2024-07-25drm/scheduler: remove full_recover from drm_sched_startChristian König1-2/+2
2024-07-24drm/amdgpu: skip kfd init if GFX is not ready.Yifan Zhang1-1/+5