mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
drm/amd/display: Fix dig register undefined
[Why] Some of the stream encoder registers have register offset address 0. It is causing no display in some scenarios due to DIG_FE was not setup correctly and was not enabled. [How] Fix stream encoder register define list. Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Charlene Liu <charlene.liu@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Duncan Ma <duncan.ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1101185bc5
commit
f1eb045639
|
|
@ -308,7 +308,7 @@ static const struct dcn31_apg_mask apg_mask = {
|
|||
};
|
||||
|
||||
#define stream_enc_regs_init(id)\
|
||||
SE_DCN32_REG_LIST_RI(id)
|
||||
SE_DCN35_REG_LIST_RI(id)
|
||||
|
||||
static struct dcn10_stream_enc_registers stream_enc_regs[5];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user