Register video format directly instead of tiled indicator
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
+2
-1
@@ -37,6 +37,7 @@ struct video_format {
|
||||
unsigned int bpp;
|
||||
};
|
||||
|
||||
struct video_format *video_format_find(bool tiled_format);
|
||||
struct video_format *video_format_find(unsigned int pixelformat);
|
||||
bool video_format_is_linear(struct video_format *format);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user