Home
last modified time | relevance | path

Searched refs:dss_ctl2 (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/display/
A Dintel_vdsc.c987 u32 dss_ctl1, dss_ctl2; in intel_dsc_get_config() local
999 dss_ctl2 = intel_de_read(display, dss_ctl2_reg(crtc, cpu_transcoder)); in intel_dsc_get_config()
1001 crtc_state->dsc.compression_enable = dss_ctl2 & VDSC0_ENABLE; in intel_dsc_get_config()
1005 if (dss_ctl1 & JOINER_ENABLE && dss_ctl2 & (VDSC2_ENABLE | SMALL_JOINER_CONFIG_3_ENGINES)) in intel_dsc_get_config()
1007 else if (dss_ctl1 & JOINER_ENABLE && dss_ctl2 & VDSC1_ENABLE) in intel_dsc_get_config()

Completed in 5 milliseconds