Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-20 | r600: use standard memory controller setup paths | Dave Airlie | |
2007-11-20 | r600: get r600 to work non-accelerated. | Dave Airlie | |
DDC still not working yet | |||
2007-11-20 | r600: block r600 startup due to lack of memory controller info | Dave Airlie | |
2007-11-20 | atombios: add warnings for r500 and r600 | Dave Airlie | |
2007-11-20 | atombios: add all r5xx and r6xx pci ids | Dave Airlie | |
2007-11-20 | Merge branch 'master' into atombios-support | Dave Airlie | |
Conflicts: src/radeon_chipset.h src/radeon_driver.c src/radeon_probe.c | |||
2007-11-20 | r5xx: add 71c5 for macbook pro | Dave Airlie | |
2007-11-20 | r5xx: cleanups after last merge | Dave Airlie | |
2007-11-20 | Merge branch 'master' into agd-atom-merge | Dave Airlie | |
Conflicts: src/radeon_cursor.c src/radeon_output.c | |||
2007-11-19 | makes 2-headed cursor work | Dave Airlie | |
2007-11-19 | add z3ro's pciids | Dave Airlie | |
2007-11-19 | add firegl card on ajaxs machine | Dave Airlie | |
2007-11-19 | Merge branch 'agd-atom' of ↵ | Dave Airlie | |
ssh://people.freedesktop.org/~agd5f/xf86-video-ati-atom into agd-atom | |||
2007-11-19 | fix logic in connector table check for TVs and switch counter to symbolic names | Alex Deucher | |
2007-11-19 | Don't assign a gpio for TV | Alex Deucher | |
2007-11-19 | r520: nail i2c enable/disable issue | Dave Airlie | |
2007-11-19 | Don't detect TV out for now | Alex Deucher | |
2007-11-19 | i2c: fix bus enable stuff | Dave Airlie | |
2007-11-19 | CRTs/DFPs may share a DVI port, but TV and CV don't | Alex Deucher | |
2007-11-18 | fix typo in loop | Alex Deucher | |
2007-11-19 | Merge branch 'agd-atom' of ../xf86-video-ati into agd-atom | Dave Airlie | |
2007-11-18 | RADEON: unify connectortype handling | Alex Deucher | |
2007-11-19 | restore avivo memory map registers at correct places | Dave Airlie | |
2007-11-19 | fix type for r520 agp code | Dave Airlie | |
2007-11-18 | RADEON: unify DDC line handling | Alex Deucher | |
2007-11-19 | add x1900xt support | Dave Airlie | |
2007-11-18 | RADEON: step one in output rework | Alex Deucher | |
re-organize the output type | |||
2007-11-18 | Few fixes from the last commit. | Alex Deucher | |
Update parser works fine on r4xx. | |||
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-17 | WIP: more new ATOM integration work | Alex Deucher | |
2007-11-16 | Merge branch 'agd-atom' of /home/alex/git/airlied/xf86-video-ati2 into agd-atom | Alex Deucher | |
2007-11-16 | avivo: fixup some i2c stuff | Dave Airlie | |
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-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 | |