OMAPDSS: HDMI5: Fix AVI infoframe
[deliverable/linux.git] / drivers / gpu / drm / omapdrm / dss / hdmi5_core.c
index 6a397520cae57f3f6fee331ba8a34e9988a2f196..f9a2d4377e45c03823145222e292fd8eb70e30f4 100644 (file)
@@ -458,7 +458,7 @@ static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core,
 
        c = (ptr[1] >> 6) & 0x3;
        m = (ptr[1] >> 4) & 0x3;
-       r = (ptr[1] >> 0) & 0x3;
+       r = (ptr[1] >> 0) & 0xf;
 
        itc = (ptr[2] >> 7) & 0x1;
        ec = (ptr[2] >> 4) & 0x7;
This page took 0.03212 seconds and 5 git commands to generate.