projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd5fde6
)
drm/kms: Remove incorrect comment in struct drm_mode_modeinfo
author
Marcin KoĆcielnicki
<koriakin@0x04.net>
Sat, 23 Jan 2010 00:25:28 +0000
(10:25 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 1 Feb 2010 01:26:39 +0000
(11:26 +1000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_mode.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_mode.h
b/include/drm/drm_mode.h
index bc4fdf27bd2ec36ea884c2b0537eee1418117f1b..c5ba1636613c0baac637fb169b28a17fb6a08aa0 100644
(file)
--- a/
include/drm/drm_mode.h
+++ b/
include/drm/drm_mode.h
@@
-85,7
+85,7
@@
struct drm_mode_modeinfo {
__u16 hdisplay, hsync_start, hsync_end, htotal, hskew;
__u16 vdisplay, vsync_start, vsync_end, vtotal, vscan;
- __u32 vrefresh;
/* vertical refresh * 1000 */
+ __u32 vrefresh;
__u32 flags;
__u32 type;