kernel/include/drm/drm_utils.h
.. .. @@ -10,6 +10,10 @@ 10 10 #ifndef __DRM_UTILS_H__ 11 11 #define __DRM_UTILS_H__ 12 12 13 +#include <linux/types.h>14 +13 15 int drm_get_panel_orientation_quirk(int width, int height); 14 16 17 +signed long drm_timeout_abs_to_jiffies(int64_t timeout_nsec);18 +15 19 #endif