drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsync
authorChen-Yu Tsai <wens@csie.org>
Thu, 9 Mar 2017 10:05:25 +0000 (18:05 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 9 Mar 2017 10:19:05 +0000 (11:19 +0100)
commit23a1cb11d90d8e66bfe3a506cfaa88486bbcfc61
treebc6377fbea9d199ba7d62d8043b53186495f53a5
parent4c7f16d14a33a9cfb4af9cb780d8a73bcca64a92
drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsync

The backporch programmed into the tcon registers is actually the
backporch + hsync length from the display timings, as indicated in
the interface timing diagrams found in the user manual of the A31
and A33 SoCs.

The comments for channel 0 mistakenly describe the discrepancy as
TCON backporch = frontporch + hsync.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/sun4i_tcon.c