diff options
author | Pratap Nirujogi <[email protected]> | 2024-11-29 14:52:08 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-12-02 18:35:36 -0500 |
commit | 274e3f4596446955bf17680fd4eb5489f5ecac00 (patch) | |
tree | b49f034242127942c241d625dad9182c1498ce8d /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 0c0a19430bfdfedab437e77b9262e8e62ced384e (diff) |
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: Mario Limonciello <[email protected]>
Fixes: 14f2fe34f5c6 ("drm/amdgpu: Add init levels")
Signed-off-by: Pratap Nirujogi <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions