Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | RADEON: cleanup | Alex Deucher | |
2007-05-18 | RADEON: more cleanup | Alex Deucher | |
2007-05-17 | RADEON: turn off all outputs in screeninit(). We'll turn on the ones we ↵ | Alex Deucher | |
want later | |||
2007-05-17 | RADEON: More cleanup | Alex Deucher | |
2007-05-17 | Fix for infinite loop in RADEONGetLVDSInfo | Paul TBBle Hampson | |
2007-05-15 | RADEON: remove some debugging code | Alex Deucher | |
2007-05-15 | RADEON: Move DAC regs to their own Save() function | 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: Further cleanup | Alex Deucher | |
2007-05-13 | RADEON: remove remnants of "old" multi-head support | Alex Deucher | |
The old screen based multi-head code is broken at this point and I have no intention of fixing it, so to clean things up I've removed it. | |||
2007-05-13 | RADEON: additional cleanups | Alex Deucher | |
2007-05-13 | RADEON: add new ConnectorTable option and re-add PanelSize option | Alex Deucher | |
2007-05-13 | RADEON: remove mergedfb, etc. cruft from man page | Alex Deucher | |
2007-05-13 | RADEON: remove old mergedfb and dualhead options that are no longer used | Alex Deucher | |
2007-05-13 | RADEON: remove more dead code | 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 | |||
2007-05-13 | RADEON: Remove dead code | Alex Deucher | |
2007-05-13 | RADEON: several fixes | Alex Deucher | |
- give better DDC names - disable DAC if connector is DVI-D - fix indentation in ProbeDDCModes() | |||
2007-05-13 | RADEON: fix VT switch | Alex Deucher | |
2007-05-13 | RADEON: move crtc offset handling into init/save/restore functions | Alex Deucher | |
2007-05-13 | RADEON: fix up DDCConnected() | Alex Deucher | |
2007-05-13 | RADEON: don't need to pass pScrn to EnableDisplay() | Alex Deucher | |
2007-05-13 | RADEON: remove hardcoded output limit and PortInfo stuff | Alex Deucher | |
2007-05-11 | RADEON: Fix RMX after the last commit | Alex Deucher | |
2007-05-11 | RADEON: Move LVDS, TMDS, DAC properties to the output rec | Alex Deucher | |
2007-05-11 | RADEON: switch output dpms to use RADEONEnableDisplay() | Alex Deucher | |
2007-05-11 | RADEON: re-arrange output mode setting | Alex Deucher | |
2007-05-11 | RADEON: more re-org | Alex Deucher | |
- move crtc mode setting around - add dri lock/unlock to crtc lock/unlock calls | |||
2007-05-10 | RADEON: fix VT switch | Alex Deucher | |
2007-05-10 | RADEON: randr driver re-org checkpoint | Alex Deucher | |
- split the mode setting per-crtc - reduce start up flicker | |||
2007-05-09 | RADEON: | Jesse Barnes | |
- fix an ugly modesetting bug: if we happened to set the mode on CRTC1 before CRTC2, CRTC2's RestoreMode function would clobber CRTC1's CRTC_OFFSET register since we never updated ModeReg.crtc_offset... so make AdjustFrame use ModeReg and pull the call to it up before RestoreMode, seems to work ok here. | |||
2007-05-09 | RADEON: | Jesse Barnes | |
- use fixup_mode hook to set RADEON_USE_RMX flag so panel scaling works - use valid_mode hook to prune invalid default modes from list - use adjusted_mode in crtc_mode_set (using adjusted_mode from fixup hook) | |||
2007-05-09 | randr checkpoint | Alex Deucher | |
- server still hangs if you start with external monitor connected - RMX not working - more than 2 outputs now possible (untested) | |||
2007-05-09 | more randr re-work | Alex Deucher | |
- remove RADEONQueryConnectedDisplays(); randr takes care of this now - print edid after randr detection | |||
2007-05-09 | enable all outputs on each crtc on mode restore | Alex Deucher | |
2007-05-09 | More re-org to allow more than 2 outputs | Alex Deucher | |
- Move radeon output crtc map into crtc_set_mode - in modeinit, set up all outputs attached to crtc | |||
2007-05-09 | start to clean up MapControllers | Alex Deucher | |
2007-05-09 | minor cleanup | Alex Deucher | |
2007-05-08 | remove some old mergedfb cruft | Alex Deucher | |
2007-05-08 | Merge branch 'master' into randr-1.2 and fix conflicts | Alex Deucher | |
2007-05-07 | RADEON: Fix cursor handling for randr | Alex Deucher | |
2007-05-07 | - fix randr 1.2 on pre-RV350 chips by enabling DAC_MACRO_CNTL writes | Jesse Barnes | |
- set dac_cntl on non-primary crtcs - set XCRT_CNT_EN in CRTC_EXT_CNTL just because - fix warnings in calls to xf86PrintModeline (wants screen index not pScrnInfo) | |||
2007-05-07 | RADEON - update randr cursor handling, LVDS setup fix | Alex Deucher | |
- quick fix for the cursor handling to update to the latest server bits - make sure connector type is CONNECTOR_PROPRIETARY for LVDS. | |||
2007-04-25 | radeon: another attempt at fixing the mergedfb refresh rate | Dave Airlie | |
This attempts to keep it inside the 32-bit limit when multiplying things out later in the randr tree. Let me know if I screwed this up.. | |||
2007-04-22 | radeon: add support for DDC on some laptop chipsets | Dave Airlie | |
I noticed fglrx has DDC for the panel in the rs480 laptop, however radeon didn't pick it up, so I valgrinded fglrx and spotted 0x1a0/0x1a4 accesses I actually noticed this before from the BIOS but never figured it out. So now I get DDC from the LCD on this laptop. | |||
2007-04-21 | radeon: fix build on older server | Dave Airlie | |
2007-04-21 | radeon: fix build since patches for IBM don't actually build | Dave Airlie | |