Go to the documentation of this file.
29 #ifndef _EXYNOS_DRM_DRV_H_
30 #define _EXYNOS_DRM_DRV_H_
32 #include <linux/module.h>
36 #define MAX_FB_BUFFER 4
37 #define DEFAULT_ZPOS -1
39 #define _wait_for(COND, MS) ({ \
40 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \
43 if (time_after(jiffies, timeout__)) { \
51 #define wait_for(COND, MS) _wait_for(COND, MS)
287 struct drm_file *
file);
289 struct drm_file *
file);