summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-11-21RADEON: fix crtc to output routingAlex Deucher
Thanks to AMD for the information
2007-11-21Merge branch 'atombios-support' of ↵Alex Deucher
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
2007-11-21RADEON: attempt to fix crtc to output routingAlex Deucher
The output routing seems to be based on the output ids from the bios connector tables and the connected status in the bios scratch regs. I don't fully understand this yet, but this seems to work for the most part, however changing modes can sometimes lead to a blanked head. This can be remedied by forcing a dpms off cycle.
2007-11-21RADEON: provide clearer debugging infoAlex Deucher
2007-11-21re-enable mobility chipsDave Airlie
2007-11-21RADEON: major re-org and clean up of atom output controlAlex Deucher
- use radeon_output->devices to determine output - clean up and simplify dpms and mode set
2007-11-21RADEON: make naming consistent and remove some cruftAlex Deucher
2007-11-21RADEON: store devices ids from bios for each driver outputAlex Deucher
2007-11-20Merge branch 'atombios-support' of ↵Alex Deucher
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
2007-11-20RADEON: add LVDS atom supportAlex Deucher
2007-11-20RADEON: enable/disable the right TMDS controllerAlex Deucher
2007-11-20RADEON: fixup for bios tables with wrong connector typesAlex Deucher
2007-11-20RADEON: switch to using ATOM defines for bios device tableAlex Deucher
2007-11-21add missing files for make distDave Airlie
noted by ndim on #radeonhd
2007-11-21LVDS on r500/r600 needs some work disable mobile chips for nowDave Airlie
2007-11-21r600: add memory controller regs from AMDDave Airlie
2007-11-21rs690 is !> r600Dave Airlie
2007-11-20radeon: restructure pci ids to avoid effort laterDave Airlie
This uses a single file with all the pciids and parameters for radeon family and setup in it. I don't run the perl script at build time to avoid a perl dependency on build but adding pci ids should be done via the csv file with openoffice or gnumeric if possible.
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