Home
last modified time | relevance | path

Searched refs:color_fmt (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Dmsm_media_info.h823 static unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE() argument
830 switch (color_fmt) { in VENUS_Y_STRIDE()
859 static unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE() argument
866 switch (color_fmt) { in VENUS_UV_STRIDE()
895 static unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument
902 switch (color_fmt) { in VENUS_Y_SCANLINES()
926 static unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument
933 switch (color_fmt) { in VENUS_UV_SCANLINES()
957 static unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE() argument
964 switch (color_fmt) { in VENUS_Y_META_STRIDE()
[all …]
Ddpu_formats.c577 int color_fmt = -1; in _dpu_format_get_media_color_ubwc() local
583 color_fmt = COLOR_FMT_NV12_BPP10_UBWC; in _dpu_format_get_media_color_ubwc()
585 color_fmt = COLOR_FMT_P010_UBWC; in _dpu_format_get_media_color_ubwc()
587 color_fmt = COLOR_FMT_NV12_UBWC; in _dpu_format_get_media_color_ubwc()
588 return color_fmt; in _dpu_format_get_media_color_ubwc()
593 color_fmt = dpu_media_ubwc_map[i].color; in _dpu_format_get_media_color_ubwc()
596 return color_fmt; in _dpu_format_get_media_color_ubwc()
/linux-6.1.9/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h45 enum vic_pxl_encoding_format color_fmt; member
Dcdn-dp-reg.c589 switch (video->color_fmt) { in cdn_dp_get_msa_misc()
625 ((video->color_fmt == Y_ONLY) ? (1 << 14) : 0); in cdn_dp_get_msa_misc()
639 bit_per_pix = (video->color_fmt == YCBCR_4_2_2) ? in cdn_dp_config_video()
705 val += video->color_fmt << 8; in cdn_dp_config_video()
Dcdn-dp-core.c570 video->color_fmt = PXL_RGB; in cdn_dp_encoder_mode_set()
/linux-6.1.9/drivers/gpu/drm/r128/
Dr128_cce.c425 dev_priv->color_fmt = R128_DATATYPE_RGB565; in r128_do_init_cce()
429 dev_priv->color_fmt = R128_DATATYPE_ARGB8888; in r128_do_init_cce()
Dr128_drv.h112 u32 color_fmt; member
Dr128_state.c405 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_clear()
426 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_clear()
492 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_swap()