Home
last modified time | relevance | path

Searched refs:pix_format (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dpr.c186 u32 pix_format) in dcss_dpr_x_pix_wide_adjust() argument
206 u32 pix_format) in dcss_dpr_y_pix_high_adjust() argument
220 u32 pix_format = ch->format.format; in dcss_dpr_set_res() local
225 if (pix_format == DRM_FORMAT_NV12 || in dcss_dpr_set_res()
226 pix_format == DRM_FORMAT_NV21) in dcss_dpr_set_res()
232 pix_x_wide = dcss_dpr_x_pix_wide_adjust(ch, xres, pix_format); in dcss_dpr_set_res()
233 pix_y_high = dcss_dpr_y_pix_high_adjust(ch, yres, pix_format); in dcss_dpr_set_res()
382 static void dcss_dpr_rtram_set(struct dcss_dpr_ch *ch, u32 pix_format) in dcss_dpr_rtram_set() argument
386 switch (pix_format) { in dcss_dpr_rtram_set()
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c853 uint32_t pix_format; in mdp5_plane_mode_set() local
870 pix_format = format->pixel_format; in mdp5_plane_mode_set()
907 ret = calc_scalex_steps(plane, pix_format, src_w, crtc_w, step.x); in mdp5_plane_mode_set()
911 ret = calc_scaley_steps(plane, pix_format, src_h, crtc_h, step.y); in mdp5_plane_mode_set()
/linux/drivers/media/platform/marvell/
H A Dmcam-core.h184 struct v4l2_pix_format pix_format; member