Skip to content

Commit

Permalink
Revert "drm/amdgpu: Fix ISP hw init issue"
Browse files Browse the repository at this point in the history
This reverts commit 274e3f4.

Additional review comments to address. Will resubmit.

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Pratap Nirujogi authored and Alex Deucher committed Dec 5, 2024
1 parent 73dae65 commit 9f4ddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const char *amdgpu_asic_name[] = {
"LAST",
};

#define AMDGPU_IP_BLK_MASK_ALL GENMASK(AMDGPU_MAX_IP_NUM, 0)
#define AMDGPU_IP_BLK_MASK_ALL GENMASK(AMDGPU_MAX_IP_NUM - 1, 0)
/*
* Default init level where all blocks are expected to be initialized. This is
* the level of initialization expected by default and also after a full reset
Expand Down

0 comments on commit 9f4ddfd

Please sign in to comment.