summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-19Don't assign a gpio for TVAlex Deucher
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-15Merge branch 'agd-atom' of /home/alex/git/airlied/xf86-video-ati2 into agd-atomAlex Deucher
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-16r5xx: fix typo for crtc offsetDave Airlie
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
2007-11-09combine outputs based on idAlex Deucher
2007-11-09use atom to program plls on r4xxAlex Deucher
2007-11-09turn off vga control when using ext modesAlex Deucher
2007-11-08add pci ids for X1550PROAlex Deucher
2007-11-08make sure to assign gpioAlex Deucher
2007-11-08pull in another of Dave's fixesAlex Deucher
2007-11-07fix and move crtc source set up atombios_output.cAlex Deucher
it's really more output related.
2007-11-07add support for initing external tmds via ATOMAlex Deucher
2007-11-07add avivo output stuffAlex Deucher
2007-11-06more avivo updatesAlex Deucher
2007-11-06add additional connector typesAlex Deucher
2007-11-06First round of avivo supportAlex Deucher
2007-11-06Add atombios filesAlex Deucher
2007-11-06for r4xx ATOM cards, just use ATOM for PLLAlex 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-04WIP: get ATOM crtc stuff working on r4xxAlex Deucher
2007-11-03Initial support for r4xxAlex Deucher
- add r3xx/r4xx MC access macros and functions