]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Update underflow detection for DCN42
authorRoman Li <Roman.Li@amd.com>
Tue, 17 Mar 2026 00:17:57 +0000 (20:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Mar 2026 18:13:32 +0000 (14:13 -0400)
commitc096932fd4f72f89fed0b80df473f3af8217d818
treee5ac208c2c6f8313d6af1f4028782220c296bc1f
parent68bd4f6b8310f309eb63b41e15088690c9cec0a9
drm/amd/display: Update underflow detection for DCN42

[Why]
The DCN42 underflow detection functions in dcn42_optc.c use
OPTC_RSMU_UNDERFLOW register but the register offset definitions
were missing from dcn_4_2_0_offset.h and dcn42_resource.h.

[How]
Add missing register definitions.

Fixes: e56e3cff2a1b ("drm/amd/display: Sync dcn42 with DC 3.2.373")
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Signed-off-by: Chuanyu Tseng <Chuanyu.Tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.h
drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_4_2_0_offset.h