Home
last modified time | relevance | path

Searched defs:sde_drm_scaler_v2 (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8x09/original-kernel-headers/drm/
Dsde_drm.h255 struct sde_drm_scaler_v2 { struct
257 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 …]
/hardware/qcom/msm8x09/kernel-headers/drm/
Dsde_drm.h88 struct sde_drm_scaler_v2 { struct
89 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 …]