summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-11-20r600: use standard memory controller setup pathsDave Airlie
2007-11-20r600: get r600 to work non-accelerated.Dave Airlie
DDC still not working yet
2007-11-20r600: block r600 startup due to lack of memory controller infoDave Airlie
2007-11-20atombios: add warnings for r500 and r600Dave Airlie
2007-11-20atombios: add all r5xx and r6xx pci idsDave Airlie
2007-11-20Merge branch 'master' into atombios-supportDave Airlie
Conflicts: src/radeon_chipset.h src/radeon_driver.c src/radeon_probe.c
2007-11-20r5xx: add 71c5 for macbook proDave Airlie
2007-11-20r5xx: cleanups after last mergeDave Airlie
2007-11-20Merge branch 'master' into agd-atom-mergeDave Airlie
Conflicts: src/radeon_cursor.c src/radeon_output.c
2007-11-19makes 2-headed cursor workDave Airlie
2007-11-19add z3ro's pciidsDave Airlie
2007-11-19add firegl card on ajaxs machineDave Airlie
2007-11-19Merge branch 'agd-atom' of ↵Dave Airlie
ssh://people.freedesktop.org/~agd5f/xf86-video-ati-atom into agd-atom
2007-11-19fix logic in connector table check for TVs and switch counter to symbolic namesAlex Deucher
2007-11-19Don't assign a gpio for TVAlex Deucher
2007-11-19r520: nail i2c enable/disable issueDave Airlie
2007-11-19Don't detect TV out for nowAlex Deucher
2007-11-19i2c: fix bus enable stuffDave Airlie
2007-11-19CRTs/DFPs may share a DVI port, but TV and CV don'tAlex Deucher
2007-11-18fix typo in loopAlex Deucher
2007-11-19Merge branch 'agd-atom' of ../xf86-video-ati into agd-atomDave Airlie
2007-11-18RADEON: unify connectortype handlingAlex Deucher
2007-11-19restore avivo memory map registers at correct placesDave Airlie
2007-11-19fix type for r520 agp codeDave Airlie
2007-11-18RADEON: unify DDC line handlingAlex Deucher
2007-11-19add x1900xt supportDave Airlie
2007-11-18RADEON: step one in output reworkAlex Deucher
re-organize the output type
2007-11-18Few fixes from the last commit.Alex Deucher
Update parser works fine on r4xx.
2007-11-18WIP: 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-17WIP: more new ATOM integration workAlex Deucher
2007-11-16Merge branch 'agd-atom' of /home/alex/git/airlied/xf86-video-ati2 into agd-atomAlex Deucher
2007-11-16avivo: fixup some i2c stuffDave Airlie
2007-11-16WIP: sync up with the latest ATOM bios code in rhdAlex Deucher
doesn't compile ATM
2007-11-16add missing hpd registerDave Airlie
2007-11-16make i2c unlock/lock registers for gpiosDave Airlie
2007-11-16avivo i2c: consolidate the avivo i2c codeDave Airlie
2007-11-16atombios: fixup warnings in atombios filesDave Airlie
2007-11-16remove avivo_reg.hDave Airlie
2007-11-16radeon: rename a large section of avivo regs to documented namesDave Airlie
2007-11-16Add copyright headersDave Airlie
2007-11-15r5xx: fix typo for crtc offsetDave Airlie
2007-11-15fix INMC() and OUTMC() on !AVIVO chipsAlex Deucher
WR_EN is bit 8 so don't use OUTREG8.
2007-11-15atombios_dac_detect() takes care of primary vs tv dac itselfAlex Deucher
2007-11-15RADEON: set proper defaults for tv dac BGADJ/DACADJAlex 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-15RADEON: Make sure we set the MT properly for connected status unknownAlex Deucher
2007-11-13ignore 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-11fix from last commitAlex Deucher
2007-11-11Add full parsing support for atom bios connector tableAlex Deucher
2007-11-11rework crtc output source setupAlex Deucher
2007-11-11make sure i2c bus exists before using itAlex Deucher