commit | db2b4bd09b43fc27ecd097e193f1135f5e40d347 | [log] [tgz] |
---|---|---|
author | Darren Etheridge <detheridge@ti.com> | Fri Jun 21 13:52:24 2013 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jun 28 09:12:32 2013 +1000 |
tree | 3a361d72b15f02c36a4941adbc94cd13394f8fc8 | |
parent | 4e5643468715260209e42b715e8cd9643456d2bd [diff] |
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>