Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c966 u32 dss_ctl1, dss_ctl2; in intel_dsc_get_config() local
978 dss_ctl2 = intel_de_read(display, dss_ctl2_reg(crtc, cpu_transcoder)); in intel_dsc_get_config()
980 crtc_state->dsc.compression_enable = dss_ctl2 & VDSC0_ENABLE; in intel_dsc_get_config()
984 if (dss_ctl1 & JOINER_ENABLE && dss_ctl2 & (VDSC2_ENABLE | SMALL_JOINER_CONFIG_3_ENGINES)) in intel_dsc_get_config()
986 else if (dss_ctl1 & JOINER_ENABLE && dss_ctl2 & VDSC1_ENABLE) in intel_dsc_get_config()