summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/cle266/vidregs.h
blob: 5331fc139fca4c247abc5354940a12c2d5dc72c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
/*
 * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
 * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sub license,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice (including the
 * next paragraph) shall be included in all copies or substantial portions
 * of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 */

#ifndef __VIDREGS_H__
#define __VIDREGS_H__


/* Video registers */
#define V_FLAGS                         0x00
#define V_CAP_STATUS                    0x04
#define V_FLIP_STATUS                   0x04
#define V_ALPHA_WIN_START               0x08
#define V_ALPHA_WIN_END                 0x0C
#define V_ALPHA_CONTROL                 0x10
#define V_CRT_STARTADDR                 0x14
#define V_CRT_STARTADDR_2               0x18
#define V_ALPHA_STRIDE                  0x1C
#define V_COLOR_KEY                     0x20
#define V_ALPHA_STARTADDR               0x24
#define V_CHROMAKEY_LOW                 0x28
#define V_CHROMAKEY_HIGH                0x2C

#define V1_CONTROL                      0x30
#define V12_QWORD_PER_LINE              0x34
#define V1_STARTADDR_1                  0x38
#define V1_STARTADDR_Y1                 V1_STARTADDR_1  /* added by Kevin 3/30/2002 */
#define V1_STRIDE                       0x3C
#define V1_WIN_START_Y                  0x40
#define V1_WIN_START_X                  0x42
#define V1_WIN_END_Y                    0x44
#define V1_WIN_END_X                    0x46
#define V1_STARTADDR_2                  0x48
#define V1_STARTADDR_Y2                 V1_STARTADDR_2  /* added by Kevin 3/30/2002 */
#define V1_ZOOM_CONTROL                 0x4C
#define V1_MINI_CONTROL                 0x50
#define V1_STARTADDR_0                  0x54
#define V1_STARTADDR_Y0                 V1_STARTADDR_0  /* added by Kevin 3/30/2002 */
#define V_FIFO_CONTROL                  0x58
#define V1_STARTADDR_3                  0x5C
#define V1_STARTADDR_Y3                 V1_STARTADDR_3  /* added by Kevin 3/30/2002 */

#define HI_CONTROL                      0x60
#define SND_COLOR_KEY                   0x64
#define ALPHA_V3_PREFIFO_CONTROL        0x68
#define V1_SOURCE_HEIGHT                0x6C
#define HI_TRANSPARENT_COLOR            0x70
#define V_DISPLAY_TEMP                  0x74  /* No use */
#define ALPHA_V3_FIFO_CONTROL           0x78
#define V3_SOURCE_WIDTH                 0x7C
#define V3_COLOR_KEY                    0x80
#define V1_ColorSpaceReg_1              0x84
#define V1_ColorSpaceReg_2              0x88
#define V1_STARTADDR_CB0                0x8C
#define V1_OPAQUE_CONTROL               0x90  /* To be deleted */
#define V3_OPAQUE_CONTROL               0x94  /* To be deleted */
#define V_COMPOSE_MODE                  0x98

#define V3_STARTADDR_2                  0x9C
#define V3_CONTROL                      0xA0
#define V3_STARTADDR_0                  0xA4
#define V3_STARTADDR_1                  0xA8
#define V3_STRIDE                       0xAC
#define V3_WIN_START_Y                  0xB0
#define V3_WIN_START_X                  0xB2
#define V3_WIN_END_Y                    0xB4
#define V3_WIN_END_X                    0xB6
#define V3_ALPHA_QWORD_PER_LINE         0xB8
#define V3_ZOOM_CONTROL                 0xBC
#define V3_MINI_CONTROL                 0xC0
#define V3_ColorSpaceReg_1              0xC4
#define V3_ColorSpaceReg_2              0xC8
#define V3_DISPLAY_TEMP                 0xCC  /* No use */

#define V1_STARTADDR_CB1                0xE4
#define V1_STARTADDR_CB2                0xE8
#define V1_STARTADDR_CB3                0xEC
#define V1_STARTADDR_CR0                0xF0
#define V1_STARTADDR_CR1                0xF4
#define V1_STARTADDR_CR2                0xF8
#define V1_STARTADDR_CR3                0xFC

/* Video Capture Engine Registers - port 1 */
#define CAP0_MASKS                      0x100
#define CAP1_MASKS                      0x104
#define CAP0_CONTROL                    0x110
#define CAP0_H_RANGE                    0x114
#define CAP0_V_RANGE                    0x118
#define CAP0_SCAL_CONTROL               0x11C
#define CAP0_VBI_H_RANGE                0x120
#define CAP0_VBI_V_RANGE                0x124
#define CAP0_VBI_STARTADDR              0x128
#define CAP0_VBI_STRIDE                 0x12C
#define CAP0_ANCIL_COUNT                0x130
#define CAP0_MAXCOUNT                   0x134
#define CAP0_VBIMAX_COUNT               0x138
#define CAP0_DATA_COUNT                 0x13C
#define CAP0_FB_STARTADDR0              0x140
#define CAP0_FB_STARTADDR1              0x144
#define CAP0_FB_STARTADDR2              0x148
#define CAP0_STRIDE                     0x150

/* Video Capture Engine Registers - port 2 */
#define CAP1_CONTROL                    0x154
#define CAP1_SCAL_CONTROL               0x160
#define CAP1_VBI_H_RANGE                0x164 /*To be deleted*/
#define CAP1_VBI_V_RANGE                0x168 /*To be deleted*/
#define CAP1_VBI_STARTADDR              0x16C /*To be deleted*/
#define CAP1_VBI_STRIDE                 0x170 /*To be deleted*/
#define CAP1_ANCIL_COUNT                0x174 /*To be deleted*/
#define CAP1_MAXCOUNT                   0x178
#define CAP1_VBIMAX_COUNT               0x17C /*To be deleted*/
#define CAP1_DATA_COUNT                 0x180
#define CAP1_FB_STARTADDR0              0x184
#define CAP1_FB_STARTADDR1              0x188
#define CAP1_STRIDE                     0x18C

/* SUBPICTURE Registers */
#define SUBP_CONTROL_STRIDE             0x1C0
#define SUBP_STARTADDR                  0x1C4
#define RAM_TABLE_CONTROL               0x1C8
#define RAM_TABLE_READ                  0x1CC

/* HQV Registers */
#define HQV_CONTROL                     0x1D0
#define HQV_SRC_STARTADDR_Y             0x1D4
#define HQV_SRC_STARTADDR_U             0x1D8
#define HQV_SRC_STARTADDR_V             0x1DC
#define HQV_SRC_FETCH_LINE              0x1E0
#define HQV_FILTER_CONTROL              0x1E4
#define HQV_MINIFY_CONTROL              0x1E8
#define HQV_DST_STARTADDR0              0x1EC
#define HQV_DST_STARTADDR1              0x1F0
#define HQV_DST_STARTADDR2              0x1FC
#define HQV_DST_STRIDE                  0x1F4
#define HQV_SRC_STRIDE                  0x1F8



/* Video command definitions */

/* #define V_ALPHA_CONTROL - 0x210 */
#define ALPHA_WIN_EXPIRENUMBER_4        0x00040000
#define ALPHA_WIN_CONSTANT_FACTOR_4     0x00004000
#define ALPHA_WIN_CONSTANT_FACTOR_12    0x0000c000
#define ALPHA_WIN_BLENDING_CONSTANT     0x00000000
#define ALPHA_WIN_BLENDING_ALPHA        0x00000001
#define ALPHA_WIN_BLENDING_GRAPHIC      0x00000002
#define ALPHA_WIN_PREFIFO_THRESHOLD_12  0x000c0000
#define ALPHA_WIN_FIFO_THRESHOLD_8      0x000c0000
#define ALPHA_WIN_FIFO_DEPTH_16         0x00100000

/* V_CHROMAKEY_LOW - 0x228 */
#define V_CHROMAKEY_V3                  0x80000000

