projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa1b11
)
cdv: Fix typos in initialization of mdfld_chip_ops
author
Patrik Jakobsson
<patrik.r.jakobsson@gmail.com>
Sat, 28 Apr 2012 21:20:42 +0000
(23:20 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 3 May 2012 08:09:51 +0000
(09:09 +0100)
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/mdfld_device.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/gma500/mdfld_device.c
b/drivers/gpu/drm/gma500/mdfld_device.c
index a0bd48cd92f4f1199eb8eb22caf52101f140a924..717f4db28c3ca0bd2b876598418bbfe90668c2bc 100644
(file)
--- a/
drivers/gpu/drm/gma500/mdfld_device.c
+++ b/
drivers/gpu/drm/gma500/mdfld_device.c
@@
-672,8
+672,8
@@
const struct psb_ops mdfld_chip_ops = {
.accel_2d = 0,
.pipes = 3,
.crtcs = 3,
- .lvds_mask = (1 << 1)
;
- .hdmi_mask = (1 << 1)
;
+ .lvds_mask = (1 << 1)
,
+ .hdmi_mask = (1 << 1)
,
.sgx_offset = MRST_SGX_OFFSET,
.chip_setup = mid_chip_setup,