Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-16 | WIP: sync up with the latest ATOM bios code in rhd | Alex Deucher | |
doesn't compile ATM | |||
2007-11-16 | add missing hpd register | Dave Airlie | |
2007-11-16 | make i2c unlock/lock registers for gpios | Dave Airlie | |
2007-11-16 | avivo i2c: consolidate the avivo i2c code | Dave Airlie | |
2007-11-16 | atombios: fixup warnings in atombios files | Dave Airlie | |
2007-11-16 | remove avivo_reg.h | Dave Airlie | |
2007-11-16 | radeon: rename a large section of avivo regs to documented names | Dave Airlie | |
2007-11-16 | Add copyright headers | Dave Airlie | |
2007-11-15 | r5xx: fix typo for crtc offset | Dave Airlie | |
2007-11-15 | fix INMC() and OUTMC() on !AVIVO chips | Alex Deucher | |
WR_EN is bit 8 so don't use OUTREG8. | |||
2007-11-15 | atombios_dac_detect() takes care of primary vs tv dac itself | Alex Deucher | |
2007-11-15 | RADEON: set proper defaults for tv dac BGADJ/DACADJ | Alex Deucher | |
we should get these values from the bios tables, but for now use some reasonable defaults. This should fix the washed out color problems on bugs 1082 and 12844. | |||
2007-11-15 | RADEON: Make sure we set the MT properly for connected status unknown | Alex Deucher | |
2007-11-13 | ignore sometime bogus agp_mode bit from chip (bug #13190) | Roland Scheidegger | |
bit is wrong on at least X700 cards with rialto pcie-agp bridge chip, should be safe to use just the bit from the bridge hopefully to make agp setup work on these cards and not adversely affect others. | |||
2007-11-12 | Merge tag 'xf86-video-ati-6.7.196' into debian-experimental | Brice Goglin | |
2007-11-11 | fix from last commit | Alex Deucher | |
2007-11-11 | Add full parsing support for atom bios connector table | Alex Deucher | |
2007-11-11 | rework crtc output source setup | Alex Deucher | |
2007-11-11 | make sure i2c bus exists before using it | Alex Deucher | |
2007-11-09 | combine outputs based on id | Alex Deucher | |
2007-11-09 | use atom to program plls on r4xx | Alex Deucher | |
2007-11-09 | turn off vga control when using ext modes | Alex Deucher | |
2007-11-08 | add pci ids for X1550PRO | Alex Deucher | |
2007-11-08 | make sure to assign gpio | Alex Deucher | |
2007-11-08 | pull in another of Dave's fixes | 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 | more avivo updates | Alex Deucher | |
2007-11-06 | add additional connector types | Alex Deucher | |
2007-11-06 | First round of avivo support | Alex Deucher | |
2007-11-06 | Add atombios files | Alex Deucher | |
2007-11-06 | for r4xx ATOM cards, just use ATOM for PLL | Alex Deucher | |
while crtc timing and pll seem to work fine, output setup and routing don't seem to work too reliably with atom. AMD claims ATOM was still pretty new with r4xx so it's probably better to stick with direct programming for some things. | |||
2007-11-05 | radeon: Use indirect register access for (un)hiding the cursor. | Michel Dänzer | |
This avoids hangs that occur when touching these registers while the card is busy with some cards. | |||
2007-11-05 | radeon: Fix build warning on powerpc. | Michel Dänzer | |
2007-11-05 | Revert "radeon: Reinstate sync in radeon_crtc_show/hide_cursor." | Michel Dänzer | |
This reverts commit 0241cac643fa1c08a45ea44f5c670b290e760ad8. Taking the DRI lock in paths called from the SIGIO handler isn't safe. For example, the SIGIO handler may be called while the lock is held by an AIGLX context, resulting in deadlock. See e.g. https://bugs.freedesktop.org/show_bug.cgi?id=13005 . | |||
2007-11-04 | WIP: get ATOM crtc stuff working on r4xx | Alex Deucher | |
2007-11-03 | Initial support for r4xx | Alex Deucher | |
- add r3xx/r4xx MC access macros and functions | |||
2007-11-03 | More of Dave's ATOM init code. | Alex Deucher | |
2007-11-03 | Initial integration of Atom code and some of Dave's code. | Alex Deucher | |
ATOM builds, but it's not hooked up yet. | |||
2007-10-28 | Fix typo in 'disposing cursor' | Brice Goglin | |
Bug #12984. | |||
2007-10-27 | RADEON: disable FP DETECT for DVI. | Alex Deucher | |
These bits don't seem to be reliable or routed right in all cases. | |||
2007-10-25 | RADEON: Fix IgnoreEDID option | Alex Deucher | |
2007-10-25 | RADEON: clean up mode handling and improve reliability of DDC | Alex Deucher | |
- Reduce the number of times we do DDC and don't skip the magical GPIO dance when doing DDC. - If no DDC modes are found, add the screen modes | |||
2007-10-25 | RADEON: Add driver option to force TV DAC load detection on | Alex Deucher | |
2007-10-18 | RADEON: fix possible crash in radeon_crtc_mode_set() | Alex Deucher | |
when radeon_crtc_mode_set() is called during ScreenInit(), we don't have pScrn->pScreen yet. | |||
2007-10-17 | RADEON: Remove LVDSBiosNativeMode Option | Alex Deucher | |
Shouldn't be needed any longer as I've finally sorted out the LVDS issues due to the crtc setup. | |||
2007-10-16 | RADEON: finish fixing LVDS/RMX | Alex Deucher | |
For panels, both the mode and crtc values need to be updated based on the native mode timing. This shoudl fix any remaining problems with RMX. | |||
2007-10-16 | radeon: Handle 64 bit PCI resource bases better. | Michel Dänzer | |
2007-10-15 | RADEON: allow the user to set any tv standard | Alex Deucher | |
allow the user to set any tv standard rather than limiting it to what the bios says is supported. |