summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2008-10-29 20:41:46 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-11-06 10:47:32 +0800
commit3651341292d90b7ded4c3f013bcb0f46537a113a (patch)
treeaadeb4b48acd0e52c6ffe2e2a69f04310929cca0
parentb404afb755b608b02bcf0be1f8fe8a38d3d7bc1e (diff)
TV: fix timing parameters for PAL, 480p, 1080i
-rw-r--r--src/i830_tv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c
index d02bc114..112c588a 100644
--- a/src/i830_tv.c
+++ b/src/i830_tv.c
@@ -487,7 +487,7 @@ const static tv_mode_t tv_modes[] = {
.oversample = TV_OVERSAMPLE_8X,
.component_only = 0,
- .hsync_end = 64, .hblank_end = 128,
+ .hsync_end = 64, .hblank_end = 142,
.hblank_start = 844, .htotal = 863,
.progressive = FALSE, .trilevel_sync = FALSE,
@@ -548,7 +548,7 @@ const static tv_mode_t tv_modes[] = {
.veq_ena = FALSE,
.vi_end_f1 = 44, .vi_end_f2 = 44,
- .nbr_end = 496,
+ .nbr_end = 479,
.burst_ena = FALSE,
@@ -572,7 +572,7 @@ const static tv_mode_t tv_modes[] = {
.veq_ena = FALSE,
.vi_end_f1 = 44, .vi_end_f2 = 44,
- .nbr_end = 496,
+ .nbr_end = 479,
.burst_ena = FALSE,
@@ -733,7 +733,7 @@ const static tv_mode_t tv_modes[] = {
.component_only = 1,
.hsync_end = 88, .hblank_end = 235,
- .hblank_start = 2155, .htotal = 2200,
+ .hblank_start = 2155, .htotal = 2201,
.progressive = FALSE, .trilevel_sync = TRUE,