aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/udlfb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/udlfb.h b/include/video/udlfb.h
index b4f43d3ac1af..6e1a2e790b1b 100644
--- a/include/video/udlfb.h
+++ b/include/video/udlfb.h
@@ -88,7 +88,7 @@ struct dlfb_data {
88#define MIN_RAW_PIX_BYTES 2 88#define MIN_RAW_PIX_BYTES 2
89#define MIN_RAW_CMD_BYTES (RAW_HEADER_BYTES + MIN_RAW_PIX_BYTES) 89#define MIN_RAW_CMD_BYTES (RAW_HEADER_BYTES + MIN_RAW_PIX_BYTES)
90 90
91#define DL_DEFIO_WRITE_DELAY 5 /* fb_deferred_io.delay in jiffies */ 91#define DL_DEFIO_WRITE_DELAY msecs_to_jiffies(HZ <= 300 ? 4 : 10) /* optimal value for 720p video */
92#define DL_DEFIO_WRITE_DISABLE (HZ*60) /* "disable" with long delay */ 92#define DL_DEFIO_WRITE_DISABLE (HZ*60) /* "disable" with long delay */
93 93
94/* remove these once align.h patch is taken into kernel */ 94/* remove these once align.h patch is taken into kernel */