Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h113 int32_t init_phase_x[DPU_MAX_PLANES];
114 int32_t phase_step_x[DPU_MAX_PLANES];
115 int32_t init_phase_y[DPU_MAX_PLANES];
116 int32_t phase_step_y[DPU_MAX_PLANES];
118 u32 preload_x[DPU_MAX_PLANES];
119 u32 preload_y[DPU_MAX_PLANES];
120 u32 src_width[DPU_MAX_PLANES];
121 u32 src_height[DPU_MAX_PLANES];
171 int32_t num_ext_pxls_lr[DPU_MAX_PLANES];
172 int32_t num_ext_pxls_tb[DPU_MAX_PLANES];
[all …]
Ddpu_hw_sspp.h110 int init_phase_x[DPU_MAX_PLANES];
111 int phase_step_x[DPU_MAX_PLANES];
112 int init_phase_y[DPU_MAX_PLANES];
113 int phase_step_y[DPU_MAX_PLANES];
120 int num_ext_pxls_left[DPU_MAX_PLANES];
121 int num_ext_pxls_right[DPU_MAX_PLANES];
122 int num_ext_pxls_top[DPU_MAX_PLANES];
123 int num_ext_pxls_btm[DPU_MAX_PLANES];
129 int left_ftch[DPU_MAX_PLANES];
130 int right_ftch[DPU_MAX_PLANES];
[all …]
Ddpu_hw_mdss.h29 #ifndef DPU_MAX_PLANES
30 #define DPU_MAX_PLANES 4 macro
382 u8 element[DPU_MAX_PLANES];
383 u8 bits[DPU_MAX_PLANES];
415 uint32_t plane_addr[DPU_MAX_PLANES];
416 uint32_t plane_size[DPU_MAX_PLANES];
417 uint32_t plane_pitch[DPU_MAX_PLANES];
Ddpu_formats.c672 for (i = 0; i < DPU_MAX_PLANES; i++) in _dpu_format_get_plane_sizes_ubwc()
739 for (i = 0; i < layout->num_planes && i < DPU_MAX_PLANES; ++i) { in _dpu_format_get_plane_sizes_linear()
744 for (i = 0; i < DPU_MAX_PLANES; i++) in _dpu_format_get_plane_sizes_linear()
899 uint32_t plane_addr[DPU_MAX_PLANES]; in dpu_format_populate_layout()
921 for (i = 0; i < DPU_MAX_PLANES; ++i) in dpu_format_populate_layout()
Ddpu_plane.c529 for (i = 0; i < DPU_MAX_PLANES; i++) { in _dpu_plane_setup_scaler3()
567 for (i = 0; i < DPU_MAX_PLANES; i++) { in _dpu_plane_setup_pixel_ext()
Ddpu_hw_sspp.c375 for (color = 0; color < DPU_MAX_PLANES; color++) { in dpu_hw_sspp_setup_pe_config()