Searched refs:dss_ctl2_reg (Results 1 – 1 of 1) sorted by relevance
908 i915_reg_t dss_ctl1_reg, dss_ctl2_reg; in intel_dsc_enable() local925 dss_ctl2_reg = DSS_CTL2; in intel_dsc_enable()928 dss_ctl2_reg = ICL_PIPE_DSS_CTL2(pipe); in intel_dsc_enable()936 I915_WRITE(dss_ctl2_reg, dss_ctl2_val); in intel_dsc_enable()944 i915_reg_t dss_ctl1_reg, dss_ctl2_reg; in intel_dsc_disable() local952 dss_ctl2_reg = DSS_CTL2; in intel_dsc_disable()955 dss_ctl2_reg = ICL_PIPE_DSS_CTL2(pipe); in intel_dsc_disable()962 dss_ctl2_val = I915_READ(dss_ctl2_reg); in intel_dsc_disable()967 I915_WRITE(dss_ctl2_reg, dss_ctl2_val); in intel_dsc_disable()