summaryrefslogtreecommitdiff
path: root/src/i830_crt.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Limit CRT DAC speed better.Adam Jackson1-2/+14
2009-02-23Revert "Limit CRT DAC speed better."Keith Packard1-14/+2
2009-02-23Limit CRT DAC speed better.Adam Jackson1-2/+14
2008-12-11bug #17395: Quirk CRT for Sony VGC-LT71DBZhenyu Wang1-0/+3
2008-11-06Use long crt hotplug activation time on GM45.Keith Packard1-21/+37
2008-10-12Bug #17892: Fix possible crash in CRT probeZhenyu Wang1-6/+16
2008-09-26Do force CRT detect sequence twice on 4 series chipsetZhenyu Wang1-0/+11
2008-09-19Fix output detection for DVI-IZhenyu Wang1-1/+44
2008-08-20Don't allocate a pipe for hotplug detectionJesse Barnes1-7/+14
2008-03-26More compile warning fixes.Paulo Cesar Pereira de Andrade1-0/+2
2008-03-17Add support for new ->get_crtc output callbacksJesse Barnes1-1/+14
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-13/+13
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