OMAPDSS: HDMI5: Fix AVI infoframe
authorJim Lodes <jim.lodes@garmin.com>
Thu, 21 Apr 2016 17:49:00 +0000 (12:49 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 31 May 2016 05:20:42 +0000 (08:20 +0300)
commit08f707ac3eb1fa86c43c705f9f78c1e40c49aba1
treee6e1235234ec691d3e6193a4a79859a5e73a26f3
parent91cd220aadc88dff6650127e7b19a85569ef8b7c
OMAPDSS: HDMI5: Fix AVI infoframe

The AVI infoframe R0-R3 in the 2nd data byte represents the
Active Format Aspect Ratio. It is four bits long not two bits.
This fixes that mask used to extract the bits before writing the
bits to the hardware registers.

Signed-off-by: Jim Lodes <jim.lodes@garmin.com>
Signed-off-by: J.D. Schroeder <jay.schroeder@garmin.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c