Searched refs:LEFT_BRANCH_VDSC_ENABLE (Results 1 – 2 of 2) sorted by relevance
1004 crtc_state->dsc.compression_enable = dss_ctl2 & LEFT_BRANCH_VDSC_ENABLE; in intel_dsc_get_config()1094 dss_ctl2_val |= LEFT_BRANCH_VDSC_ENABLE; in intel_dsc_enable()1127 if (dss_ctl2_val & LEFT_BRANCH_VDSC_ENABLE || in intel_dsc_disable()1129 dss_ctl2_val &= ~(LEFT_BRANCH_VDSC_ENABLE | in intel_dsc_disable()
11281 #define LEFT_BRANCH_VDSC_ENABLE (1 << 31) macro