~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/video/bfin_adv7393fb.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
static const u8 init_NTSC[] = {
89
89
        0x00, 0x1E,     /* Power up all DACs and PLL */
90
 
        0xC3, 0x26,     /* Program RGB->YCrCb Color Space convertion matrix */
91
 
        0xC5, 0x12,     /* Program RGB->YCrCb Color Space convertion matrix */
92
 
        0xC2, 0x4A,     /* Program RGB->YCrCb Color Space convertion matrix */
93
 
        0xC6, 0x5E,     /* Program RGB->YCrCb Color Space convertion matrix */
94
 
        0xBD, 0x19,     /* Program RGB->YCrCb Color Space convertion matrix */
95
 
        0xBF, 0x42,     /* Program RGB->YCrCb Color Space convertion matrix */
 
90
        0xC3, 0x26,     /* Program RGB->YCrCb Color Space conversion matrix */
 
91
        0xC5, 0x12,     /* Program RGB->YCrCb Color Space conversion matrix */
 
92
        0xC2, 0x4A,     /* Program RGB->YCrCb Color Space conversion matrix */
 
93
        0xC6, 0x5E,     /* Program RGB->YCrCb Color Space conversion matrix */
 
94
        0xBD, 0x19,     /* Program RGB->YCrCb Color Space conversion matrix */
 
95
        0xBF, 0x42,     /* Program RGB->YCrCb Color Space conversion matrix */
96
96
        0x8C, 0x1F,     /* NTSC Subcarrier Frequency */
97
97
        0x8D, 0x7C,     /* NTSC Subcarrier Frequency */
98
98
        0x8E, 0xF0,     /* NTSC Subcarrier Frequency */
109
109
 
110
110
static const u8 init_PAL[] = {
111
111
        0x00, 0x1E,     /* Power up all DACs and PLL */
112
 
        0xC3, 0x26,     /* Program RGB->YCrCb Color Space convertion matrix */
113
 
        0xC5, 0x12,     /* Program RGB->YCrCb Color Space convertion matrix */
114
 
        0xC2, 0x4A,     /* Program RGB->YCrCb Color Space convertion matrix */
115
 
        0xC6, 0x5E,     /* Program RGB->YCrCb Color Space convertion matrix */
116
 
        0xBD, 0x19,     /* Program RGB->YCrCb Color Space convertion matrix */
117
 
        0xBF, 0x42,     /* Program RGB->YCrCb Color Space convertion matrix */
 
112
        0xC3, 0x26,     /* Program RGB->YCrCb Color Space conversion matrix */
 
113
        0xC5, 0x12,     /* Program RGB->YCrCb Color Space conversion matrix */
 
114
        0xC2, 0x4A,     /* Program RGB->YCrCb Color Space conversion matrix */
 
115
        0xC6, 0x5E,     /* Program RGB->YCrCb Color Space conversion matrix */
 
116
        0xBD, 0x19,     /* Program RGB->YCrCb Color Space conversion matrix */
 
117
        0xBF, 0x42,     /* Program RGB->YCrCb Color Space conversion matrix */
118
118
        0x8C, 0xCB,     /* PAL Subcarrier Frequency */
119
119
        0x8D, 0x8A,     /* PAL Subcarrier Frequency */
120
120
        0x8E, 0x09,     /* PAL Subcarrier Frequency */