- Mar 27, 2007
-
-
Dave Airlie authored
-
Alex Deucher authored
when IsSecondary is true, crtc1 is NULL Noticed by Sverre Froyen.
-
- Mar 24, 2007
-
-
George Sapountzis authored
-
George Sapountzis authored
atimisc is PCI-only now, we can get the chip name with xf86TokenToString().
-
George Sapountzis authored
There is no need to override pATI->ChipRevision for GX/CX, as it is only reported with a printf.
-
- Mar 23, 2007
-
-
George Sapountzis authored
atimisc is PCI-only now, so we only need to scan the PCI space.
-
George Sapountzis authored
-
George Sapountzis authored
-
George Sapountzis authored
Subdrivers are now loaded from the wrapper Probe function rather than at screen creation time. The wrapper Identify callback only prints chip families now, chip lists are printed when a subdriver is loaded. This also avoids duplication of subdriver Identify callbacks. Unknown radeons should still get a list of known radeon and then probe fails... Probe for atimisc last to avoid needless loading in most cases (r128, radeon).
-
- Mar 20, 2007
-
-
Michel Dänzer authored
We don't automatically require bumped minor versions.
-
Michel Dänzer authored
In particular, don't sync again after accelerated DownloadFromScreen, which syncs implicitly. This avoids calling into the kernel when it's not necessary, which can be relevant in some situations.
-
Michel Dänzer authored
-
Michel Dänzer authored
Don't flush indirect buffer in BlockHandler; it's done in LeaveServer. Also set the EXA engine mode to unknown only at the end.
-
Michel Dänzer authored
There have been several reports of stability issues with things like the xscreensaver hack hypercube.
-
Michel Dänzer authored
Walk the SAREA texList and bump the age of every active object, so their owners will consider them kicked out when they grab the HW lock next time.
-
- Mar 15, 2007
-
-
Michel Dänzer authored
-
Michel Dänzer authored
-
- Mar 08, 2007
-
-
George Sapountzis authored
-
George Sapountzis authored
-
- Mar 04, 2007
-
-
George Sapountzis authored
-
George Sapountzis authored
-
Dave Airlie authored
This requires a drm > 1.26 to work
-
- Feb 25, 2007
-
-
George Sapountzis authored
Cosmetic.
-
George Sapountzis authored
Factor out to seperate function.
-
George Sapountzis authored
Move LCD block from atimode.c to atimach64.c .
-
- Feb 21, 2007
-
-
Roland Scheidegger authored
-
Roland Scheidegger authored
respect that all source planar yuv planes are already dword aligned. Some attempts to fix up odd widths and odd heights (which are a bit strange for 4:2:0 formats). They still don't quite work 100% correctly (at the borders) but neither do they with packed yuv formats. While here, fix totally broken packed UYVY format by inserting missing break... Both bugs reported by Felipe Contreras.
-
- Feb 20, 2007
-
-
Dave Airlie authored
These regs are more useful than just multimedia
-
- Feb 16, 2007
-
-
Alex Deucher authored
This option allows you to disable the DRI per card. It also removes the "RN50Force3D" option as it is now covered by this option. RN50 users should set this to TRUE if they want to force the DRI on.
-
- Feb 13, 2007
-
-
George Sapountzis authored
-
George Sapountzis authored
-
George Sapountzis authored
Match ATILock - ATIUnlock.
-
- Feb 12, 2007
-
-
George Sapountzis authored
-
- Feb 05, 2007
-
-
George Sapountzis authored
Move {Initialize,Close}XVideo from atixv.c to atimach64xv.c .
-
George Sapountzis authored
Merge ATIXVInitializeAdaptor() in ATIMach64XVInitialiseAdaptor().
-
George Sapountzis authored
-
George Sapountzis authored
Merge ATIInitializeAcceleration() in ATIMach64AccelInit().
-
George Sapountzis authored
Move ATIResizeOffscreenLinear() from atiaccel.c to atimach64xv.c and make it static. It is only used by XV memory management functions.
-
George Sapountzis authored
- we require a PCI device (pVideo != NULL) - map the VGA framebuffer with xf86MapDomainMemory()
-
George Sapountzis authored
-