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_tv.c
Age
Commit message (
Expand
)
Author
2007-05-17
Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.
Keith Packard
2007-04-03
Move a bunch of debugging verbosity under Option "ModeDebug".
Eric Anholt
2007-03-25
Switch TV_FORMAT property to format XA_ATOM
Keith Packard
2007-03-23
Eliminate calls to RRPostPendingProperty.
Keith Packard
2007-03-23
Property size is in units, not bytes.
Keith Packard
2007-03-23
TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM.
Keith Packard
2007-03-04
Support new CRTC/Output prepare/commit hooks.
Keith Packard
2007-02-14
Global namespace cleanups, filename fixes.
Keith Packard
2007-02-09
TV Enable
Zou Nan hai
2007-01-16
Interim work on rotation support with new xf86 code.
Keith Packard
2007-01-15
Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.
Keith Packard
2007-01-06
Merge branch 'modesetting-origin' into modesetting
Wang Zhenyu
2007-01-06
support NTSC 480i M-J, PAL 576i for 640x480-1280x1024 sizes
Zou Nan hai
2007-01-06
More sparse cleanups:
Jesse Barnes
2007-01-02
Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.
Keith Packard
2006-12-30
Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.
Keith Packard
2006-12-21
Computed corred color conversion values.
Keith Packard
2006-12-21
TV subcarrier was computed from wrong clock value.
Keith Packard
2006-12-19
TV output I830OutputPrivate had wrong type (crashed in SetMode).
Keith Packard
2006-12-14
Change TV modes from Preferred to Driver.
Keith Packard
2006-12-13
Move xf86CrtcConfig to ScrnInfo private.
Keith Packard
2006-12-13
Auto-detect working TV output by checking TV regs functionality.
Keith Packard
2006-12-06
Remove stale i830_tv_pre_set_mode. Replaced by generic dpms hook call.
Eric Anholt
2006-12-06
Save/restore more TV registers.
Eric Anholt
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-12-01
Leave detected TV status alone when no free CRTC is available.
Keith Packard
2006-11-30
Merge branch 'restructure-outputs' into modesetting.
Keith Packard
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-19
Preliminary 945 TV output. Color key is broken. Fixed mode.
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-23
Add work-in-progress integrated TV-out support.
Eric Anholt