]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tilcdc: fixing off by one errors found on analyzer
authorDarren Etheridge <detheridge@ti.com>
Fri, 21 Jun 2013 18:52:24 +0000 (13:52 -0500)
committerDave Airlie <airlied@redhat.com>
Thu, 27 Jun 2013 23:12:32 +0000 (09:12 +1000)
commit998e38a7769ebc3d28514f675069134732b099d2
tree3a361d72b15f02c36a4941adbc94cd13394f8fc8
parentc41785b86dbdb8598d036b43d6307a39f136fd7f
drm/tilcdc: fixing off by one errors found on analyzer

When hooking up to an HDMI analyzer noticed some timings were
off by one.  Referring to the hardware technical reference manual
for the lcd controller some of the timing registers use 0 to
represent 1.  This patch addresses that issue.

Signed-off-by: Darren Etheridge <detheridge@ti.com>
Acked-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c