Lines Matching full:scl1
409 /* Returns the scl0/scl1 field based on whether the dimensions need to
1221 u32 scl0, scl1, pitch0; in vc4_plane_mode_set() local
1246 /* SCL1 is used for Cb/Cr scaling of planar formats. For RGB in vc4_plane_mode_set()
1247 * and 4:4:4, scl1 should be set to scl0 so both channels of in vc4_plane_mode_set()
1254 scl1 = scl0; in vc4_plane_mode_set()
1257 scl1 = vc4_get_scl_field(state, 0); in vc4_plane_mode_set()
1495 VC4_SET_FIELD(scl1, SCALER_CTL0_SCL1)); in vc4_plane_mode_set()
1534 VC4_SET_FIELD(scl1, SCALER_CTL0_SCL1) | in vc4_plane_mode_set()
1646 * 1. This matches how we set up scl0/scl1 in vc4_plane_mode_set()
1751 u32 scl0, scl1, pitch0; in vc6_plane_mode_set() local
1778 /* SCL1 is used for Cb/Cr scaling of planar formats. For RGB in vc6_plane_mode_set()
1779 * and 4:4:4, scl1 should be set to scl0 so both channels of in vc6_plane_mode_set()
1786 scl1 = scl0; in vc6_plane_mode_set()
1789 scl1 = vc4_get_scl_field(state, 0); in vc6_plane_mode_set()
1956 VC4_SET_FIELD(scl1, SCALER6_CTL0_SCL1_MODE) | in vc6_plane_mode_set()
2056 * 1. This matches how we set up scl0/scl1 in vc6_plane_mode_set()