Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282683
b: refs/heads/master
c: 52c6881
h: refs/heads/master
i:
  282681: dcd991d
  282679: 954e708
v: v3
  • Loading branch information
Inki Dae committed Dec 29, 2011
1 parent fc677d7 commit 424a08b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0edf9936d5728669fbcf9bcfa3165744eb348e16
refs/heads/master: 52c68814cd7f3592292a02b890b5b8625e9069a7
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
#define DRIVER_MAJOR 1
#define DRIVER_MINOR 0

#define VBLANK_OFF_DELAY 50000

static int exynos_drm_load(struct drm_device *dev, unsigned long flags)
{
struct exynos_drm_private *private;
Expand Down Expand Up @@ -107,6 +109,8 @@ static int exynos_drm_load(struct drm_device *dev, unsigned long flags)
goto err_drm_device;
}

drm_vblank_offdelay = VBLANK_OFF_DELAY;

return 0;

err_drm_device:
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ struct drm_device;
struct exynos_drm_overlay;
struct drm_connector;

extern unsigned int drm_vblank_offdelay;

/* this enumerates display type. */
enum exynos_drm_output_type {
EXYNOS_DISPLAY_TYPE_NONE,
Expand Down

0 comments on commit 424a08b

Please sign in to comment.