Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-23 | Remove OutputType and other cruft | Alex Deucher | |
2009-01-23 | Remove some unused cruft | Alex Deucher | |
2009-01-23 | track encoder state | Alex Deucher | |
2009-01-23 | Remove TMDSType, DACType, LVDSType from output rec | Alex Deucher | |
2009-01-21 | few more logic pasto's bits I missed | Alex Deucher | |
2009-01-21 | Move active_device setup to detect() | Alex Deucher | |
Also add encoder debugging printouts | |||
2009-01-21 | Fix logic cut and paste error | Alex Deucher | |
2009-01-21 | More legacy rework | Alex Deucher | |
2009-01-21 | fix legacy crtc routing and add some debugging info | Alex Deucher | |
2009-01-21 | ATOM: fix encoder init | Alex Deucher | |
2009-01-21 | Switch legacy output code to use new encoder objects | Alex Deucher | |
2009-01-21 | ATOM: more output cleanup | Alex Deucher | |
2009-01-21 | Fixup encoder setup on pre-ATOM chips | Alex Deucher | |
2009-01-21 | clean up encoder setup | Alex Deucher | |
- make sure not to duplicate encoders - use single encoder array | |||
2009-01-20 | First pass at converting legacy code to encoder objects | Alex Deucher | |
2009-01-19 | ATOM: round 1 of output rework | Alex Deucher | |
2009-01-19 | start to re-org outputs | Alex Deucher | |
2009-01-16 | ATOM: switch to define for external tmds | Alex Deucher | |
2009-01-16 | ATOM: combine DAC setup functions | Alex Deucher | |
plus a few other clean-ups | |||
2009-01-16 | DCE30: LVTMA requires DIG2 encoder | Alex Deucher | |
Fixes bug 19544 | |||
2009-01-07 | [PATCH] Fixed enumerations in radeon-output.c | Nicos Gollan | |
2009-01-06 | ATOM: rework encoder/transmitter setup | Alex Deucher | |
2009-01-06 | ATOM: refactor output dpms | Alex Deucher | |
2009-01-06 | ATOM: Adjust PLL setup for recent atom changes | Alex Deucher | |
2009-01-06 | ATOM: handle cases where TMDS uses linkb | Alex Deucher | |
fixes bug 18564 | |||
2009-01-06 | ATOM: rework object table parsing | Alex Deucher | |
2009-01-06 | R100: Fix typo in e55598cc1b35d398c9eb2c3946df71456775f621 | Alex Deucher | |
Noticed by Andreas Stenglein | |||
2009-01-04 | ATOM: add format rev 2 for digitial command tables | Alex Deucher | |
should fix bug 18911 | |||
2009-01-04 | ATOM: fail on more tables with unhandled revisions | Alex Deucher | |
2009-01-04 | AGP: Print both device and subsytem pci ids for agp | Alex Deucher | |
helpful for adding quirks with libpciaccess | |||
2009-01-04 | Another AGP quirk | Alex Deucher | |
debian bug 510208 | |||
2008-12-30 | R2xx: add another AGP quirk | Alex Deucher | |
from http://www.phoronix.com/forums/showthread.php?t=14626 | |||
2008-12-30 | atombios: endian fix in r600 object table handling | Dave Airlie | |
This fixes the r600 object table on r600. | |||
2008-12-29 | RS600: remove gpio quirk for ddc | Alex Deucher | |
Doesn't seem necessary on RS600. I'll try and find out more. | |||
2008-12-29 | Revert "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-29 | radeon: maybe special handling only needed for DVI port not HDMI one. | Dave Airlie | |
fixes ciaranm's rs600 board on radeon DDC | |||
2008-12-29 | radeon: a-bit motherboard has no DVI output | Dave Airlie | |
thanks to ciaranm for finding this. | |||
2008-12-26 | Make sure to include radeon_drm.h in the tarball | Alex Deucher | |
2008-12-26 | R2xx EXA: limit composite to 2047 like r1xx | Alex Deucher | |
See bug 19269 | |||
2008-12-23 | radeon: pass distcheck | Dave Airlie | |
2008-12-22 | Fix off by one in EXA composite limit checking | Patrick Haller | |
Patch from Patrick, with some updates from me: - fix r200 limits - note about r100 limits | |||
2008-12-22 | R3xx-R5xx: better fix for xv primitive tearing issues | Alex Deucher | |
R5xx: always use single clipped triangle R3xx/R4xx: use single clipped triangle up to guardband limit, then use quad. | |||
2008-12-22 | Merge branch 'atom-tvout' | Dave Airlie | |
2008-12-22 | atombios/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-22 | radeon: setup 3D engine even when no DRI. | Dave Airlie | |
This should fix some missing font issues in EXA without DRI cases. | |||
2008-12-18 | radeon: add all new pci ids for rv730/rv710 families | Dave Airlie | |
2008-12-17 | Pre-avivo: fix FP setup | Alex Deucher | |
- make sure to clear various shadow timing bits - crtc1 select bit was set wrong. - should fix bugs like 19100 | |||
2008-12-17 | R2xx: switch EXA composite to rects rather quads | Alex Deucher | |
For conistency with Xv path and to reduce potential diagonal tearing | |||
2008-12-17 | radeon: tv timings have crev/frev wrong way around for some reason. | Dave Airlie | |
2008-12-17 | atombios: re-enable TV dpms | Dave Airlie | |