/* V1_CONTROL - 0x230 */
#define V1_ENABLE                       0x00000001
#define V1_FULL_SCREEN                  0x00000002
#define V1_YUV422                       0x00000000
#define V1_RGB32                        0x00000004
#define V1_RGB15                        0x00000008
#define V1_RGB16                        0x0000000C
#define V1_YUV420                       0x00000010
#define V1_COLORSPACE_SIGN              0x00000080
#define V1_SRC_IS_FRAME_PIC             0x00000200
#define V1_SRC_IS_FIELD_PIC             0x00000000
#define V1_BOB_ENABLE                   0x00400000
#define V1_FIELD_BASE                   0x00000000
#define V1_FRAME_BASE                   0x01000000
#define V1_SWAP_SW                      0x00000000
#define V1_SWAP_HW_HQV                  0x02000000
#define V1_SWAP_HW_CAPTURE              0x04000000
#define V1_SWAP_HW_MC                   0x06000000
/* #define V1_DOUBLE_BUFFERS            0x00000000 */
/* #define V1_QUADRUPLE_BUFFERS         0x18000000 */
#define V1_EXPIRE_NUM                   0x00050000
#define V1_EXPIRE_NUM_A                 0x000a0000
#define V1_EXPIRE_NUM_F                 0x000f0000 /* jason */
#define V1_FIFO_EXTENDED                0x00200000
#define V1_ON_CRT                       0x00000000
#define V1_ON_SND_DISPLAY               0x80000000
#define V1_FIFO_32V1_32V2               0x00000000
#define V1_FIFO_48V1_32V2               0x00200000

/* V12_QWORD_PER_LINE - 0x234 */
#define V1_FETCH_COUNT                  0x3ff00000
#define V1_FETCHCOUNT_ALIGNMENT         0x0000000f
#define V1_FETCHCOUNT_UNIT              0x00000004   /* Doubld QWORD */

/* V1_STRIDE */
#define V1_STRIDE_YMASK                 0x00001fff
#define V1_STRIDE_UVMASK                0x1ff00000

/* V1_ZOOM_CONTROL - 0x24C */
#define V1_X_ZOOM_ENABLE                0x80000000
#define V1_Y_ZOOM_ENABLE                0x00008000

/* V1_MINI_CONTROL - 0x250 */
#define V1_X_INTERPOLY                  0x00000002  /* X interpolation */
#define V1_Y_INTERPOLY                  0x00000001  /* Y interpolation */
#define V1_YCBCR_INTERPOLY              0x00000004  /* Y, Cb, Cr all interpolation */
#define V1_X_DIV_2                      0x01000000
#define V1_X_DIV_4                      0x03000000
#define V1_X_DIV_8                      0x05000000
#define V1_X_DIV_16                     0x07000000
#define V1_Y_DIV_2                      0x00010000
#define V1_Y_DIV_4                      0x00030000
#define V1_Y_DIV_8                      0x00050000
#define V1_Y_DIV_16                     0x00070000

/* V1_STARTADDR0 - 0x254 */
#define SW_FLIP_ODD                     0x08000000

/* V_FIFO_CONTROL - 0x258
 * IA2 has 32 level FIFO for packet mode video format
 *         32 level FIFO for planar mode video YV12.
 *              with extension reg 230 bit 21 enable
 *         16 level FIFO for planar mode video YV12.
 *              with extension reg 230 bit 21 disable
 * BCos of 128 bits. 1 level in IA2 = 2 level in VT3122
 */
#define V1_FIFO_DEPTH12                 0x0000000B
#define V1_FIFO_DEPTH16                 0x0000000F
#define V1_FIFO_DEPTH32                 0x0000001F
#define V1_FIFO_DEPTH48                 0x0000002F
#define V1_FIFO_DEPTH64                 0x0000003F
#define V1_FIFO_THRESHOLD6              0x00000600
#define V1_FIFO_THRESHOLD8              0x00000800
#define V1_FIFO_THRESHOLD12             0x00000C00
#define V1_FIFO_THRESHOLD16             0x00001000
#define V1_FIFO_THRESHOLD24             0x00001800
#define V1_FIFO_THRESHOLD32             0x00002000
#define V1_FIFO_THRESHOLD40             0x00002800
#define V1_FIFO_THRESHOLD48             0x00003000
#define V1_FIFO_THRESHOLD56             0x00003800
#define V1_FIFO_THRESHOLD61             0x00003D00
#define V1_FIFO_PRETHRESHOLD10          0x0A000000
#define V1_FIFO_PRETHRESHOLD12          0x0C000000
#define V1_FIFO_PRETHRESHOLD29          0x1d000000
#define V1_FIFO_PRETHRESHOLD40          0x28000000
#define V1_FIFO_PRETHRESHOLD44          0x2c000000
#define V1_FIFO_PRETHRESHOLD56          0x38000000
#define V1_FIFO_PRETHRESHOLD61          0x3D000000

/* ALPHA_V3_FIFO_CONTROL - 0x278
 * IA2 has 32 level FIFO for packet mode video format
 *         32 level FIFO for planar mode video YV12.
 *             with extension reg 230 bit 21 enable
 *         16 level FIFO for planar mode video YV12.
 *             with extension reg 230 bit 21 disable
 *          8 level FIFO for ALPHA
 * BCos of 128 bits. 1 level in IA2 = 2 level in VT3122
 */
