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_xf86Crtc.c
Age
Commit message (
Expand
)
Author
2007-02-16
Remove common code that has moved to xserver/hw/xfree86/modes
Keith Packard
2007-02-14
Global namespace cleanups, filename fixes.
Keith Packard
2007-02-01
Add "Ignore" option to per-output monitor, removes output from server.
Keith Packard
2007-01-29
Merge branch 'modesetting-rotation' into modesetting
Keith Packard
2007-01-22
Replace the custom SaveScreen function with a generic function calling DPMS.
Eric Anholt
2007-01-18
Update CRTC values first so they can be used by the driver in mode setting.
Eric Anholt
2007-01-17
Allocate per-crtc rotation buffers and hook up RandR 1.2 per-CRTC rotation.
Eric Anholt
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-03
Allow initial position to be set in config file. Increase 965 max size.
Keith Packard
2007-01-02
Make driver build and run on Xorg 7.1. Delay DSP*BASE setting until last.
Keith Packard
2006-12-31
Elide identical modes from reported list.
Keith Packard
2006-12-31
Replace author-specific license with generic license.
Keith Packard
2006-12-30
Prune default modes to EDID clock limit.
Keith Packard
2006-12-30
Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.
Keith Packard
2006-12-28
Sync ranges from EDID/default should not limit configured modelines.
Keith Packard
2006-12-28
Configuration support: per-output mode lines, preferred mode.
Keith Packard
2006-12-21
When cleaning duplicate modes, make sure ->Last is reset correctly.
Keith Packard
2006-12-18
Fix crash in xf86SetScrnInfoModes when pScrn->modes ends up empty.
Eric Anholt
2006-12-16
Prefer earliest CRTC when mapping to outputs.
Keith Packard
2006-12-14
Respect Virtual in xorg.conf
Keith Packard
2006-12-13
Move xf86CrtcConfig to ScrnInfo private.
Keith Packard
2006-12-13
Rename outputs to TMDS-1/TMDS-2, LVDS, TV and VGA.
Keith Packard
2006-12-12
Elide duplicate modes in pScrn->monitor.
Keith Packard
2006-12-12
Replace custom, partially broken DPMS implementation with a generic one.
Eric Anholt
2006-12-11
Include i830.h to get M_T_* compat defines for older X Servers.
Joshua J. Berry
2006-12-06
Include render.h to get SubPixelUnknown define.
Eric Anholt
2006-12-06
Use xf86 structures for default config instead of RandR.
Keith Packard
2006-12-04
Re-create RandR Crtc/output structures on server regen.
Keith Packard
2006-11-27
Move crtc/output config to sub-structure.
Keith Packard
2006-11-26
Clean up reworked data structure code so the server actually starts.
Keith Packard
2006-11-26
Start output/crtc restructuring work. It compiles.
Keith Packard