Commit ec876348 authored by hersen wu's avatar hersen wu Committed by Alex Deucher

drm/amd/display: navi10 bring up skip dsc encoder config

not needed for bring up.
Signed-off-by: default avatarhersen wu <hersenxs.wu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9e14d4f1
......@@ -286,6 +286,14 @@ static void enc2_dp_set_dsc_config(struct stream_encoder *enc,
uint8_t *dsc_packed_pps)
{
struct dcn10_stream_encoder *enc1 = DCN10STRENC_FROM_STRENC(enc);
uint32_t dsc_value = 0;
dsc_value = REG_READ(DP_DSC_CNTL);
/* dsc disable skip */
if ((dsc_value & 0x3) == 0x0)
return;
REG_UPDATE_2(DP_DSC_CNTL,
DP_DSC_MODE, dsc_mode,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment