Lines Matching defs:format
713 const struct drm_format_info *format)
717 if (format->is_yuv)
722 if (format->depth != 30)
725 switch (format->format) {
755 const struct drm_format_info *format,
765 u32 pix_format = format->format;
767 if (format->is_yuv) {
785 pixel_depth = format->depth;
792 if (format->is_yuv)
802 dcss_scaler_set_rgb10_order(ch, format);