Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c1026 u32 dss_ctl1, dss_ctl2; in intel_dsc_get_config() local
1038 dss_ctl2 = intel_de_read(display, dss_ctl2_reg(crtc, cpu_transcoder)); in intel_dsc_get_config()
1040 crtc_state->dsc.compression_enable = dss_ctl2 & VDSC0_ENABLE; in intel_dsc_get_config()
1044 if (dss_ctl1 & JOINER_ENABLE && dss_ctl2 & (VDSC2_ENABLE | SMALL_JOINER_CONFIG_3_ENGINES)) in intel_dsc_get_config()
1046 else if (dss_ctl1 & JOINER_ENABLE && dss_ctl2 & VDSC1_ENABLE) in intel_dsc_get_config()