xref: /linux/drivers/gpu/drm/vkms/vkms_formats.h (revision 00e07cfbdf0b232f7553f0175f8f4e8d792f7e90)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 
3 #ifndef _VKMS_FORMATS_H_
4 #define _VKMS_FORMATS_H_
5 
6 #include "vkms_drv.h"
7 
8 void *get_frame_to_line_function(u32 format);
9 
10 void *get_line_to_frame_function(u32 format);
11 
12 #endif /* _VKMS_FORMATS_H_ */
13