Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/msm8x09/kernel-headers/drm/
H A Dsde_drm.h61 struct sde_drm_scaler_v1 { struct
62 uint32_t enable;
63 struct sde_drm_pix_ext_v1 pe;
64 uint32_t horz_decimate;
65 uint32_t vert_decimate;
66 int32_t init_phase_x[SDE_MAX_PLANES];
67 int32_t phase_step_x[SDE_MAX_PLANES];
68 int32_t init_phase_y[SDE_MAX_PLANES];
69 int32_t phase_step_y[SDE_MAX_PLANES];
70 uint32_t horz_filter[SDE_MAX_PLANES];
[all …]
/aosp12/hardware/qcom/msm8x09/original-kernel-headers/drm/
H A Dsde_drm.h161 struct sde_drm_scaler_v1 { struct
165 uint32_t enable;
170 struct sde_drm_pix_ext_v1 pe;
175 uint32_t horz_decimate;
176 uint32_t vert_decimate;
181 int32_t init_phase_x[SDE_MAX_PLANES];
182 int32_t phase_step_x[SDE_MAX_PLANES];
183 int32_t init_phase_y[SDE_MAX_PLANES];
184 int32_t phase_step_y[SDE_MAX_PLANES];
190 uint32_t horz_filter[SDE_MAX_PLANES];
[all …]