summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: update the handle ptr in is_idleSunil Khatri2025-02-251-1/+1
* drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello2024-12-101-1/+2
* drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang2024-12-101-1/+1
* drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri2024-10-221-1/+0
* drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy suspend functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy resume functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy sw_fini functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: clean the dummy sw_init functionsSunil Khatri2024-10-221-6/+0
* drm/amdgpu: change the comment from handle to ip_blockSunil Khatri2024-10-071-2/+2
* drm/amdgpu: update the handle ptr in hw_finiSunil Khatri2024-10-071-3/+2
* drm/amdgpu: update the handle ptr in hw_initSunil Khatri2024-10-071-8/+2
* drm/amdgpu: update the handle ptr in resumeSunil Khatri2024-10-071-1/+1
* drm/amdgpu: update the handle ptr in suspendSunil Khatri2024-10-071-1/+1
* drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri2024-10-071-1/+1
* drm/amdgpu: update the handle ptr in soft_resetSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in sw_finiSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in sw_initSunil Khatri2024-10-011-1/+1
* drm/amdgpu: update the handle ptr in early_initSunil Khatri2024-10-011-2/+3
* drm/amd: Don't initialize ISP hardware without FWMario Limonciello2024-06-271-2/+2
* drm/amdgpu: refine isp firmware loadingYang Wang2024-06-271-3/+1
* drm/amd/amdgpu: Fix 'snprintf' output truncation warningPratap Nirujogi2024-06-271-1/+1
* drm/amd/amdgpu: Add ISP4.1.0 and ISP4.1.1 modulesPratap Nirujogi2024-06-271-128/+39
* drm/amd/amdgpu: Map ISP interrupts as generic IRQsPratap Nirujogi2024-06-271-4/+27
* drm/amd/amdgpu: Add ISP driver supportPratap Nirujogi2024-06-271-0/+278