summaryrefslogtreecommitdiff
path: root/src/i830_crt.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-10Remove unnecessary quirk code in CRT probingJesse Barnes1-7/+0
2008-01-09Add pipe A force enable quirkJesse Barnes1-0/+8
2007-12-10CRT hotplug detection improvementsJesse Barnes1-19/+23
2007-07-13Remove hard-coded CRT blanking frobbing for load detection.Keith Packard1-4/+2
2007-07-13Ensure pipe/output active before doing load detection.Keith Packard1-38/+8
2007-07-13Eliminate bogus (and harmful) blanking adjustment for load detect.Keith Packard1-35/+75
2007-06-30Fix load detection to use border region instead of blanking.Keith Packard1-9/+27
2007-06-19Fix left G33 issuesWang Zhenyu1-1/+2
2007-05-17Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV.Keith Packard1-0/+3
2007-05-12Deal with i830 CRT load detection which cannot use FORCE_BORDER.Keith Packard1-33/+62
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard1-0/+2
2007-02-16Change rotation pixmap creation API to permit start-time rotation.Keith Packard1-1/+1
2007-01-16Interim work on rotation support with new xf86 code.Keith Packard1-1/+1
2007-01-15Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard1-1/+1
2006-12-30Detect in ProbeModes. Let get_modes set edid. Prune interlace/dblscan.Keith Packard1-0/+2
2006-12-28Configuration support: per-output mode lines, preferred mode.Keith Packard1-33/+1
2006-12-06Merge branch 'modesetting' into nonrandr-setupKeith Packard1-9/+11
2006-12-06Merge branch 'generic-mode-set' into modesettingEric Anholt1-9/+11
2006-12-06Use xf86 structures for default config instead of RandR.Keith Packard1-8/+9
2006-12-05fix up misleading comment in i830_crt.c about border registerKeith Packard1-3/+1
2006-12-05WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt1-9/+11
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard1-66/+122
2006-11-28Conditionally compile old-server compatibility code in.Eric Anholt1-1/+1
2006-11-27Move crtc/output config to sub-structure.Keith Packard1-19/+19
2006-11-26Remove mode setting from load detect CRTC allocation.Keith Packard1-1/+21
2006-11-26Clean up reworked data structure code so the server actually starts.Keith Packard1-2/+2
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard1-65/+101
2006-11-08Adapt to RandR updates that split object creation from screen association.Keith Packard1-3/+7
2006-11-08Merge branch 'modesetting-keithp' into modesettingKeith Packard1-1/+7
2006-11-08Clean up i830_crt_detect_load() a bit more.Eric Anholt1-11/+13
2006-11-07Eliminate operatingDevices member and PIPE_* values.Keith Packard1-2/+4
2006-11-05Fix CRT output on 965 chipset.Keith Packard1-1/+7
2006-11-04Rename availablePipes to num_pipesKeith Packard1-2/+2
2006-11-04Eliminate operatingDevices member and PIPE_* values.Keith Packard1-3/+12
2006-11-03Add support for load-based CRT detection.Eric Anholt1-11/+9
2006-11-01Attempt to pull monitor physical size information out of DDC EDID data.Eric Anholt1-0/+1
2006-11-01Move mode lists from per-pipe to per-output.Eric Anholt1-2/+39
2006-10-31Give each output a get_modes function and expose those modes through RandR.Eric Anholt1-0/+1
2006-10-31Move output connection detection to a per-output method.Eric Anholt1-0/+162
2006-10-16Add a per-output mode-valid method.Eric Anholt1-0/+8
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt1-2/+35
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt1-6/+23
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt1-0/+75