hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/drm/drm_utils.h
....@@ -10,6 +10,10 @@
1010 #ifndef __DRM_UTILS_H__
1111 #define __DRM_UTILS_H__
1212
13
+#include <linux/types.h>
14
+
1315 int drm_get_panel_orientation_quirk(int width, int height);
1416
17
+signed long drm_timeout_abs_to_jiffies(int64_t timeout_nsec);
18
+
1519 #endif