projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b44e458
)
OMAP: DSS2: DSI: Add comment about regn
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 31 Aug 2011 12:32:23 +0000
(15:32 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:41 +0000
(16:16 +0300)
regn divider is one greater than the REGN divider in TRM. Add a comment
to point this out.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
include/video/omapdss.h
patch
|
blob
|
blame
|
history
diff --git
a/include/video/omapdss.h
b/include/video/omapdss.h
index c7cfdad812422847d32bb3f5915f9f5030c38788..31b77469c151cc43cbe6f0bb4182117c92ab94b0 100644
(file)
--- a/
include/video/omapdss.h
+++ b/
include/video/omapdss.h
@@
-510,6
+510,7
@@
struct omap_dss_device {
} dispc;
struct {
+ /* regn is one greater than TRM's REGN value */
u16 regn;
u16 regm;
u16 regm_dispc;