Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2008-10-10 | Fix grey level dithering setup | Alex Deucher | |
2008-10-07 | Fixups from last DFP/LCD refactor | Alex Deucher | |
- fix DFP1 -> LCD1 - use _INDEX rather than _SUPPORT defs | |||
2008-10-06 | set grey levels correctly for temporal dithering | Alex Deucher | |
2008-10-06 | Refactor atom LCD/DFP output setup | Alex Deucher | |
Simplify the code, properly handle dithering, coherent mode, encoding, etc. Should fix bug 17897. | |||
2008-07-08 | atombios: add support for other endians. | Benjamin Herrenschmidt | |
This is a cleaned up (in as much as atombios can be..) of benh's patch. airlied - removed benh's debugging for now, it might need to be put back later.. | |||
2008-05-14 | Add RS600 support | Alex Deucher | |
2008-04-27 | RADEON: decrease crtc/output verbosity | Alex Deucher | |
2008-03-11 | DCE3: add support for PCIEPHY (untested) | Alex Deucher | |
2008-03-11 | DCE3: enable DPMS on DIG ports | Alex Deucher | |
2008-03-11 | DCE3: add output attribute to enable/disable coherent mode | Alex Deucher | |
Enabled by default. The TMDS transmitter can be programmed slightly differently depending on the chips in the panel. If you have problems with tmds on a particular panel, try disabling it. | |||
2008-03-06 | AVIVO: fix typo from a previous commit | Alex Deucher | |
Leave tv dpms hook disabled or you may get bad interactions with the shared DAC | |||
2008-03-06 | RADEON: take 2 on proper pragma pack support for bsds | Alex Deucher | |
See bug 14594. Based on suggestion by Henry Zhao | |||
2008-03-06 | DCE3.0: Minor fixups | Alex Deucher | |
2008-03-05 | AVIVO: Initial support for DCE 3.0 using atombios | Alex Deucher | |
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues. | |||
2008-03-01 | RS6xx: change isIGP checks to CHIP_FAMILY_RS690 | Alex Deucher | |
these paths are only relevant on RS6xx chips | |||
2008-02-29 | AVIVO: LVDS panels need dithering enabled | Alex Deucher | |
Fixes bug 14760 | |||
2008-02-28 | AVIVO: disable dithering on DFPs | Alex Deucher | |
This should fix the color banding some people have noticed. Also save/restore DDIA regs on RS6xx | |||
2008-02-22 | ATOM: properly set up DDIA output on RS6xx boards | Alex Deucher | |
2008-02-12 | R6xx: fix up use of bios scratch regs to reflect the new offsets | Alex Deucher | |
2008-02-10 | RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM bios | Alex Deucher | |
Tested on my M10-based laptop. | |||
2008-02-01 | RADEON: remove unused "aspect" scaler option | Alex Deucher | |
2008-01-17 | AVIVO: Add support for RMX | Alex Deucher | |
Both centered and expansion modes are supported. Select using output attributes. | |||
2008-01-14 | ATOMBIOS: disable the scaler by default on avivo cards | Alex Deucher | |
Fixes bug 14001 | |||
2008-01-10 | RADEON: clean up output handling | Alex Deucher | |
2008-01-03 | radeon: Miscellaneous warning fixes. | Michel Dänzer | |
2008-01-03 | r500: tvout avoid doing dpms here it makes my tv mode go all crappy | Dave Airlie | |
need to investigate further | |||
2008-01-02 | RADEON: various avivo tv-out related clean-ups | Alex Deucher | |
2008-01-02 | RADEON: preliminary support for ATOM RMX | Alex Deucher | |
not functional yet. | |||
2008-01-02 | RADEON: add support for ATOM component video table | Alex Deucher | |
Component output is still not working. | |||
2007-12-30 | atombios: enable TV-out detection code - tv out works for me with this | Dave Airlie | |
2007-11-26 | RADEON: first pass at TV/Component video | Alex Deucher | |
Untested and not likely to work just yet. | |||
2007-11-26 | RADEON: move crtc output source selection into atombios_output.c | Alex Deucher | |
The function fits better as an output function and should now work with clones as well. | |||
2007-11-23 | r500: make vt switch work again for me | Dave Airlie | |
2007-11-21 | RADEON: provide clearer debugging info | Alex Deucher | |
2007-11-21 | RADEON: major re-org and clean up of atom output control | Alex Deucher | |
- use radeon_output->devices to determine output - clean up and simplify dpms and mode set | |||
2007-11-21 | RADEON: make naming consistent and remove some cruft | Alex Deucher | |
2007-11-20 | RADEON: add LVDS atom support | Alex Deucher | |
2007-11-20 | RADEON: enable/disable the right TMDS controller | Alex Deucher | |
2007-11-18 | WIP: new atom code comples. | Alex Deucher | |
I commented out the object parsing for the time being as using it will require some thought as to new output related data structures. | |||
2007-11-16 | atombios: fixup warnings in atombios files | Dave Airlie | |
2007-11-16 | Add copyright headers | Dave Airlie | |
2007-11-11 | rework crtc output source setup | Alex Deucher | |
2007-11-07 | fix and move crtc source set up atombios_output.c | Alex Deucher | |
it's really more output related. | |||
2007-11-07 | add support for initing external tmds via ATOM | Alex Deucher | |
2007-11-07 | add avivo output stuff | Alex Deucher | |
2007-11-06 | Add atombios files | Alex Deucher | |