summaryrefslogtreecommitdiff
path: root/src/i830_crt.c
AgeCommit message (Expand)Author
2006-12-30Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.Keith Packard
2006-12-28Configuration support: per-output mode lines, preferred mode.Keith Packard
2006-12-06Merge branch 'modesetting' into nonrandr-setupnonrandr-setupKeith Packard
2006-12-06Merge branch 'generic-mode-set' into modesettingEric Anholt
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard
2006-12-05fix up misleading comment in i830_crt.c about border registerKeith Packard
2006-12-05WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard
2006-11-28Conditionally compile old-server compatibility code in.Eric Anholt
2006-11-27Move crtc/output config to sub-structure.Keith Packard
2006-11-26Remove mode setting from load detect CRTC allocation.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
2006-11-08Adapt to RandR updates that split object creation from screen association.Keith Packard
2006-11-08Merge branch 'modesetting-keithp' into modesettingKeith Packard
2006-11-08Clean up i830_crt_detect_load() a bit more.Eric Anholt
2006-11-07Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-05Fix CRT output on 965 chipset.Keith Packard
2006-11-04Rename availablePipes to num_pipesKeith Packard
2006-11-04Eliminate operatingDevices member and PIPE_* values.Keith Packard
2006-11-03Add support for load-based CRT detection.Eric Anholt
2006-11-01Attempt to pull monitor physical size information out of DDC EDID data.Eric Anholt
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt
2006-10-31Move output connection detection to a per-output method.Eric Anholt
2006-10-16Add a per-output mode-valid method.Eric Anholt
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt