Lines Matching full:formats
54 .formats = logicvc_layer_formats_rgb16,
59 .formats = logicvc_layer_formats_rgb24,
65 .formats = logicvc_layer_formats_rgb24_alpha,
266 /* All the supported formats have a single data plane. */ in logicvc_layer_buffer_find_setup()
360 while (logicvc_layer_formats[i].formats) { in logicvc_layer_formats_lookup()
372 static unsigned int logicvc_layer_formats_count(struct logicvc_layer_formats *formats) in logicvc_layer_formats_count() argument
376 while (formats->formats[count] != DRM_FORMAT_INVALID) in logicvc_layer_formats_count()
467 struct logicvc_layer_formats *formats; in logicvc_layer_init() local
489 formats = logicvc_layer_formats_lookup(layer); in logicvc_layer_init()
490 if (!formats) { in logicvc_layer_init()
491 drm_err(drm_dev, "Failed to lookup formats for layer #%d\n", in logicvc_layer_init()
497 formats_count = logicvc_layer_formats_count(formats); in logicvc_layer_init()
525 &logicvc_plane_funcs, formats->formats, in logicvc_layer_init()
544 layer->formats = formats; in logicvc_layer_init()