#define V3_FIFO_DEPTH16                 0x0000000F
#define V3_FIFO_DEPTH24                 0x00000017
#define V3_FIFO_DEPTH32                 0x0000001F
#define V3_FIFO_DEPTH48                 0x0000002F
#define V3_FIFO_DEPTH64                 0x0000003F
#define V3_FIFO_THRESHOLD8              0x00000800
#define V3_FIFO_THRESHOLD12             0x00000C00
#define V3_FIFO_THRESHOLD16             0x00001000
#define V3_FIFO_THRESHOLD24             0x00001800
#define V3_FIFO_THRESHOLD32             0x00002000
#define V3_FIFO_THRESHOLD40             0x00002800
#define V3_FIFO_THRESHOLD48             0x00003000
#define V3_FIFO_THRESHOLD61             0x00003D00
#define V3_FIFO_PRETHRESHOLD10          0x0000000A
#define V3_FIFO_PRETHRESHOLD12          0x0000000C
#define V3_FIFO_PRETHRESHOLD29          0x0000001d
#define V3_FIFO_PRETHRESHOLD40          0x00000028
#define V3_FIFO_PRETHRESHOLD44          0x0000002c
#define V3_FIFO_PRETHRESHOLD56          0x00000038
#define V3_FIFO_PRETHRESHOLD61          0x0000003D
#define V3_FIFO_MASK                    0x0000007F
#define ALPHA_FIFO_DEPTH8               0x00070000
#define ALPHA_FIFO_THRESHOLD4           0x04000000
#define ALPHA_FIFO_MASK                 0xffff0000
#define ALPHA_FIFO_PRETHRESHOLD4        0x00040000

/* IA2 */
#define ColorSpaceValue_1               0x140020f2
#define ColorSpaceValue_2               0x0a0a2c00

#define ColorSpaceValue_1_3123C0        0x13000DED
#define ColorSpaceValue_2_3123C0        0x13171000

/* For TV setting */
#define ColorSpaceValue_1TV             0x140020f2
#define ColorSpaceValue_2TV             0x0a0a2c00

/* V_COMPOSE_MODE - 0x298 */
#define SELECT_VIDEO_IF_COLOR_KEY       0x00000001  /* select video if (color key),otherwise select graphics */
#define SELECT_VIDEO3_IF_COLOR_KEY      0x00000020  /* For 3123C0, select video3 if (color key),otherwise select graphics */
#define SELECT_VIDEO_IF_CHROMA_KEY      0x00000002  /* 0x0000000a  //select video if (chroma key ),otherwise select graphics */
#define ALWAYS_SELECT_VIDEO             0x00000000  /* always select video,Chroma key and Color key disable */
#define COMPOSE_V1_V3                   0x00000000  /* V1 on top of V3 */
#define COMPOSE_V3_V1                   0x00100000  /* V3 on top of V1 */
#define COMPOSE_V1_TOP                  0x00000000
#define COMPOSE_V3_TOP                  0x00100000
#define V1_COMMAND_FIRE                 0x80000000  /* V1 commands fire */
#define V3_COMMAND_FIRE                 0x40000000  /* V3 commands fire */
#define V_COMMAND_LOAD                  0x20000000  /* Video register always loaded */
#define V_COMMAND_LOAD_VBI              0x10000000  /* Video register always loaded at vbi without waiting source flip */
#define V3_COMMAND_LOAD                 0x08000000  /* CLE_C0 Video3 register always loaded */
#define V3_COMMAND_LOAD_VBI             0x00000100  /* CLE_C0 Video3 register always loaded at vbi without waiting source flip */
#define SECOND_DISPLAY_COLOR_KEY_ENABLE 0x00010000

/* V3_ZOOM_CONTROL - 0x2bc */
#define V3_X_ZOOM_ENABLE                0x80000000
#define V3_Y_ZOOM_ENABLE                0x00008000

