index
:
driver/xf86-video-intel
2.10
2.4
2.9.1-oga
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
accelerated_indirect-0-0-1
bleeding_edge-oga
dri2
exa
exa-i965
fbc
glucose
i810_texman_0_1_branch
i830-pageflip
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
lukas-resume
master
mergedfb
modesetting
modesetting-airlied
modesetting-keithp
modesetting-keithp-fu
modesetting-multihead
modesetting-rotation
modesetting-sdvo-stuffing
nonrandr-setup
obsd
obsd-2.7
obsd-2.8
obsd-xf86-video-intel-2.4.3
randr-1.2-rotation
restructure-outputs
sandybridge
sco_port_update
textured-video
xf86-video-i810-1_5-branch
xf86-video-intel-2.1-branch
xf86-video-intel-2.5-branch
xorg-7.0-branch
xprint_packagertest_20041125
xprint_packagertest_20041217
xvmc-i915
Intel video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
i830_dvo.c
Age
Commit message (
Expand
)
Author
2007-03-04
Support new CRTC/Output prepare/commit hooks.
Keith Packard
2007-01-02
Use correct variable to initialize DVO I2C bus.
Dave Airlie
2006-12-30
Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.
Keith Packard
2006-12-28
Add WIP CH7017 LVDS driver. This is disconnected because it's untested.
Eric Anholt
2006-12-28
Add WIP IVCH (i82807aa) driver.
Eric Anholt
2006-12-28
Reformat the DVO drivers table to be a bit more normal style.
Eric Anholt
2006-12-28
Move dvo driver detection into i830_dvo_init(), and use GPIOB for LVDS drivers.
Eric Anholt
2006-12-18
Add a detect() function for DVO chips, and implement it on sil164.
Eric Anholt
2006-12-18
Clean up i2c_vid interface, including de-StudlyCapsing and removing dead code.
Eric Anholt
2006-12-18
Fix DVO mode valid function to not throw out all modes.
Eric Anholt
2006-12-13
Rename outputs to TMDS-1/TMDS-2, LVDS, TV and VGA.
Keith Packard
2006-12-06
Merge branch 'modesetting' into nonrandr-setup
nonrandr-setup
Keith Packard
2006-12-06
Use xf86 structures for default config instead of RandR.
Keith Packard
2006-12-05
WIP code to move mode set sequencing to XFree86 handlers.
Eric Anholt
2006-11-27
Move crtc/output config to sub-structure.
Keith Packard
2006-11-26
Start output/crtc restructuring work. It compiles.
Keith Packard
2006-11-01
Move mode lists from per-pipe to per-output.
Eric Anholt
2006-10-31
Give each output a get_modes function and expose those modes through RandR.
Eric Anholt
2006-10-31
Move output connection detection to a per-output method.
Eric Anholt
2006-10-16
Add a per-output mode-valid method.
Eric Anholt
2006-10-09
Move per-output mode setting code to per-output methods.
Eric Anholt
2006-10-05
Remove checks for output privates in various bits of code.
Eric Anholt
2006-10-05
Give each output type an init method in its file, making other methods static.
Eric Anholt
2006-10-04
Move the save, restore, and DPMS per-output settings to per-output files.
Eric Anholt
2006-07-10
Supply proper NULL-terminated symbol lists to avoid crashing.
Eric Anholt
2006-07-07
Initial add of DVO support code. Probes my sil164.
Eric Anholt