Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h104 int32_t init_phase_x[DPU_MAX_PLANES];
105 int32_t phase_step_x[DPU_MAX_PLANES];
106 int32_t init_phase_y[DPU_MAX_PLANES];
107 int32_t phase_step_y[DPU_MAX_PLANES];
109 u32 preload_x[DPU_MAX_PLANES];
110 u32 preload_y[DPU_MAX_PLANES];
111 u32 src_width[DPU_MAX_PLANES];
112 u32 src_height[DPU_MAX_PLANES];
160 int32_t num_ext_pxls_lr[DPU_MAX_PLANES];
161 int32_t num_ext_pxls_tb[DPU_MAX_PLANES];
[all …]
Ddpu_hw_sspp.h104 int init_phase_x[DPU_MAX_PLANES];
105 int phase_step_x[DPU_MAX_PLANES];
106 int init_phase_y[DPU_MAX_PLANES];
107 int phase_step_y[DPU_MAX_PLANES];
114 int num_ext_pxls_left[DPU_MAX_PLANES];
115 int num_ext_pxls_right[DPU_MAX_PLANES];
116 int num_ext_pxls_top[DPU_MAX_PLANES];
117 int num_ext_pxls_btm[DPU_MAX_PLANES];
123 int left_ftch[DPU_MAX_PLANES];
124 int right_ftch[DPU_MAX_PLANES];
[all …]
Ddpu_hw_mdss.h29 #ifndef DPU_MAX_PLANES
30 #define DPU_MAX_PLANES 4 macro
357 u8 element[DPU_MAX_PLANES];
358 u8 bits[DPU_MAX_PLANES];
390 uint32_t plane_addr[DPU_MAX_PLANES];
391 uint32_t plane_size[DPU_MAX_PLANES];
392 uint32_t plane_pitch[DPU_MAX_PLANES];
Ddpu_formats.c671 for (i = 0; i < DPU_MAX_PLANES; i++) in _dpu_format_get_plane_sizes_ubwc()
738 for (i = 0; i < layout->num_planes && i < DPU_MAX_PLANES; ++i) { in _dpu_format_get_plane_sizes_linear()
743 for (i = 0; i < DPU_MAX_PLANES; i++) in _dpu_format_get_plane_sizes_linear()
898 uint32_t plane_addr[DPU_MAX_PLANES]; in dpu_format_populate_layout()
920 for (i = 0; i < DPU_MAX_PLANES; ++i) in dpu_format_populate_layout()
Ddpu_hw_sspp.c372 for (color = 0; color < DPU_MAX_PLANES; color++) { in dpu_hw_sspp_setup_pe_config()
Ddpu_plane.c558 for (i = 0; i < DPU_MAX_PLANES; i++) { in _dpu_plane_setup_scaler3()