/* V3_MINI_CONTROL - 0x2c0 */
#define V3_X_INTERPOLY                  0x00000002  /* X interpolation */
#define V3_Y_INTERPOLY                  0x00000001  /* Y interpolation */
#define V3_YCBCR_INTERPOLY              0x00000004  /* Y, Cb, Cr all interpolation */
#define V3_X_DIV_2                      0x01000000
#define V3_X_DIV_4                      0x03000000
#define V3_X_DIV_8                      0x05000000
#define V3_X_DIV_16                     0x07000000
#define V3_Y_DIV_2                      0x00010000
#define V3_Y_DIV_4                      0x00030000
#define V3_Y_DIV_8                      0x00050000
#define V3_Y_DIV_16                     0x00070000

/* SUBP_CONTROL_STRIDE - 0x3c0 */
#define SUBP_HQV_ENABLE                 0x00010000
#define SUBP_IA44                       0x00020000
#define SUBP_AI44                       0x00000000
#define SUBP_STRIDE_MASK                0x00001fff
#define SUBP_CONTROL_MASK               0x00070000

/* RAM_TABLE_CONTROL - 0x3c8 */
#define RAM_TABLE_RGB_ENABLE            0x00000007

/* CAPTURE0_CONTROL - 0x310 */
#define C0_ENABLE                       0x00000001
#define BUFFER_2_MODE                   0x00000000
#define BUFFER_3_MODE                   0x00000004
#define BUFFER_4_MODE                   0x00000006
#define SWAP_YUYV                       0x00000000
#define SWAP_UYVY                       0x00000100
#define SWAP_YVYU                       0x00000200
#define SWAP_VYUY                       0x00000300
#define IN_601_8                        0x00000000
#define IN_656_8                        0x00000010
#define IN_601_16                       0x00000020
#define IN_656_16                       0x00000030
#define DEINTER_ODD                     0x00000000
#define DEINTER_EVEN                    0x00001000
#define DEINTER_ODD_EVEN                0x00002000
#define DEINTER_FRAME                   0x00003000
#define VIP_1                           0x00000000
#define VIP_2                           0x00000400
#define H_FILTER_2                      0x00010000
#define H_FILTER_4                      0x00020000
#define H_FILTER_8_1331                 0x00030000
#define H_FILTER_8_12221                0x00040000
#define VIP_ENABLE                      0x00000008
#define EN_FIELD_SIG                    0x00000800
#define VREF_INVERT                     0x00100000
#define FIELD_INPUT_INVERSE             0x00400000
#define FIELD_INVERSE                   0x40000000

#define C1_H_MINI_EN                    0x00000800
#define C0_H_MINI_EN                    0x00000800
#define C1_V_MINI_EN                    0x04000000
#define C0_V_MINI_EN                    0x04000000
#define C1_H_MINI_2                     0x00000400

/* CAPTURE1_CONTROL - 0x354 */
#define C1_ENABLE                       0x00000001

/* V3_CONTROL - 0x2A0 */
#define V3_ENABLE                       0x00000001
#define V3_FULL_SCREEN                  0x00000002
#define V3_YUV422                       0x00000000
#define V3_RGB32                        0x00000004
#define V3_RGB15                        0x00000008
#define V3_RGB16                        0x0000000C
#define V3_COLORSPACE_SIGN              0x00000080
#define V3_EXPIRE_NUM                   0x00040000
#define V3_EXPIRE_NUM_F                 0x000f0000
#define V3_BOB_ENABLE                   0x00400000
#define V3_FIELD_BASE                   0x00000000
#define V3_FRAME_BASE                   0x01000000
#define V3_SWAP_SW                      0x00000000
#define V3_SWAP_HW_HQV                  0x02000000
#define V3_FLIP_HW_CAPTURE0             0x04000000
#define V3_FLIP_HW_CAPTURE1             0x06000000

/* V3_ALPHA_FETCH_COUNT - 0x2B8 */
#define V3_FETCH_COUNT                  0x3ff00000
#define ALPHA_FETCH_COUNT               0x000003ff

