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