Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-04-19 | Disable RMX for IBM Lewis server. | Matthias Hopf | |
Due to the hardware layout RMX ddc_mode has to be set. If ddc_mode is set, RADEONValdiateFPModes() shouldn't be called. Bugzilla #10620 (3). | |||
2007-04-18 | Set sync polarity restriction flags even for non-"digital separate" monitors. | Matthias Hopf | |
According to Lisa Wu, this is correct regarding the VESA EEDID standard. Bugzilla #10620 (2), original patch by Lisa Wu @ATI | |||
2007-04-18 | Fix inconsistent use of Mode lists. | Matthias Hopf | |
Some scans used to only check every second entry, some stopped at the entry before the last entry. Bugzilla #10620 (1), original patch by Lisa Wu @ATI | |||
2007-04-13 | Fix crash if MergedFB and secondary head not found | Matthias Hopf | |
If the secondary head isn't found (Monitor unplugged etc.) but MergedFB is configured, the driver segfaults because it tries to access the mode list private structures, which are not filled in. | |||
2007-04-11 | Fixed typo in mode list generation. | Matthias Hopf | |
2007-04-09 | radeon: add support for enabling direct rendering on RS480 | Dave Airlie | |
Thanks to Matthew Garrett and Ubuntu for the hw loan to get this working. Still no 3D driver support but at least you should get CP acceleration for 2D now. | |||
2007-04-04 | radeon: Link nearest modes by default for clone mode. | Michel Dänzer | |
This makes sure all modes of both CRTCs will be available by default with MergedFB. | |||
2007-04-04 | radeon: Always sort modes when adding to list. | Michel Dänzer | |
This makes sure mode lists will always be sorted from larger to smaller. | |||
2007-04-04 | radeon: Don't shrink virtual size based on secondary modes. | Michel Dänzer | |
2007-03-31 | 10205: Radeon driver's own mode validation code does not work properly | Henry Zhao | |
2007-03-31 | 9337: EDID modes do not participate in validation for CRT monitor | Henry Zhao | |