Home
last modified time | relevance | path

Searched refs:MDP_FORMAT_IS_YUV (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_plane.c250 if (MDP_FORMAT_IS_YUV(format)) { in mdp4_plane_mode_set()
266 if (MDP_FORMAT_IS_YUV(format)) { in mdp4_plane_mode_set()
315 if (MDP_FORMAT_IS_YUV(format)) { in mdp4_plane_mode_set()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/
Dmdp_kms.h95 #define MDP_FORMAT_IS_YUV(mdp_format) ((mdp_format)->chroma_sample > CHROMA_RGB) macro
Dmdp_format.c133 if (rgb_only && MDP_FORMAT_IS_YUV(f)) in mdp_get_formats()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c485 if ((src_w != crtc_w) || MDP_FORMAT_IS_YUV(format)) { in mdp5_plane_mode_set()
496 if ((src_h != crtc_h) || MDP_FORMAT_IS_YUV(format)) { in mdp5_plane_mode_set()
566 if (MDP_FORMAT_IS_YUV(format)) in mdp5_plane_mode_set()