comparison drivers/hacking.ati @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 544914dadb52
children 0ad2da052b2e
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
25 TVCAP - controls Video-In port 25 TVCAP - controls Video-In port
26 MPP - Miscellaneous peripheral port. (includes macrovision's filter - copy 26 MPP - Miscellaneous peripheral port. (includes macrovision's filter - copy
27 protection mechanism) 27 protection mechanism)
28 OV - Video overlay (YUV BES) (include subpictures, gamma correction and 28 OV - Video overlay (YUV BES) (include subpictures, gamma correction and
29 adaptive deinterlacing) 29 adaptive deinterlacing)
30 CAP0 - Video capturing 30 CAP0 - Video capturing
31 CAP1 - Video capturing (second unit) 31 CAP1 - Video capturing (second unit)
32 RT - Rage theatre: video encoding and mixing 32 RT - Rage theatre: video encoding and mixing
33 MUX - video muxer 33 MUX - video muxer
34 MEM - PCI/AGP bus mastering 34 MEM - PCI/AGP bus mastering
35 2D - GUI engine 35 2D - GUI engine
225 225
226 Sample for Rage128 compatible chips: 226 Sample for Rage128 compatible chips:
227 ************************************ 227 ************************************
228 228
229 #define OV0_Y_X_START 0x0400 229 #define OV0_Y_X_START 0x0400
230 #define OV0_Y_X_END 0x0404 230 #define OV0_Y_X_END 0x0404
231 231
232 ... 232 ...
233 233
234 #define INREG(addr) readl((rage_mmio_base)+addr) 234 #define INREG(addr) readl((rage_mmio_base)+addr)
235 #define OUTREG(addr,val) writel(val, (rage_mmio_base)+addr) 235 #define OUTREG(addr,val) writel(val, (rage_mmio_base)+addr)