Searched defs:sde_drm_scaler_v2 (Results 1 – 2 of 2) sorted by relevance
255 struct sde_drm_scaler_v2 { struct257 uint32_t enable;258 uint32_t dir_en;261 struct sde_drm_pix_ext_v1 pe;264 uint32_t horz_decimate;265 uint32_t vert_decimate;268 int32_t init_phase_x[SDE_MAX_PLANES];269 int32_t phase_step_x[SDE_MAX_PLANES];270 int32_t init_phase_y[SDE_MAX_PLANES];271 int32_t phase_step_y[SDE_MAX_PLANES];[all …]
88 struct sde_drm_scaler_v2 { struct89 uint32_t enable;90 uint32_t dir_en;91 struct sde_drm_pix_ext_v1 pe;92 uint32_t horz_decimate;93 uint32_t vert_decimate;94 int32_t init_phase_x[SDE_MAX_PLANES];95 int32_t phase_step_x[SDE_MAX_PLANES];96 int32_t init_phase_y[SDE_MAX_PLANES];97 int32_t phase_step_y[SDE_MAX_PLANES];[all …]