hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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