Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358098
b: refs/heads/master
c: 677d23b
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Feb 8, 2013
1 parent 5872e38 commit dcf8645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e90a4ea534b110a43df87a05587c53cd78569467
refs/heads/master: 677d23b70bf949f75746c80cbae92c233c6b5e2a
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/udl/udl_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

#include <drm/drm_fb_helper.h>

#define DL_DEFIO_WRITE_DELAY 5 /* fb_deferred_io.delay in jiffies */
#define DL_DEFIO_WRITE_DELAY (HZ/20) /* fb_deferred_io.delay in jiffies */

static int fb_defio = 1; /* Optionally enable experimental fb_defio mmap support */
static int fb_defio = 0; /* Optionally enable experimental fb_defio mmap support */
static int fb_bpp = 16;

module_param(fb_bpp, int, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
Expand Down

0 comments on commit dcf8645

Please sign in to comment.