Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h830 switch (color_fmt) { in VENUS_Y_STRIDE()
866 switch (color_fmt) { in VENUS_UV_STRIDE()
902 switch (color_fmt) { in VENUS_Y_SCANLINES()
933 switch (color_fmt) { in VENUS_UV_SCANLINES()
964 switch (color_fmt) { in VENUS_Y_META_STRIDE()
994 switch (color_fmt) { in VENUS_Y_META_SCANLINES()
1024 switch (color_fmt) { in VENUS_UV_META_STRIDE()
1054 switch (color_fmt) { in VENUS_UV_META_SCANLINES()
1077 switch (color_fmt) { in VENUS_RGB_STRIDE()
1103 switch (color_fmt) { in VENUS_RGB_SCANLINES()
[all …]
H A Ddpu_formats.c609 int color_fmt = -1; in _dpu_format_get_media_color_ubwc() local
616 color_fmt = COLOR_FMT_NV12_BPP10_UBWC; in _dpu_format_get_media_color_ubwc()
618 color_fmt = COLOR_FMT_P010_UBWC; in _dpu_format_get_media_color_ubwc()
620 color_fmt = COLOR_FMT_NV12_UBWC; in _dpu_format_get_media_color_ubwc()
621 return color_fmt; in _dpu_format_get_media_color_ubwc()
626 color_fmt = dpu_media_ubwc_map[i].color; in _dpu_format_get_media_color_ubwc()
629 return color_fmt; in _dpu_format_get_media_color_ubwc()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h45 enum vic_pxl_encoding_format color_fmt; member
H A 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()
H A Dcdn-dp-core.c569 video->color_fmt = PXL_RGB; in cdn_dp_encoder_mode_set()