Register video format directly instead of tiled indicator

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
This commit is contained in:
Paul Kocialkowski
2018-09-07 12:46:52 +02:00
parent 8857fc7019
commit 25a8ac4d7e
6 changed files with 28 additions and 21 deletions
+2 -1
View File
@@ -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