Lines Matching defs:format
734 const struct drm_format_info *format)
738 if (format->is_yuv)
743 if (format->depth != 30)
746 switch (format->format) {
784 const struct drm_format_info *format,
794 u32 pix_format = format->format;
796 if (format->is_yuv) {
814 pixel_depth = format->depth;
821 if (format->is_yuv)
831 dcss_scaler_set_rgb10_order(ch, format);