~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to drivers/gpu/drm/i915/intel_tv.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
417
417
        {
418
418
                .name           = "NTSC-M",
419
419
                .clock          = 108000,
420
 
                .refresh        = 29970,
 
420
                .refresh        = 59940,
421
421
                .oversample     = TV_OVERSAMPLE_8X,
422
422
                .component_only = 0,
423
423
                /* 525 Lines, 60 Fields, 15.734KHz line, Sub-Carrier 3.580MHz */
460
460
        {
461
461
                .name           = "NTSC-443",
462
462
                .clock          = 108000,
463
 
                .refresh        = 29970,
 
463
                .refresh        = 59940,
464
464
                .oversample     = TV_OVERSAMPLE_8X,
465
465
                .component_only = 0,
466
466
                /* 525 Lines, 60 Fields, 15.734KHz line, Sub-Carrier 4.43MHz */
502
502
        {
503
503
                .name           = "NTSC-J",
504
504
                .clock          = 108000,
505
 
                .refresh        = 29970,
 
505
                .refresh        = 59940,
506
506
                .oversample     = TV_OVERSAMPLE_8X,
507
507
                .component_only = 0,
508
508
 
545
545
        {
546
546
                .name           = "PAL-M",
547
547
                .clock          = 108000,
548
 
                .refresh        = 29970,
 
548
                .refresh        = 59940,
549
549
                .oversample     = TV_OVERSAMPLE_8X,
550
550
                .component_only = 0,
551
551
 
589
589
                /* 625 Lines, 50 Fields, 15.625KHz line, Sub-Carrier 4.434MHz */
590
590
                .name       = "PAL-N",
591
591
                .clock          = 108000,
592
 
                .refresh        = 25000,
 
592
                .refresh        = 50000,
593
593
                .oversample     = TV_OVERSAMPLE_8X,
594
594
                .component_only = 0,
595
595
 
634
634
                /* 625 Lines, 50 Fields, 15.625KHz line, Sub-Carrier 4.434MHz */
635
635
                .name       = "PAL",
636
636
                .clock          = 108000,
637
 
                .refresh        = 25000,
 
637
                .refresh        = 50000,
638
638
                .oversample     = TV_OVERSAMPLE_8X,
639
639
                .component_only = 0,
640
640
 
821
821
        {
822
822
                .name       = "1080i@50Hz",
823
823
                .clock          = 148800,
824
 
                .refresh        = 25000,
 
824
                .refresh        = 50000,
825
825
                .oversample     = TV_OVERSAMPLE_2X,
826
826
                .component_only = 1,
827
827
 
847
847
        {
848
848
                .name       = "1080i@60Hz",
849
849
                .clock          = 148800,
850
 
                .refresh        = 30000,
 
850
                .refresh        = 60000,
851
851
                .oversample     = TV_OVERSAMPLE_2X,
852
852
                .component_only = 1,
853
853