forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
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