Home
last modified time | relevance | path

Searched refs:dvi (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/Documentation/cdrom/
DMakefile8 `dvips -q -t letter -o $(LATEXFILE).ps $(LATEXFILE).dvi` ;\
11 `xdvi $(LATEXFILE).dvi &` ;\
16 rm -f $(LATEXFILE).ps $(LATEXFILE).dvi $(LATEXFILE).aux $(LATEXFILE).log
/linux-2.6.39/Documentation/DocBook/
D.gitignore8 *.dvi
DMakefile232 $(patsubst %.xml, %.dvi, $(DOCBOOKS)) \
/linux-2.6.39/Documentation/arm/OMAP/
DDSS176 dvi=/sys/devices/platform/omapdss/display1
198 w=`cat $dvi/timings | cut -d "," -f 2 | cut -d "/" -f 1`
199 h=`cat $dvi/timings | cut -d "," -f 3 | cut -d "/" -f 1`
204 # at this point you have to switch the dvi/lcd dip-switch from the omap board
205 echo "dvi" > $mgr0/display
206 echo "1" > $dvi/enabled
265 "dvi:800x400MR-24@60". See drivers/video/modedb.c.
/linux-2.6.39/drivers/video/via/
DMakefile7 viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \
Dioctl.h85 unsigned short dvi:1; member
Dviafbdev.c515 u.active_dev.dvi = viafb_DVI_ON; in viafb_ioctl()
/linux-2.6.39/Documentation/
Ddontdiff7 *.dvi
/linux-2.6.39/drivers/ps3/
Dps3av.c765 int i, res, id = 0, dvi = 0, rgb = 0; in ps3av_auto_videomode() local
784 dvi = PS3AV_MODE_DVI; in ps3av_auto_videomode()
803 return id | dvi | rgb; in ps3av_auto_videomode()
/linux-2.6.39/drivers/video/savage/
Dsavagefb.h202 int dvi; member
Dsavagefb_driver.c1829 int videoRam, videoRambytes, dvi; in savage_init_hw() local
1951 dvi = 0; in savage_init_hw()
1961 dvi = 1; in savage_init_hw()
1968 else if (dvi || (par->chip == S3_SAVAGE4 && par->dvi)) in savage_init_hw()
/linux-2.6.39/drivers/acpi/
Dvideo.c168 u8 dvi:1; member
1014 data->flags.dvi = 1; in acpi_video_bus_get_one_device()
1310 if (!video_device->flags.dvi) in acpi_video_get_edid()
/linux-2.6.39/drivers/parisc/
Dsba_iommu.c1097 PAT_MOD(mod)->mod_info.dvi = PAT_GET_DVI(temp); in sba_get_pat_resources()
1098 Tells where the dvi bits are located in the address. in sba_get_pat_resources()