summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-01-23Remove OutputType and other cruftAlex Deucher
2009-01-23Remove some unused cruftAlex Deucher
2009-01-23track encoder stateAlex Deucher
2009-01-23Remove TMDSType, DACType, LVDSType from output recAlex Deucher
2009-01-21few more logic pasto's bits I missedAlex Deucher
2009-01-21Move active_device setup to detect()Alex Deucher
Also add encoder debugging printouts
2009-01-21Fix logic cut and paste errorAlex Deucher
2009-01-21More legacy reworkAlex Deucher
2009-01-21fix legacy crtc routing and add some debugging infoAlex Deucher
2009-01-21ATOM: fix encoder initAlex Deucher
2009-01-21Switch legacy output code to use new encoder objectsAlex Deucher
2009-01-21ATOM: more output cleanupAlex Deucher
2009-01-21Fixup encoder setup on pre-ATOM chipsAlex Deucher
2009-01-21clean up encoder setupAlex Deucher
- make sure not to duplicate encoders - use single encoder array
2009-01-20First pass at converting legacy code to encoder objectsAlex Deucher
2009-01-19ATOM: round 1 of output reworkAlex Deucher
2009-01-19start to re-org outputsAlex Deucher
2009-01-16ATOM: switch to define for external tmdsAlex Deucher
2009-01-16ATOM: combine DAC setup functionsAlex Deucher
plus a few other clean-ups
2009-01-16DCE30: LVTMA requires DIG2 encoderAlex Deucher
Fixes bug 19544
2009-01-07[PATCH] Fixed enumerations in radeon-output.cNicos Gollan
2009-01-06ATOM: rework encoder/transmitter setupAlex Deucher
2009-01-06ATOM: refactor output dpmsAlex Deucher
2009-01-06ATOM: Adjust PLL setup for recent atom changesAlex Deucher
2009-01-06ATOM: handle cases where TMDS uses linkbAlex Deucher
fixes bug 18564
2009-01-06ATOM: rework object table parsingAlex Deucher
2009-01-06R100: Fix typo in e55598cc1b35d398c9eb2c3946df71456775f621Alex Deucher
Noticed by Andreas Stenglein
2009-01-04ATOM: add format rev 2 for digitial command tablesAlex Deucher
should fix bug 18911
2009-01-04ATOM: fail on more tables with unhandled revisionsAlex Deucher
2009-01-04AGP: Print both device and subsytem pci ids for agpAlex Deucher
helpful for adding quirks with libpciaccess
2009-01-04Another AGP quirkAlex Deucher
debian bug 510208
2008-12-30R2xx: add another AGP quirkAlex Deucher
from http://www.phoronix.com/forums/showthread.php?t=14626
2008-12-30atombios: endian fix in r600 object table handlingDave Airlie
This fixes the r600 object table on r600.
2008-12-29RS600: remove gpio quirk for ddcAlex Deucher
Doesn't seem necessary on RS600. I'll try and find out more.
2008-12-29Revert "radeon: maybe special handling only needed for DVI port not HDMI one."Alex Deucher
This reverts commit c877450a75d3fd4a2f200af197c691669966f6f4. This breaks RS690 setups. I think for now we just apply this quirk to RS690/RS740. I'll follow up with the bios folks about RS600.
2008-12-29radeon: maybe special handling only needed for DVI port not HDMI one.Dave Airlie
fixes ciaranm's rs600 board on radeon DDC
2008-12-29radeon: a-bit motherboard has no DVI outputDave Airlie
thanks to ciaranm for finding this.
2008-12-26Make sure to include radeon_drm.h in the tarballAlex Deucher
2008-12-26R2xx EXA: limit composite to 2047 like r1xxAlex Deucher
See bug 19269
2008-12-23radeon: pass distcheckDave Airlie
2008-12-22Fix off by one in EXA composite limit checkingPatrick Haller
Patch from Patrick, with some updates from me: - fix r200 limits - note about r100 limits
2008-12-22R3xx-R5xx: better fix for xv primitive tearing issuesAlex Deucher
R5xx: always use single clipped triangle R3xx/R4xx: use single clipped triangle up to guardband limit, then use quad.
2008-12-22Merge branch 'atom-tvout'Dave Airlie
2008-12-22atombios/tv: add an option to enable atom tv-out for users.Dave Airlie
This code is still experimental but we will allow users to enable it for experimental reasons
2008-12-22radeon: setup 3D engine even when no DRI.Dave Airlie
This should fix some missing font issues in EXA without DRI cases.
2008-12-18radeon: add all new pci ids for rv730/rv710 familiesDave Airlie
2008-12-17Pre-avivo: fix FP setupAlex Deucher
- make sure to clear various shadow timing bits - crtc1 select bit was set wrong. - should fix bugs like 19100
2008-12-17R2xx: switch EXA composite to rects rather quadsAlex Deucher
For conistency with Xv path and to reduce potential diagonal tearing
2008-12-17radeon: tv timings have crev/frev wrong way around for some reason.Dave Airlie
2008-12-17atombios: re-enable TV dpmsDave Airlie