Searched refs:logicvc_layer_formats (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.h35 struct logicvc_layer_formats { struct
44 struct logicvc_layer_formats *formats;
H A Dlogicvc_layer.c50 static struct logicvc_layer_formats logicvc_layer_formats[] = { variable in typeref:struct:logicvc_layer_formats
353 static struct logicvc_layer_formats *logicvc_layer_formats_lookup(struct logicvc_layer *layer)
360 while (logicvc_layer_formats[i].formats) {
361 if (logicvc_layer_formats[i].colorspace == layer->config.colorspace &&
362 logicvc_layer_formats[i].depth == layer->config.depth &&
363 logicvc_layer_formats[i].alpha == alpha)
364 return &logicvc_layer_formats[i];
372 static unsigned int logicvc_layer_formats_count(struct logicvc_layer_formats *formats)
467 struct logicvc_layer_formats *format
[all...]

Completed in 393 milliseconds