hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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