/* HQV_CONTROL - 0x3D0 */
#define HQV_RGB32                       0x00000000
#define HQV_RGB16                       0x20000000
#define HQV_RGB15                       0x30000000
#define HQV_YUV422                      0x80000000
#define HQV_YUV420                      0xC0000000
#define HQV_ENABLE                      0x08000000
#define HQV_SRC_SW                      0x00000000
#define HQV_SRC_MC                      0x01000000
#define HQV_SRC_CAPTURE0                0x02000000
#define HQV_SRC_CAPTURE1                0x03000000
#define HQV_FLIP_EVEN                   0x00000000
#define HQV_FLIP_ODD                    0x00000020
#define HQV_SW_FLIP                     0x00000010   /* Write 1 to flip HQV buffer */
#define HQV_DEINTERLACE                 0x00010000   /* First line of odd field will be repeated 3 times */
#define HQV_FIELD_2_FRAME               0x00020000   /* Src is field. Display each line 2 times */
#define HQV_FRAME_2_FIELD               0x00040000   /* Src is field. Display field */
#define HQV_FRAME_UV                    0x00000000   /* Src is Non-interleaved */
#define HQV_FIELD_UV                    0x00100000   /* Src is interleaved */
#define HQV_IDLE                        0x00000008
#define HQV_FLIP_STATUS                 0x00000001
#define HQV_DOUBLE_BUFF                 0x00000000
#define HQV_TRIPLE_BUFF                 0x04000000
#define HQV_SUBPIC_FLIP                 0x00008000
#define HQV_FIFO_STATUS                 0x00001000

/* HQV_FILTER_CONTROL - 0x3E4 */
#define HQV_H_LOWPASS_2TAP              0x00000001
#define HQV_H_LOWPASS_4TAP              0x00000002
#define HQV_H_LOWPASS_8TAP1             0x00000003   /* To be deleted */
#define HQV_H_LOWPASS_8TAP2             0x00000004   /* To be deleted */
#define HQV_H_HIGH_PASS                 0x00000008
#define HQV_H_LOW_PASS                  0x00000000
#define HQV_V_LOWPASS_2TAP              0x00010000
#define HQV_V_LOWPASS_4TAP              0x00020000
#define HQV_V_LOWPASS_8TAP1             0x00030000
#define HQV_V_LOWPASS_8TAP2             0x00040000
#define HQV_V_HIGH_PASS                 0x00080000
#define HQV_V_LOW_PASS                  0x00000000
#define HQV_H_HIPASS_F1_DEFAULT         0x00000040
#define HQV_H_HIPASS_F2_DEFAULT         0x00000000
#define HQV_V_HIPASS_F1_DEFAULT         0x00400000
#define HQV_V_HIPASS_F2_DEFAULT         0x00000000
#define HQV_H_HIPASS_F1_2TAP            0x00000050
#define HQV_H_HIPASS_F2_2TAP            0x00000100
#define HQV_V_HIPASS_F1_2TAP            0x00500000
#define HQV_V_HIPASS_F2_2TAP            0x01000000
#define HQV_H_HIPASS_F1_4TAP            0x00000060
#define HQV_H_HIPASS_F2_4TAP            0x00000200
#define HQV_V_HIPASS_F1_4TAP            0x00600000
#define HQV_V_HIPASS_F2_4TAP            0x02000000
#define HQV_H_HIPASS_F1_8TAP            0x00000080
#define HQV_H_HIPASS_F2_8TAP            0x00000400
#define HQV_V_HIPASS_F1_8TAP            0x00800000
#define HQV_V_HIPASS_F2_8TAP            0x04000000
/* IA2 NEW */
#define HQV_V_FILTER2                   0x00080000
#define HQV_H_FILTER2                   0x00000008
#define HQV_H_TAP2_11                   0x00000041
#define HQV_H_TAP4_121                  0x00000042
#define HQV_H_TAP4_1111                 0x00000401
#define HQV_H_TAP8_1331                 0x00000221
#define HQV_H_TAP8_12221                0x00000402
#define HQV_H_TAP16_1991                0x00000159
#define HQV_H_TAP16_141041              0x0000026A
#define HQV_H_TAP32                     0x0000015A
#define HQV_V_TAP2_11                   0x00410000
#define HQV_V_TAP4_121                  0x00420000
#define HQV_V_TAP4_1111                 0x04010000
#define HQV_V_TAP8_1331                 0x02210000
#define HQV_V_TAP8_12221                0x04020000
#define HQV_V_TAP16_1991                0x01590000
#define HQV_V_TAP16_141041              0x026A0000
#define HQV_V_TAP32                     0x015A0000
#define HQV_V_FILTER_DEFAULT            0x00420000
#define HQV_H_FILTER_DEFAULT            0x00000040

/* HQV_MINI_CONTROL - 0x3E8 */
#define HQV_H_MINIFY_ENABLE             0x00000800
#define HQV_V_MINIFY_ENABLE             0x08000000
#define HQV_VDEBLOCK_FILTER             0x80000000
#define HQV_HDEBLOCK_FILTER             0x00008000

#endif // __VIDREGS_H__