Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-21 | RADEON: fix crtc to output routing | Alex Deucher | |
Thanks to AMD for the information | |||
2007-11-21 | Merge branch 'atombios-support' of ↵ | Alex Deucher | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support | |||
2007-11-21 | RADEON: attempt to fix crtc to output routing | Alex 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-21 | RADEON: provide clearer debugging info | Alex Deucher | |
2007-11-21 | re-enable mobility chips | Dave Airlie | |
2007-11-21 | RADEON: major re-org and clean up of atom output control | Alex Deucher | |
- use radeon_output->devices to determine output - clean up and simplify dpms and mode set | |||
2007-11-21 | RADEON: make naming consistent and remove some cruft | Alex Deucher | |
2007-11-21 | RADEON: store devices ids from bios for each driver output | Alex Deucher | |
2007-11-20 | Merge branch 'atombios-support' of ↵ | Alex Deucher | |
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support | |||
2007-11-20 | RADEON: add LVDS atom support | Alex Deucher | |
2007-11-20 | RADEON: enable/disable the right TMDS controller | Alex Deucher | |
2007-11-20 | RADEON: fixup for bios tables with wrong connector types | Alex Deucher | |
2007-11-20 | RADEON: switch to using ATOM defines for bios device table | Alex Deucher | |
2007-11-21 | add missing files for make dist | Dave Airlie | |
noted by ndim on #radeonhd | |||
2007-11-21 | LVDS on r500/r600 needs some work disable mobile chips for now | Dave Airlie | |
2007-11-21 | r600: add memory controller regs from AMD | Dave Airlie | |
2007-11-21 | rs690 is !> r600 | Dave Airlie | |
2007-11-20 | radeon: restructure pci ids to avoid effort later | Dave 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-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 | |