summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMa Ling <ling.ma@intel.com>2008-12-22 10:35:52 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-12-26 06:35:58 +0800
commit892cb5db6fd4c5cc692bc74a2615860f27e9feff (patch)
tree0cc62f2f1479e6290e93dfc3508fd2419a236fb8 /src
parent5586aa24ebfbd7333c3438a7c7e4810bc548ff1b (diff)
SDVO: reset pixel repeat in avi frame
For #19115, the root cause is avi_if.u.avi.PR in i830_sdvo_set_avi_infoframe() belongs to element for interlaced mode based on CEA_861B, but currently we don't support interlaced mode. So it should be set as 0. (cherry picked from commit e38fd84fcccc18284b649a60b4cfd8e24eaf059d)
Diffstat (limited to 'src')
-rw-r--r--src/i830_sdvo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i830_sdvo.c b/src/i830_sdvo.c
index 256d16d8..6d2d8b1e 100644
--- a/src/i830_sdvo.c
+++ b/src/i830_sdvo.c
@@ -947,7 +947,6 @@ static void i830_sdvo_set_avi_infoframe(xf86OutputPtr output,
.len = DIP_LEN_AVI,
};
- avi_if.u.avi.PR = i830_sdvo_get_pixel_multiplier(mode) - 1;
avi_if.checksum = i830_sdvo_calc_hbuf_csum((uint8_t *)&avi_if,
4 + avi_if.len);
i830_sdvo_set_hdmi_buf(output, 1, (uint8_t *)&avi_if, 4 + avi_if.len,