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

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h818 * @color_fmt
823 static unsigned int VENUS_Y_STRIDE(int color_fmt, int width) argument
830 switch (color_fmt) {
854 * @color_fmt
859 static unsigned int VENUS_UV_STRIDE(int color_fmt, int width) argument
866 switch (color_fmt) {
890 * @color_fmt
895 static unsigned int VENUS_Y_SCANLINES(int color_fmt, int height) argument
902 switch (color_fmt) {
921 * @color_fmt
926 VENUS_UV_SCANLINES(int color_fmt, int height) argument
957 VENUS_Y_META_STRIDE(int color_fmt, int width) argument
987 VENUS_Y_META_SCANLINES(int color_fmt, int height) argument
1017 VENUS_UV_META_STRIDE(int color_fmt, int width) argument
1047 VENUS_UV_META_SCANLINES(int color_fmt, int height) argument
1070 VENUS_RGB_STRIDE(int color_fmt, int width) argument
1096 VENUS_RGB_SCANLINES(int color_fmt, int height) argument
1119 VENUS_RGB_META_STRIDE(int color_fmt, int width) argument
1137 VENUS_RGB_META_SCANLINES(int color_fmt, int height) argument
[all...]
H A Ddpu_formats.c73 int color_fmt = -1; local
80 color_fmt = COLOR_FMT_NV12_BPP10_UBWC;
82 color_fmt = COLOR_FMT_P010_UBWC;
84 color_fmt = COLOR_FMT_NV12_UBWC;
85 return color_fmt;
90 color_fmt = dpu_media_ubwc_map[i].color;
93 return color_fmt;
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h45 enum vic_pxl_encoding_format color_fmt; member in struct:video_info
H A Dcdn-dp-reg.c589 switch (video->color_fmt) {
625 ((video->color_fmt == Y_ONLY) ? (1 << 14) : 0);
639 bit_per_pix = (video->color_fmt == YCBCR_4_2_2) ?
705 val += video->color_fmt << 8;
H A Dcdn-dp-core.c573 video->color_fmt = PXL_RGB;

Completed in 278 milliseconds