Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-20 | RADEON: Add DefaultConnectorTable option | Alex Deucher | |
This option skips the parsing the BIOS connector table and falls back to chip specific defaults. Also remove man page section for the now gone bioshotkeys option. | |||
2007-08-15 | RADEON: make sure crtc routing is correct in r300_detect_tv() | Alex Deucher | |
Also remove some unused variable | |||
2007-08-14 | RADEON: minor cleanup | Alex Deucher | |
2007-08-14 | RADEON: Implement improved tv load detection for r300 | Alex Deucher | |
The previous implementation resulted in false positives on occasion. This method works much more reliably. Based on beos code by Thomas Kurschel | |||
2007-08-14 | RADEON: Make sure RMX is always programmed for crtc1 | Alex Deucher | |
If the RMX registers are left as programmed by the bios this can lead to a blank screen when crtc1 is feeding a DAC. Fix found and reported by Lisa Wu <liswu@ati.com> Fixes bug 11985 | |||
2007-08-14 | RADEON: Add load detection | Alex Deucher | |
Based on the beos driver by Thomas Kurschel and the existing load detection code in this driver. | |||
2007-08-12 | RADEON: order the VGA and DVI ports correctly | Alex Deucher | |
2007-08-11 | RADEON: fix connector setup when there's no bios tables | Alex Deucher | |
2007-08-07 | RADEON: fix ConnectorTable option after connector table re-work | Alex Deucher | |
We may want to add the possiblity of more connectors to this option | |||
2007-08-05 | RADEON: Always set MonType in radeon_detect() | Alex Deucher | |
- Always set the the MonType in radeon detect even if no monitor is detected so users can still force disconnected outputs on. For DVI-I users will have to set the dvi_monitor_type attribute to force digital or analog, everything else should just work. | |||
2007-08-05 | RADEON: add tv out properties | Alex Deucher | |
2007-08-05 | RADEON: switch DVI-I monitor type attribute to string | Alex Deucher | |
2007-08-05 | RADEON: make backlight attribute lower case | Alex Deucher | |
2007-08-05 | RADEON: switch RMX attribute to string type | Alex Deucher | |
Still not actually hooked up. | |||
2007-08-05 | RADEON: typo | Alex Deucher | |
2007-08-05 | RADEON: fixes | Alex Deucher | |
- fix output ordering - set tv-out to return un-connected for now in radeon_detect() | |||
2007-08-05 | RADEON: refactor output init to handle multiple DVI or VGA | Alex Deucher | |
- refactor output init to handle multiple DVI or VGA with the new bios table parsing | |||
2007-08-05 | RADEON: Major rework of BIOS table parsing | Alex Deucher | |
- greatly simplify ATOM and legacy connector table parsing - use bios tables to detect LVDS and TV outputs - add support for TV table parsing (legacy only) | |||
2007-08-02 | RADEON: add missing break | Alex Deucher | |
2007-08-02 | RADEON: limit tv modes to the only one we can program at the moment | Alex Deucher | |
2007-07-31 | RADEON: fix name of tv output | Alex Deucher | |
2007-07-31 | RADEON: tv-out fixes. works now. tested on rv350. | Alex Deucher | |
VT siwtch is busted, and xrandr doesn't play nice yet. uncomment code in radeon_output.c to test. | |||
2007-07-29 | RADEON: Initial pass at integrated tv out support | Alex Deucher | |
Based on the GATOS tv-out support by Federico Ulivi <fulivi@lycos.com> and information from ati with substantial rework by myself. Code is not actually hooked up yet. | |||
2007-06-29 | RADEON: simplify console restore | Alex Deucher | |
- still need to track crtcs for blank/unblank when restoring text console | |||
2007-06-19 | RADEON: Split FP reg restore to only touch regs relevant to the output | Alex Deucher | |
- only restore output specific regs - restore fp2_gen_cntl on R200 DAC restore as R200 DAC2 is connected via DVO | |||
2007-06-12 | radeon: Fix panel size detection from registers with stretched mode programmed. | Michel Dänzer | |
2007-06-05 | RADEON: fixup RADEONDisplayVideo() to better handle the crtc being used | Alex Deucher | |
2007-06-04 | RADEON: fix indenting | Alex Deucher | |
2007-06-04 | RADEON: no need to go through all the crtcs, we've got what we need | Alex Deucher | |
2007-06-04 | RADEON: add support for RMX on DVI, make sure RMX is only enabled on crtc1 | Alex Deucher | |
2007-06-04 | RADEON: remove some cruft | Alex Deucher | |
2007-06-04 | RADEON: number the outputs if there are more than one of the same | Alex Deucher | |
2007-05-30 | radeon: Lots of warning fixes. | Michel Dänzer | |
Move code where it's used, remove unused variables, etc. | |||
2007-05-26 | RADEON: clean up and add comment regarding clones | Alex Deucher | |
2007-05-26 | RADEON: Switch SetOutputType() to use names rather than numbers | Alex Deucher | |
2007-05-26 | RADEON: implement backlight control for LVDS | Alex Deucher | |
This code is currently disabled as I'm not sure which laptops actually use this method for backlight control. My laptop seems to use another method as adjusting the backlight level doesn't seem to touch LVDS_GEN_CNTL. Maybe just macs? | |||
2007-05-25 | RADEON: implement auto/analog/digital output property for DVI-I (untested) | Alex Deucher | |
2007-05-25 | RADEON: more clean of last commits | Alex Deucher | |
2007-05-25 | RADEON: fixup last commit and add support for ext TMDS detect | Alex Deucher | |
2007-05-25 | RADEON: clean up non-DDC probe, add detect for DVI | Alex Deucher | |
2007-05-23 | RADEON: clean up some logic | Alex Deucher | |
2007-05-23 | RADEON: add output properties (not functional yet) | Alex Deucher | |
2007-05-22 | RADEON: Only add valid connectors | Alex Deucher | |
2007-05-20 | RADEON: several updates | Alex Deucher | |
- move output init from InitCrtc() functions to the output mode_set() - take the crtc off the MC when blanking - move EnableDisplay() to output commit() - clean up some dead code - don't enable dacs in initcrtc() functions, this is taken care of in EnableDisplay() | |||
2007-05-18 | RADEON: if connector is VGA set TMDS to none | Alex Deucher | |
2007-05-18 | RADEON: Change default LVDS i2c line for powerpc | Alex Deucher | |
2007-05-17 | RADEON: More cleanup | Alex Deucher | |
2007-05-15 | RADEON: Lots of small fixes | Alex Deucher | |
- remove extra crtc2_base set - remove some debugging code - clean up RestoreMode() - make sure a DDC reg gets assigned for LCD_DDC - make sure we adjust the right frame in AdjustFrame() - rename RADEONMapControllers() to RADEONPrintPortMap() to reflect what it actually does now - make i2c bus name match the DDC port - remove or comment out un-needed code | |||
2007-05-13 | RADEON: add new ConnectorTable option and re-add PanelSize option | Alex Deucher | |
2007-05-13 | RADEON: re-org randr code | Alex Deucher | |
- move crtc stuff to radeon_crtc.c - move output stuff to radeon_output.c |