summaryrefslogtreecommitdiff
path: root/src/radeon_display.c
AgeCommit message (Expand)Author
2007-05-13RADEON: move crtc offset handling into init/save/restore functionsAlex Deucher
2007-05-13RADEON: fix up DDCConnected()Alex Deucher
2007-05-13RADEON: don't need to pass pScrn to EnableDisplay()Alex Deucher
2007-05-13RADEON: remove hardcoded output limit and PortInfo stuffAlex Deucher
2007-05-11RADEON: Fix RMX after the last commitAlex Deucher
2007-05-11RADEON: Move LVDS, TMDS, DAC properties to the output recAlex Deucher
2007-05-11RADEON: switch output dpms to use RADEONEnableDisplay()Alex Deucher
2007-05-11RADEON: re-arrange output mode settingAlex Deucher
2007-05-11RADEON: more re-orgAlex Deucher
2007-05-10RADEON: randr driver re-org checkpointAlex Deucher
2007-05-09RADEON:Jesse Barnes
2007-05-09RADEON:Jesse Barnes
2007-05-09randr checkpointAlex Deucher
2007-05-09more randr re-workAlex Deucher
2007-05-09More re-org to allow more than 2 outputsAlex Deucher
2007-05-09start to clean up MapControllersAlex Deucher
2007-05-09minor cleanupAlex Deucher
2007-05-08Merge branch 'master' into randr-1.2 and fix conflictsAlex Deucher
2007-05-07- fix randr 1.2 on pre-RV350 chips by enabling DAC_MACRO_CNTL writesJesse Barnes
2007-05-07RADEON - update randr cursor handling, LVDS setup fixAlex Deucher
2007-04-22radeon: add support for DDC on some laptop chipsetsDave Airlie
2007-04-18Set sync polarity restriction flags even for non-"digital separate" monitors.Matthias Hopf
2007-04-18Fix inconsistent use of Mode lists.Matthias Hopf
2007-03-06Add prepare/commit hooks to output and crtc func tableJesse Barnes
2007-02-25fix typoDave Airlie
2007-02-25Merge branch 'radeon-randrv12-v4'Dave Airlie
2007-02-25cleanup radeon code against master serverDave Airlie
2007-02-25make radeon randr build against master serverDave Airlie
2007-02-12fix LVDS by moving bios reading aroundDave Airlie
2007-02-12remove assignments to pOutput before it is createdDavid Airlie
2007-02-12remove all the locking glxgears runs fine over screen changes without itDavid Airlie
2007-02-02get rid of mergetype and displaytype from radeon.hDavid Airlie
2007-02-02rename some variables to output from connectorDavid Airlie
2007-02-02fixup mode probing a bit neaterDavid Airlie
2007-02-02move i2c buses into outputsDavid Airlie
2007-02-02fixup callers to crtcsetmode fixes my cursorsDavid Airlie
2007-02-02add locks for crtcs and some missing lines from intel updateDavid Airlie
2007-02-01update to latest intel codebase modulo using their mode setDavid Airlie
2007-01-23remove isused and isactiveDave Airlie
2007-01-23radeon: fixup problem with cursor not going offDavid Airlie
2007-01-23fixup init disp bandwidthDavid Airlie
2007-01-22radeon: fixup some of the video code after randrDave Airlie
2007-01-22add back overlay CRTC chooser this may not work yetDave Airlie
2007-01-21remove alot more mergedfb supportDave Airlie
2007-01-14radeon: get randr-1.2 mode switching mostly working on my laptopDave Airlie
2007-01-14use more randr-ish names for variablesDave Airlie
2007-01-14radeon: move blank/unblank to use randrDave Airlie
2007-01-14disable dpms on/off as it was writing regs before we wanted toDave Airlie
2007-01-14radeon: destroy and fixup LVDS crtcDave Airlie
2007-01-12always create a second CRTC I think this should solve any problemsDave Airlie