Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-11 | don't map the mmio registers via the drm in the radeon DDX eitherobsd-xf86-video-ati-6.9.0 | Owain Ainsworth | |
(companion commit to the mesa one I just made) ok matthieu@ | |||
2009-01-11 | Don't call the MODESET_CTL ioctl on the drm device if direct rendering | Owain Ainsworth | |
isn't enabled. From upstream, patch originally from me. | |||
2009-01-11 | BSD Makefile | Matthieu Herrb | |
2008-06-26 | Bump for 6.9.0 releasexf86-video-ati-6.9.0 | Alex Deucher | |
2008-06-26 | RADEON: sys/endian.h needs sys/types.h on BSDs | Brad Smith | |
See bug 16512 | |||
2008-06-26 | RADEON: fix copy/paste error in accel code | Brad Smith | |
2008-06-26 | Revert "Revert "ATOM: disable TV-out for now"" | Dave Airlie | |
Oops I really didn't mean to do this, I was testing something and it slipped past. This reverts commit dd18caa4b2efc430eaae0c4362b65641f9bef440. | |||
2008-06-25 | RADEON: adjustments to Jerome's last commit | Alex Deucher | |
- Flush caches and wait for idle after drawing - Make sure 3D is idle too (after composite or textured video) | |||
2008-06-25 | Merge branch 'master' of ↵ | Jerome Glisse | |
git://anongit.freedesktop.org/xorg/driver/xf86-video-ati | |||
2008-06-25 | radeon: flush & wait for 2d & dma idle after 2d blit | Jerome Glisse | |
This should help to avoid 2d & 3d engine to step on each other dma transaction. | |||
2008-06-25 | ati: hopefully fix byteswap mess for those other OSes. | Dave Airlie | |
2008-06-24 | bump for rc releasexf86-video-ati-6.8.192 | Alex Deucher | |
2008-06-24 | RADEON: warning fix | Alex Deucher | |
2008-06-24 | RADEON: cleanups | Alex Deucher | |
- fix some warnings - RS400 and RS480 are separate families now (update default tmds and dac2 tables) | |||
2008-06-24 | IGP: attempt to fix VGA on IGP chips | Alex Deucher | |
VGA has never worked on some IGP chips. While the chip only has one DAC, it appears to use a mix of Primary DAC and TVDAC controls. See bug 15708 | |||
2008-06-24 | RADEON: remove extraneous line from new pll code | Jiří Paleček | |
2008-06-23 | RADEON: PLL tweaks | Jiří Paleček | |
Patch from Jiří Paleček (see debian bug 465864) with some tweaks by me. - abort rather than programming bad dividers if no pll dividers can be found - improve the pll selection algorithm - in general, prefer lower ref dividers I've tested this patch on a wide variety of chips (r1xx-r6xx) and clocks. | |||
2008-06-23 | RADEON: adjust randr crtc/output prepare/commit ordering | Alex Deucher | |
This fixes some occasional mode change problems with multiple heads active. It seems radeons generally like to turn on the whole output/crtc setup in one shot. | |||
2008-06-21 | 0x1002 0x5657 is actually RV410 | Alex Deucher | |
See bug 14289 com_bios_scratch.diff | |||
2008-06-20 | legacy: use entity MMIO for dpms as this can crossover between zaphod infos | Dave Airlie | |
2008-06-20 | atombios: use MMIO from the entity not the info | Dave Airlie | |
2008-06-19 | RADEON: fix read past the end of an array | Alex Deucher | |
2008-06-20 | r600: don't add fb offset here to make shadowfb work. | Dave Airlie | |
discovered on irc with wpwrak. | |||
2008-06-20 | Merge branch 'master' of ↵ | Dave Airlie | |
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati | |||
2008-06-17 | radeon: X_ERROR -> X_WARNING for num gb pipes | Alex Deucher | |
This just means your drm is old, not fatal or anything | |||
2008-06-14 | Revert "ATOM: disable TV-out for now" | Dave Airlie | |
This reverts commit effa245914823371e052cd9aa1143a02350891e7. | |||
2008-06-13 | RADEON: man page updates | Alex Deucher | |
2008-06-12 | Bump for 6.9.0rc1 releasexf86-video-ati-6.8.191 | Alex Deucher | |
2008-06-11 | R3xx: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTAT | Alex Deucher | |
According to the hw guys, you should use DSTCACHE_CTLSTAT to flush the 2D dst cache rather than RB2D_DSTCACHE_CTLSTAT. | |||
2008-06-12 | atom: fix another endian define | Dave Airlie | |
2008-06-12 | atom: fixup includes in cd operations to get correct endian bits in atombios.h | Dave Airlie | |
2008-06-11 | radeon: add lots of endian bits into the atombios parser | Dave Airlie | |
2008-06-11 | atombios: fixup atombios bitfields for endianness | Dave Airlie | |
reverse the bits for big endian | |||
2008-06-09 | R5xx: fix RADEONSetAgpBase() for R5xx chips | Alex Deucher | |
Is there any reason to still do this in the ddx? Maybe real old drms? | |||
2008-06-09 | RS4xx: RC410 chips are actually RS400 based | Alex Deucher | |
2008-06-05 | radeon: fix typo in memory calcs | Dave Airlie | |
noticed by ghepeu on irc. | |||
2008-06-03 | RADEON: minor cleanups | Alex Deucher | |
2008-06-03 | Call DRM_IOCTL_MODESET_CTL ioctl to avoid problems with DRM post vblank-rework. | Michel Dänzer | |
2008-06-01 | ATOM: disable TV-out for now | Alex Deucher | |
It only sort of works in NTSC mode and isn't handled correctly in all cases yet. Until we sort out the remaining details leave it disabled. See bugs: 16186, 16178, 16185 | |||
2008-05-30 | RADEON: update RADEONGetVRAMType() for newer chips | Alex Deucher | |
2008-05-30 | RADEON: add Int10 option | Alex Deucher | |
On some radeons you can't read the bios without initializing int10. On ATOM-based secondary cards, intitializing int10 tends to hang the card. | |||
2008-05-29 | RADEON: don't enable legacy bios table based init yet | Alex Deucher | |
Needs more work and we need to figure out how best to decide when to use it. | |||
2008-05-28 | ATOM: fail of we are not able to get a bios image | Alex Deucher | |
2008-05-28 | R1xx: Gamma fixes for overlay | Alex Deucher | |
2008-05-28 | RADEON: only attempt to read vbios from legacy ISA space if it's primary | Alex Deucher | |
2008-05-27 | R3/4/5xx: use get_param to get the num_gb_pipes from the drm | Alex Deucher | |
2008-05-27 | RADEON: improve support for secondary cards | Alex Deucher | |
this should fix bugs 16115, 16035 | |||
2008-05-27 | ATOM: remove duplicate code | Alex Deucher | |
2008-05-28 | radeon: fix surface access on avivo chips. | Dave Airlie | |
This should fix VT switch on vesafb | |||
2008-05-27 | r600: fix vt switch issue | Michael Babej | |
RH BZ 441492 |