summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-1/+2
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-1/+1
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-1/+1
2024-10-23drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-1/+0
2024-10-23drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri1-6/+0
2024-10-23drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri1-6/+0
2024-10-23drm/amdgpu: clean the dummy suspend functionsSunil Khatri1-6/+0
2024-10-23drm/amdgpu: clean the dummy resume functionsSunil Khatri1-6/+0
2024-10-23drm/amdgpu: clean the dummy sw_fini functionsSunil Khatri1-6/+0
2024-10-23drm/amdgpu: clean the dummy sw_init functionsSunil Khatri1-6/+0
2024-10-07drm/amdgpu: change the comment from handle to ip_blockSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-3/+2
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-8/+2
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-1/+1
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-1/+1
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+3
2024-06-28drm/amd: Don't initialize ISP hardware without FWMario Limonciello1-2/+2
2024-06-28drm/amdgpu: refine isp firmware loadingYang Wang1-3/+1
2024-06-28drm/amd/amdgpu: Fix 'snprintf' output truncation warningPratap Nirujogi1-1/+1
2024-06-28drm/amd/amdgpu: Add ISP4.1.0 and ISP4.1.1 modulesPratap Nirujogi1-128/+39
2024-06-28drm/amd/amdgpu: Map ISP interrupts as generic IRQsPratap Nirujogi1-4/+27
2024-06-28drm/amd/amdgpu: Add ISP driver supportPratap Nirujogi1-0/+278