hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
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