Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-07 | ATOM: code cleanup | Alex Deucher | |
- remove cases that aren't possible (e.g., no TMDSA on DCE3 cards) - condense duplicate cases | |||
2009-04-07 | DCE3/3.2: further fixes | Alex Deucher | |
disable the dig transmitter and encoder before setup and enable | |||
2009-04-04 | DCE3/3.2: fix up transmitter/encoder setup | Alex Deucher | |
Should fix bug 21050 | |||
2009-03-23 | R4xx ATOM: fix crtc routing for CRT1 | Alex Deucher | |
should fix bug 20814 | |||
2009-03-18 | ATOM: fix up tv-out support | Alex Deucher | |
- fix purple hue when using ATOMTvOut option - fix TV load detection on newer r6xx/r7xx chips - disable CV for now | |||
2009-03-18 | AVIVO: Fix dac load detection | Alex Deucher | |
2009-03-14 | atom: fix up bios scartch register usage | Alex Deucher | |
the bios scratch registers keep 3 types of state for each output: 1. dpms 2. active 3. connected some of the command tables use the active flags. We used to set the active flags based on dpms state, but instead set them based on whether they are connected or not. | |||
2009-03-13 | uniphy: start adding DisplayPort setup | Adam Jackson | |
2009-03-09 | R4xx: add R4xxATOM option | Alex Deucher | |
If set, enables the use of atombios for modesetting on r4xx cards. | |||
2009-03-06 | atom: Enable DisplayPort source to DVI/HDMI sink | root | |
DP source to DP sink still doesn't work yet, of course. | |||
2009-03-03 | AVIVO: add aspect scaling mode | Alex Deucher | |
No luck yet for aspect on pre-avivo chips | |||
2009-02-17 | Fix crtc routing on pre-DCE3.2 systems | Alex Deucher | |
This should fix peterz and bug 20074 | |||
2009-02-09 | ATOM: warning fixes | Alex Deucher | |
2009-02-03 | Fix encoder accounting | Alex Deucher | |
Should fix bug 19924 | |||
2009-01-28 | Merge branch 'atom-rework' and fix conflicts | Alex Deucher | |
2009-01-28 | Move encoder specific data to encoder dev_priv | Alex Deucher | |
2009-01-28 | Merge branch 'atom-tvout' of ↵ | Alex Deucher | |
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati Conflicts: src/radeon_atombios.c | |||
2009-01-26 | ATOM: print useful output info for DPMS events | Alex Deucher | |
2009-01-26 | Warning fixes | Alex Deucher | |
2009-01-26 | Fix off by one when printing encoder name | Alex Deucher | |
- also cleanup some debugging output | |||
2009-01-26 | Additional output cleanup | Alex Deucher | |
2009-01-23 | Remove OutputType and other 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 | Fix logic cut and paste error | Alex Deucher | |
2009-01-21 | ATOM: more output cleanup | Alex Deucher | |
2009-01-19 | ATOM: round 1 of output rework | 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-06 | ATOM: rework encoder/transmitter setup | Alex Deucher | |
2009-01-06 | ATOM: refactor output dpms | Alex Deucher | |
2009-01-06 | ATOM: handle cases where TMDS uses linkb | Alex Deucher | |
fixes bug 18564 | |||
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 | |
2008-12-17 | missed one in last commit | Alex Deucher | |
2008-12-17 | Make sure we hit the right bios reg | Alex Deucher | |
2008-12-17 | properly handle EnableYUV | Alex Deucher | |
A bit of a hack. we really need to restructure the bios scratch reg handling. | |||
2008-12-17 | Fix colors on tv-out | Alex Deucher | |
Call EnableYUV to set the transform and enable/disable it. should also fix green tint with tv connected at boot issues. | |||
2008-12-17 | radeon: r500 tv-out force scaler values to nice set that looks correct | Dave Airlie | |
2008-12-17 | atombios: re-enable TV dpms | Dave Airlie | |
2008-12-17 | radeon: use latest atombios constants for TV encoders in set_crtc_source | Dave Airlie | |
2008-12-17 | atom/tv: enable scaler can set the TV output scaler up. | Dave Airlie | |
Add the tv standard to the scaler enable for TV use. | |||
2008-12-17 | atom/tv: fixup the tv out default if bios doesn't specify | Dave Airlie | |
2008-12-16 | DCE32: add support for DCE3.2 digital outputs. | Dave Airlie | |
This adds support for the digital outputs on the RV730. | |||
2008-12-16 | radeon: fixes from Alex for some output engines | Dave Airlie | |
(cherry picked from commit 1e8ac6ea7b35ccbc3649c96ead60f69158f66ebc) | |||
2008-11-03 | Fix HDMI output setup on DIG1/DIG2. | Adam Jackson | |
The only reliable way to detect an HDMI sink is to check for the appropriate EDID extension block, so this will only work right on servers with xf86DoEEDID(). RANDR 1.2 will call this internally for us if it exists, but pre-1.6 servers are out of luck. | |||
2008-10-21 | atombios: oops typo | Dave Airlie | |
2008-10-21 | atombios: set missing pixel clock | Dave Airlie | |
2008-10-15 | Add LCD dithering quirk for macbook pro | Alex Deucher | |
fixes bug 17897. |