Home
last modified time | relevance | path

Searched refs:hsub (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.6.21/drivers/gpu/drm/
Ddrm_fourcc.c151 ….char_per_block = { 1, }, .block_w = { 8, }, .block_h = { 1, }, .hsub = 1, .vsub = 1, .is_color_in… in __drm_format_info()
153 ….char_per_block = { 1, }, .block_w = { 4, }, .block_h = { 1, }, .hsub = 1, .vsub = 1, .is_color_in… in __drm_format_info()
155 ….char_per_block = { 1, }, .block_w = { 2, }, .block_h = { 1, }, .hsub = 1, .vsub = 1, .is_color_in… in __drm_format_info()
156 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
158 .char_per_block = { 1, }, .block_w = { 8, }, .block_h = { 1, }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
160 .char_per_block = { 1, }, .block_w = { 4, }, .block_h = { 1, }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
162 .char_per_block = { 1, }, .block_w = { 2, }, .block_h = { 1, }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
163 …{ .format = DRM_FORMAT_D8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
165 .char_per_block = { 1, }, .block_w = { 8, }, .block_h = { 1, }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
167 .char_per_block = { 1, }, .block_w = { 4, }, .block_h = { 1, }, .hsub = 1, .vsub = 1 }, in __drm_format_info()
[all …]
Ddrm_fb_dma_helper.c92 h_div = fb->format->hsub; in drm_fb_dma_get_gem_addr()
/linux-6.6.21/drivers/media/platform/sunxi/sun8i-rotate/
Dsun8i_formats.c19 .hsub = 1,
27 .hsub = 1,
35 .hsub = 1,
43 .hsub = 1,
51 .hsub = 1,
59 .hsub = 1,
67 .hsub = 1,
75 .hsub = 1,
83 .hsub = 1,
91 .hsub = 1,
[all …]
Dsun8i-formats.h17 int hsub; member
Dsun8i_rotate.c53 pitch[i] /= fmt->hsub / fmt->bpp[i]; in rotate_calc_addr_pitch()
186 width = ALIGN(pix_fmt->width, fmt->hsub); in rotate_prepare_format()
192 alignment *= fmt->hsub / fmt->bpp[1]; in rotate_prepare_format()
200 size /= fmt->hsub; in rotate_prepare_format()
252 fsize->stepwise.step_width = fmt->hsub; in rotate_enum_framesizes()
/linux-6.6.21/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_kms.c47 .hsub = 1,
55 .hsub = 1,
70 .hsub = 1,
78 .hsub = 1,
86 .hsub = 2,
94 .hsub = 2,
102 .hsub = 2,
110 .hsub = 2,
118 .hsub = 2,
131 .hsub = 1,
[all …]
Drcar_du_kms.h28 unsigned int hsub; member
/linux-6.6.21/include/drm/
Ddrm_fourcc.h132 u8 hsub; member
200 return info->is_yuv && info->hsub == 4 && info->vsub == 4; in drm_format_info_is_yuv_sampling_410()
215 return info->is_yuv && info->hsub == 4 && info->vsub == 1; in drm_format_info_is_yuv_sampling_411()
230 return info->is_yuv && info->hsub == 2 && info->vsub == 2; in drm_format_info_is_yuv_sampling_420()
245 return info->is_yuv && info->hsub == 2 && info->vsub == 1; in drm_format_info_is_yuv_sampling_422()
260 return info->is_yuv && info->hsub == 1 && info->vsub == 1; in drm_format_info_is_yuv_sampling_444()
282 return width / info->hsub; in drm_format_info_plane_width()
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_fb.c34 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
36 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
38 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
40 .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
53 .hsub = 1, .vsub = 1, },
56 .hsub = 1, .vsub = 1, },
59 .hsub = 1, .vsub = 1, .has_alpha = true },
62 .hsub = 1, .vsub = 1, .has_alpha = true },
65 .hsub = 2, .vsub = 1, .is_yuv = true },
68 .hsub = 2, .vsub = 1, .is_yuv = true },
[all …]
Dintel_atomic_plane.c954 u32 src_x, src_y, src_w, src_h, hsub, vsub; in intel_plane_check_src_coordinates() local
982 hsub = 2; in intel_plane_check_src_coordinates()
985 hsub = fb->format->hsub; in intel_plane_check_src_coordinates()
990 hsub = vsub = max(hsub, vsub); in intel_plane_check_src_coordinates()
992 if (src_x % hsub || src_w % hsub) { in intel_plane_check_src_coordinates()
994 src_x, src_w, hsub, str_yes_no(rotated)); in intel_plane_check_src_coordinates()
Dskl_universal_plane.c1534 int hsub; in skl_check_main_ccs_coordinates() local
1537 intel_fb_plane_get_subsampling(&hsub, &vsub, fb, ccs_plane); in skl_check_main_ccs_coordinates()
1547 x = aux_x / hsub; in skl_check_main_ccs_coordinates()
1555 aux_x = x * hsub + aux_x % hsub; in skl_check_main_ccs_coordinates()
1773 int hsub, vsub; in skl_check_ccs_aux_surface() local
1781 intel_fb_plane_get_subsampling(&hsub, &vsub, fb, ccs_plane); in skl_check_ccs_aux_surface()
1783 hsub *= main_hsub; in skl_check_ccs_aux_surface()
1785 x = src_x / hsub; in skl_check_ccs_aux_surface()
1795 plane_state->view.color_plane[ccs_plane].x = (x * hsub + src_x % hsub) / main_hsub; in skl_check_ccs_aux_surface()
Dintel_fb.h67 void intel_fb_plane_get_subsampling(int *hsub, int *vsub,
/linux-6.6.21/drivers/gpu/drm/sun4i/
Dsun8i_vi_scaler.c877 if (format->hsub == 1 && format->vsub == 1) { in sun8i_vi_scaler_set_coeff()
950 if (format->hsub == 2 && format->vsub == 2) { in sun8i_vi_scaler_setup()
962 if (format->hsub == 1 && format->vsub == 1) in sun8i_vi_scaler_setup()
985 SUN8I_VI_SCALER_SIZE(src_w / format->hsub, in sun8i_vi_scaler_setup()
989 hscale / format->hsub); in sun8i_vi_scaler_setup()
Dsun8i_vi_layer.c129 if (format->hsub > 1) { in sun8i_vi_layer_update_coord()
132 mask = format->hsub - 1; in sun8i_vi_layer_update_coord()
152 (state->src.x1 >> 16) & ~(format->hsub - 1), in sun8i_vi_layer_update_coord()
166 subsampled = format->hsub > 1 || format->vsub > 1; in sun8i_vi_layer_update_coord()
320 src_x = (state->src.x1 >> 16) & ~(format->hsub - 1); in sun8i_vi_layer_update_buffer()
336 dx /= format->hsub; in sun8i_vi_layer_update_buffer()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c583 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1, },
585 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1, },
587 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1,
590 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1,
593 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1,
596 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1, },
598 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1, },
600 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1,
603 .cpp = { 4, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1,
606 .cpp = { 2, 0, }, .block_w = {1, 1, 1}, .block_h = {1, 1, 1}, .hsub = 1, .vsub = 1, },
[all …]
/linux-6.6.21/drivers/media/platform/sunxi/sun4i-csi/
Dsun4i_v4l2.c30 .hsub = 2,
113 width = ALIGN(pix->width, _fmt->hsub); in _sun4i_csi_try_fmt()
117 pix->width = clamp(width, _fmt->hsub, CSI_MAX_WIDTH); in _sun4i_csi_try_fmt()
121 unsigned int hsub = i > 0 ? _fmt->hsub : 1; in _sun4i_csi_try_fmt() local
125 bpl = pix->width / hsub * _fmt->bpp[i] / 8; in _sun4i_csi_try_fmt()
Dsun4i_csi.h100 unsigned int hsub; member
/linux-6.6.21/drivers/gpu/drm/tidss/
Dtidss_plane.c73 if ((new_plane_state->src_x >> 16) % finfo->hsub != 0) { in tidss_plane_atomic_check()
76 __func__, (new_plane_state->src_x >> 16), finfo->hsub); in tidss_plane_atomic_check()
87 if ((new_plane_state->src_w >> 16) % finfo->hsub != 0) { in tidss_plane_atomic_check()
91 finfo->hsub); in tidss_plane_atomic_check()
/linux-6.6.21/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c123 int i, hsub, nplanes, nlines; in mdp5_smp_calculate() local
127 hsub = info->hsub; in mdp5_smp_calculate()
142 if (hdecim && (hsub > 1)) in mdp5_smp_calculate()
143 hsub = 1; in mdp5_smp_calculate()
150 fetch_stride = width * cpp / (i ? hsub : 1); in mdp5_smp_calculate()
/linux-6.6.21/drivers/media/platform/renesas/vsp1/
Dvsp1_wpf.c465 unsigned int hsub = i > 0 ? fmtinfo->hsub : 1; in wpf_configure_partition() local
472 mem.addr[i] += offset / hsub in wpf_configure_partition()
507 unsigned int hsub = i > 0 ? fmtinfo->hsub : 1; in wpf_configure_partition() local
509 mem.addr[i] += hoffset / hsub in wpf_configure_partition()
Dvsp1_pipe.h45 unsigned int hsub; member
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/
Dkomeda_framebuffer.c221 if ((src_x % info->hsub) || (src_w % info->hsub) || in komeda_fb_check_src_coords()
256 plane_x = x / (plane ? fb->format->hsub : 1); in komeda_fb_get_pixel_addr()
/linux-6.6.21/drivers/media/platform/qcom/camss/
Dcamss-video.c45 struct fract hsub[3]; member
314 bytesperline = pix->width / f->hsub[i].numerator * in video_mbus_to_pix_mp()
315 f->hsub[i].denominator * f->bpp[i] / 8; in video_mbus_to_pix_mp()
738 bpl = pix_mp->width / fi->hsub[i].numerator * in __video_try_fmt()
739 fi->hsub[i].denominator * fi->bpp[i] / 8; in __video_try_fmt()
/linux-6.6.21/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-video.c67 .hsub = 2,
78 .hsub = 2,
89 .hsub = 2,
100 .hsub = 2,
111 .hsub = 1,
1254 h_align = max_t(unsigned int, info->hsub, 1); in mxc_isi_video_enum_framesizes()
/linux-6.6.21/drivers/gpu/drm/tegra/
Dfb.c145 unsigned int width = cmd->width / (i ? info->hsub : 1); in tegra_fb_create()

123