Skip to content
Snippets Groups Projects
Commit 7a41d27d authored by Pratap Nirujogi's avatar Pratap Nirujogi Committed by Linux Infrastructure
Browse files

drm/amdgpu: Fix ISP hw init issue


ISP hw_init is not called with the recent changes related
to hw init levels. AMDGPU_INIT_LEVEL_DEFAULT is ignoring
the ISP IP block as AMDGPU_IP_BLK_MASK_ALL is derived using
incorrect max number of IP blocks.

Update AMDGPU_IP_BLK_MASK_ALL to use AMDGPU_MAX_IP_NUM
instead of (AMDGPU_MAX_IP_NUM - 1) to fix the issue.

Reviewed-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Fixes: 14c11b71 ("drm/amdgpu: Add init levels")
Signed-off-by: default avatarPratap Nirujogi <pratap.nirujogi@amd.com>
parent 08763bb6
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment