Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309372
b: refs/heads/master
c: 9589919
h: refs/heads/master
v: v3
  • Loading branch information
Rodrigo Vivi authored and Daniel Vetter committed May 24, 2012
1 parent 068b3f1 commit 8671ce1
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf2125e2f7e931b50a6c76ba0435ba001409ccbf
refs/heads/master: 9589919fb3d269d4202a112b197468c7db1f97a3
48 changes: 48 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_tv.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,54 @@ static const struct tv_mode tv_modes[] = {

.filter_table = filter_table,
},
{
.name = "480p",
.clock = 107520,
.refresh = 59940,
.oversample = TV_OVERSAMPLE_4X,
.component_only = 1,

.hsync_end = 64, .hblank_end = 122,
.hblank_start = 842, .htotal = 857,

.progressive = true, .trilevel_sync = false,

.vsync_start_f1 = 12, .vsync_start_f2 = 12,
.vsync_len = 12,

.veq_ena = false,

.vi_end_f1 = 44, .vi_end_f2 = 44,
.nbr_end = 479,

.burst_ena = false,

.filter_table = filter_table,
},
{
.name = "576p",
.clock = 107520,
.refresh = 50000,
.oversample = TV_OVERSAMPLE_4X,
.component_only = 1,

.hsync_end = 64, .hblank_end = 139,
.hblank_start = 859, .htotal = 863,

.progressive = true, .trilevel_sync = false,

.vsync_start_f1 = 10, .vsync_start_f2 = 10,
.vsync_len = 10,

.veq_ena = false,

.vi_end_f1 = 48, .vi_end_f2 = 48,
.nbr_end = 575,

.burst_ena = false,

.filter_table = filter_table,
},
{
.name = "720p@60Hz",
.clock = 148800,
Expand Down

0 comments on commit 8671ce1

Please sign in to comment.