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:
bc11da7
)
gma500: cdv_intel_lvds: #if 0 currently unused functions
author
Kirill A. Shutemov
<
[email protected]
>
Thu, 8 Mar 2012 16:11:02 +0000
(16:11 +0000)
committer
Dave Airlie
<
[email protected]
>
Sat, 10 Mar 2012 13:06:25 +0000
(13:06 +0000)
cdv_intel_lvds_set_brightness() is only used in commented out code in
cdv_set_brightness().
Signed-off-by: Kirill A. Shutemov <
[email protected]
>
Signed-off-by: Alan Cox <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/gma500/cdv_intel_lvds.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/gma500/cdv_intel_lvds.c
b/drivers/gpu/drm/gma500/cdv_intel_lvds.c
index 1f3d5640fa21eaee0121e0667266eb806faf2f53..8359c1a3f45f79b4edecbb8bb2b2e14b63bfb3b9 100644
(file)
--- a/
drivers/gpu/drm/gma500/cdv_intel_lvds.c
+++ b/
drivers/gpu/drm/gma500/cdv_intel_lvds.c
@@
-85,6
+85,7
@@
static u32 cdv_intel_lvds_get_max_backlight(struct drm_device *dev)
return retval;
}
+#if 0
/*
* Set LVDS backlight level by I2C command
*/
@@
-165,6
+166,7
@@
void cdv_intel_lvds_set_brightness(struct drm_device *dev, int level)
else
cdv_lvds_pwm_set_brightness(dev, level);
}
+#endif
/**
* Sets the backlight level.