]> git.karo-electronics.de Git - linux-beck.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)
commitdb2b4bd09b43fc27ecd097e193f1135f5e40d347
tree3a361d72b15f02c36a4941adbc94cd13394f8fc8
parent4e5643468715260209e42b715e8cd9643456d2bd
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