Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Dmsm_media_info.h835 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE() argument
842 switch (color_fmt) { in VENUS_Y_STRIDE()
877 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE() argument
884 switch (color_fmt) { in VENUS_UV_STRIDE()
919 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) in VENUS_Y_SCANLINES() argument
926 switch (color_fmt) { in VENUS_Y_SCANLINES()
953 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height) in VENUS_UV_SCANLINES() argument
960 switch (color_fmt) { in VENUS_UV_SCANLINES()
989 static inline unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE() argument
996 switch (color_fmt) { in VENUS_Y_META_STRIDE()
[all …]
Ddpu_formats.c676 int color_fmt = -1; in _dpu_format_get_media_color_ubwc() local
682 color_fmt = COLOR_FMT_NV12_BPP10_UBWC; in _dpu_format_get_media_color_ubwc()
684 color_fmt = COLOR_FMT_P010_UBWC; in _dpu_format_get_media_color_ubwc()
686 color_fmt = COLOR_FMT_NV12_UBWC; in _dpu_format_get_media_color_ubwc()
687 return color_fmt; in _dpu_format_get_media_color_ubwc()
692 color_fmt = dpu_media_ubwc_map[i].color; in _dpu_format_get_media_color_ubwc()
695 return color_fmt; in _dpu_format_get_media_color_ubwc()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h52 enum vic_pxl_encoding_format color_fmt; member
Dcdn-dp-reg.c597 switch (video->color_fmt) { in cdn_dp_get_msa_misc()
633 ((video->color_fmt == Y_ONLY) ? (1 << 14) : 0); in cdn_dp_get_msa_misc()
647 bit_per_pix = (video->color_fmt == YCBCR_4_2_2) ? in cdn_dp_config_video()
714 val += video->color_fmt << 8; in cdn_dp_config_video()
Dcdn-dp-core.c569 video->color_fmt = PXL_RGB; in cdn_dp_encoder_mode_set()
/Linux-v4.19/drivers/gpu/drm/r128/
Dr128_cce.c418 dev_priv->color_fmt = R128_DATATYPE_RGB565; in r128_do_init_cce()
422 dev_priv->color_fmt = R128_DATATYPE_ARGB8888; in r128_do_init_cce()
Dr128_drv.h105 u32 color_fmt; member
Dr128_state.c398 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_clear()
419 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_clear()
485 (dev_priv->color_fmt << 8) | in r128_cce_dispatch_swap()