summaryrefslogtreecommitdiff
path: root/src/i830_display.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-20Remove dead i830_display.h.Eric Anholt1-42/+0
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-5/+5
2009-10-06Move to kernel coding style.Eric Anholt1-4/+4
2009-10-06Remove UMS support.Eric Anholt1-1/+0
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-2/+0
2009-03-18Create known output configuration at EnterVT timeJesse Barnes1-0/+2
2009-01-06Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard1-0/+1
2007-07-13Ensure pipe/output active before doing load detection.Keith Packard1-2/+2
2007-03-05Move EnterVT mode setting code to xf86SetDesiredModes.Keith Packard1-3/+0
2007-03-04Support new CRTC/Output prepare/commit hooks.Keith Packard1-0/+3
2007-02-13Attempt to detect panel fixed mode from EDID or current programmed mode.Eric Anholt1-0/+1
2007-01-15Convert I830PipeSetMode to xf86CrtcSetMode. Add rotation structures.Keith Packard1-5/+1
2007-01-03Add per-CRTC gamma control support for RandR.Eric Anholt1-0/+1
2006-12-28Configuration support: per-output mode lines, preferred mode.Keith Packard1-11/+0
2006-12-06Merge branch 'generic-mode-set' into modesettingEric Anholt1-0/+1
2006-12-05new server APIs are not in server-1.2 (version 7.1.99.2)Keith Packard1-2/+2
2006-12-05WIP code to move mode set sequencing to XFree86 handlers.Eric Anholt1-0/+1
2006-11-30Merge branch 'restructure-outputs' into modesetting.Keith Packard1-7/+7
2006-11-28Conditionally compile old-server compatibility code in.Eric Anholt1-3/+9
2006-11-28Replace custom DDC mode list code with a copy of the X Server's.Eric Anholt1-0/+8
2006-11-27Move crtc/output config to sub-structure.Keith Packard1-6/+6
2006-11-26Start output/crtc restructuring work. It compiles.Keith Packard1-6/+6
2006-11-16RandR-based initial output configuration.Keith Packard1-0/+2
2006-11-08Go back to only setting up outputs that have a display connected.Eric Anholt1-0/+1
2006-11-03Add support for load-based CRT detection.Eric Anholt1-1/+4
2006-10-31Move output connection detection to a per-output method.Eric Anholt1-1/+0
2006-10-31i830SetLVDSPanelPower is now a static function in i830_lvds.c, so remove it.Eric Anholt1-1/+0
2006-10-25Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt1-4/+0
2006-10-09Add a function for describing the output connection configuration.Eric Anholt1-0/+1
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt1-0/+1
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt1-2/+0
2006-09-21Make planeEnabled track pipes controlled by randr.Keith Packard1-0/+1
2006-09-20Update driver for RandR 1.2 X server API.Keith Packard1-0/+1
2006-06-20Add support for CRT detection using DDC.Eric Anholt1-1/+1
2006-04-19Clean up SDVO initialization, include config.h, and make it check the rightEric Anholt1-2/+2
2006-04-19Add more SDVO code. It's taken from airlied's driver, but with magic numbersEric Anholt1-0/+7
2006-04-10Add missing MIT copyright licenses, which should have been on all versions.Eric Anholt1-0/+27
2006-04-06Fix prototype for i830DetectCRT.Eric Anholt1-1/+1
2006-04-06Move display base setting to a separate function and use it from both mode setupEric Anholt1-0/+1
2006-04-06Replace I830VESASetMode with simpler i830SetMode, which is all native andEric Anholt1-1/+1
2006-04-06Start making i830SetMode aware of multiple pipes.Eric Anholt1-1/+1
2006-04-06Move LVDS panel power state setting to a separate function, and reduce magicEric Anholt1-0/+1
2006-04-06Add untested CRT detection code.Eric Anholt1-0/+1
2006-04-06Initial add of native CRT modesetting code.Eric Anholt1-0/+1