Home
last modified time | relevance | path

Searched refs:DPU_MAX_PLANES (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h124 u32 preload_x[DPU_MAX_PLANES];
125 u32 preload_y[DPU_MAX_PLANES];
126 u32 src_width[DPU_MAX_PLANES];
127 u32 src_height[DPU_MAX_PLANES];
184 int32_t left_ftch[DPU_MAX_PLANES];
186 int32_t top_ftch[DPU_MAX_PLANES];
187 int32_t btm_ftch[DPU_MAX_PLANES];
192 int32_t left_rpt[DPU_MAX_PLANES];
193 int32_t right_rpt[DPU_MAX_PLANES];
194 int32_t top_rpt[DPU_MAX_PLANES];
[all …]
H A Ddpu_hw_sspp.h97 int init_phase_x[DPU_MAX_PLANES];
116 int left_ftch[DPU_MAX_PLANES];
117 int right_ftch[DPU_MAX_PLANES];
118 int top_ftch[DPU_MAX_PLANES];
119 int btm_ftch[DPU_MAX_PLANES];
125 int left_rpt[DPU_MAX_PLANES];
126 int right_rpt[DPU_MAX_PLANES];
127 int top_rpt[DPU_MAX_PLANES];
128 int btm_rpt[DPU_MAX_PLANES];
130 uint32_t roi_w[DPU_MAX_PLANES];
[all …]
H A Ddpu_hw_mdss.h33 #ifndef DPU_MAX_PLANES
34 #define DPU_MAX_PLANES 4 macro
313 uint32_t plane_addr[DPU_MAX_PLANES];
314 uint32_t plane_size[DPU_MAX_PLANES];
315 uint32_t plane_pitch[DPU_MAX_PLANES];
H A Ddpu_formats.c164 for (i = 0; i < DPU_MAX_PLANES; i++) in _dpu_format_populate_plane_sizes_ubwc()
228 for (i = 0; i < layout->num_planes && i < DPU_MAX_PLANES; ++i) { in _dpu_format_populate_plane_sizes_linear()
238 for (i = 0; i < DPU_MAX_PLANES; i++) in _dpu_format_populate_plane_sizes_linear()
H A Ddpu_hw_sspp.c346 for (color = 0; color < DPU_MAX_PLANES; color++) { in dpu_hw_sspp_setup_pe_config()
H A Ddpu_plane.c464 for (i = 0; i < DPU_MAX_PLANES; i++) { in _dpu_plane_setup_scaler3()
501 for (i = 0; i < DPU_MAX_PLANES; i++) { in _dpu_plane_setup_pixel_ext()