summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-10Merge branch 'master' into atombios-supportDave Airlie
2007-12-07radeon: Use %u instead of %d for unsigned value.LisaWu
2007-12-07radeon: Use gettimeofday instead of xf86getsecs.Michel Dänzer
2007-12-07disable tiling for zaphod headsDave Airlie
2007-12-07don't add fboffset to info->FB it already is mapped at the offsetDave Airlie
2007-12-07radeon: bring back zaphod all is forgiven.Dave Airlie
You've whined, you've cried, you've nagged, and you're guilt trippin has made me do it... It actually wasn't as hard as I thought it would be. Still not perfect, couple of things to fix yet
2007-12-07radeon: move savedreg/modereg into entity instead of infoDave Airlie
2007-12-06Add missing PHONY line for automatic ChangeLog generationJames Cloos
2007-12-06powerpc: build fixes from last mergeDave Airlie
2007-12-06Merge branch 'master' into atombios-supportDave Airlie
Conflicts: src/radeon_output.c
2007-12-04RADEON: add MacModel imac-g5-isight for iMac G5 iSightAlex Deucher
Thanks to Étienne Bersac for helping to figure this out.
2007-12-04RADEON: fix typoÉtienne Bersac
2007-12-03Prepare changelog for uploadeBrice Goglin
2007-12-03New upstream snapshotBrice Goglin
2007-12-03Merge branch 'master' of ↵Brice Goglin
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-experimental
2007-12-02radeon: Further XVideo fixes.Michel Dänzer
* Make sure pitch constraints are always met for DMA upload blits. * RGB24 is not affected by endianness.
2007-12-02radeon: Fix crash with XVideo 24bit RGB images.Kusanagi Kouichi
See https://bugs.freedesktop.org/show_bug.cgi?id=13274 .
2007-12-02Fix build against xserver master.Michel Dänzer
(DE)ALLOCATE_LOCAL are gone.
2007-12-02RADEON/R600: small code cleanupGeorge Wu
2007-12-01RADEON: add options for force TV out as detected and to set TV standardAlex Deucher
Also fix a typo in internal tv-out parsing
2007-12-01RADEON: move GPIO lookup to a separate functionAlex Deucher
2007-12-01RADEON: fix typo in previous commitAlex Deucher
check gpio table revision before connector table revision
2007-12-01RADEON: convert atombios connector table parsing to use ATOM structsAlex Deucher
convert and add hpd info
2007-11-30RADEON: remove unused cruft from last atom importAlex Deucher
2007-11-30RADEON: save/restore avivo crtc cursor controlAlex Deucher
this should prevent the cursor from showing up on in text mode or vesafb etc. after running the driver.
2007-11-30Merge branch 'master' of ↵Alex Deucher
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support merge master and fix conflicts
2007-12-01radeon: add in pll spread spectrum workaroundDave Airlie
2007-11-30RADEON: rework MacModel optionAlex Deucher
this brings in some previous research from Michel Dänzer, Sjoerd Simons, and myself. Hopefully, the driver will pick the correct MacModel in more cases. This also changes the default connector table for desktop Macs to dual DVI rather than DVI+VGA as that seems to be the case more often than not. External TMDS chips are handled separately now as well. Eventually we should add an option to allow the user to specify what external TMDS chip they need, but we don't have enough info yet, so we'll rely on OF to init the external chip in most cases for now.
2007-11-30Merge branch 'atombios-support' of ↵Alex Deucher
ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
2007-11-30RADEON: disable atom pll set for r4xx cardsAlex Deucher
the clocks do not get set correctly in all cases. this needs further investigation.
2007-11-30RADEON: small cleanup of pll codeAlex Deucher
2007-11-30Add LVTMA PWRSEQ registers to fix VT switching for LVDSGeorge Wu
2007-11-29RADEON: add MacModel "mini-internal" for minis with internal TMDSAlex Deucher
Some macs (minis and powerbooks) use internal tmds, others use external tmds and not just for dual-link TMDS, it shows up with single-link as well. Unforunately, there doesn't seem to be any good way to figure it out.
2007-11-29RADEON: implement CLUT adjust supportAlex Deucher
2007-11-29RADEON: fix cursor offset on avivo chipsAlex Deucher
2007-11-27RADEON: switch r4xx to atombios load detectionAlex Deucher
works great
2007-11-27RADEON: re-org load detection for legacy chipsAlex Deucher
2007-11-28legacy: fix fb/agp read/writesDave Airlie
2007-11-26RADEON: first pass at TV/Component videoAlex Deucher
Untested and not likely to work just yet.
2007-11-26RADEON: move crtc output source selection into atombios_output.cAlex Deucher
The function fits better as an output function and should now work with clones as well.
2007-11-26RADEON: add default connector table for avivo chipsAlex Deucher
2007-11-26RADEON: fix backlight control on some laptopsArkadiusz Miskiewicz
It seems the bios scratch regs are involved in backlight control on some laptops. This patch fixes the problematic laptops and doesn't seem to break the previous bios lid and output control fixes.
2007-11-26RADEON: only return status unknown for XPRESS chipsAlex Deucher
this seems to cause more issues than it attempted to fix so limit it to XPRESS chips for now.
2007-11-26RADEON: fix typo in man pageAlex Deucher
2007-11-23r500: set default minimum pll freqDave Airlie
2007-11-23r5xx: cleanup pll code..Dave Airlie
Clean the PLL code to use the radeon pll structs.
2007-11-23radeon: fix up memory mapping issues for vt switchDave Airlie
2007-11-23fix silly spacesDave Airlie
2007-11-23r600: add hi agp address for mcDave Airlie
2007-11-23atombios: use values from object headerDave Airlie