Home
last modified time | relevance | path

Searched refs:scl0 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_plane.c251 /* Returns the scl0/scl1 field based on whether the dimensions need to
639 u32 scl0, scl1, pitch0; in vc4_plane_mode_set() local
653 * and 4:4:4, scl1 should be set to scl0 so both channels of in vc4_plane_mode_set()
659 scl0 = vc4_get_scl_field(state, 0); in vc4_plane_mode_set()
660 scl1 = scl0; in vc4_plane_mode_set()
662 scl0 = vc4_get_scl_field(state, 1); in vc4_plane_mode_set()
839 VC4_SET_FIELD(scl0, SCALER_CTL0_SCL0) | in vc4_plane_mode_set()
890 VC4_SET_FIELD(scl0, SCALER_CTL0_SCL0) | in vc4_plane_mode_set()
994 * 1. This matches how we set up scl0/scl1 in vc4_plane_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_plane.c356 /* Returns the scl0/scl1 field based on whether the dimensions need to
828 u32 scl0, scl1, pitch0; in vc4_plane_mode_set() local
842 * and 4:4:4, scl1 should be set to scl0 so both channels of in vc4_plane_mode_set()
848 scl0 = vc4_get_scl_field(state, 0); in vc4_plane_mode_set()
849 scl1 = scl0; in vc4_plane_mode_set()
851 scl0 = vc4_get_scl_field(state, 1); in vc4_plane_mode_set()
1071 VC4_SET_FIELD(scl0, SCALER_CTL0_SCL0) | in vc4_plane_mode_set()
1112 VC4_SET_FIELD(scl0, SCALER_CTL0_SCL0) | in vc4_plane_mode_set()
1223 * 1. This matches how we set up scl0/scl1 in vc4_plane_mode_set()

Completed in 4 milliseconds