projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0bf12
)
drm: Make vblank_inmodeset unsigned
author
Ville Syrjälä
<
[email protected]
>
Fri, 4 Oct 2013 11:53:34 +0000
(14:53 +0300)
committer
Dave Airlie
<
[email protected]
>
Wed, 9 Oct 2013 05:55:30 +0000
(15:55 +1000)
vblank_inmodeset is a bitmask, with only two bits mind you, but better
make it unsigned anyway.
Signed-off-by: Ville Syrjälä <
[email protected]
>
Reviewed-by: Daniel Vetter <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
include/drm/drmP.h
patch
|
blob
|
history
diff --git
a/include/drm/drmP.h
b/include/drm/drmP.h
index 06cb8f785d0eef4308ec6783850bd360fddbd496..e73809b380f8b14bd354146ed056ae0bcbe08631 100644
(file)
--- a/
include/drm/drmP.h
+++ b/
include/drm/drmP.h
@@
-1163,7
+1163,7
@@
struct drm_device {
/* for wraparound handling */
int *vblank_enabled; /* so we don't call enable more than
once per disable */
-
int *vblank_inmodeset;
/* Display driver is setting mode */
+
unsigned int *vblank_inmodeset;
/* Display driver is setting mode */
u32 *last_vblank_wait; /* Last vblank seqno waited per CRTC */
struct timer_list vblank_disable_timer;