Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174567
b: refs/heads/master
c: 7bd4d7b
h: refs/heads/master
i:
  174565: 9a26272
  174563: 03ad27e
  174559: fba0d84
v: v3
  • Loading branch information
Jesse Barnes authored and Eric Anholt committed Dec 1, 2009
1 parent 32ae734 commit f63d88d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 6b95a207c1fd552e7d017837c5eaf1b0173a48c9
refs/heads/master: 7bd4d7be5c8c35a401b1589201e5d43a64d3f05b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2527,7 +2527,7 @@ int drm_mode_page_flip_ioctl(struct drm_device *dev,
goto out;
}

e->event.base.type = DRM_EVENT_VBLANK;
e->event.base.type = DRM_EVENT_FLIP_COMPLETE;
e->event.base.length = sizeof e->event;
e->event.user_data = page_flip->user_data;
e->base.event = &e->event.base;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/drm/drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ struct drm_event {
};

#define DRM_EVENT_VBLANK 0x01
#define DRM_EVENT_FLIP_COMPLETE 0x02

struct drm_event_vblank {
struct drm_event base;
Expand Down

0 comments on commit f63d88d

Please sign in to comment.