- Aug 24, 2004
-
-
Dave Airlie authored
-
Dave Airlie authored
sets up the DRM to have the ability to have permanent maps while the driver is loaded...
-
Erdi Chen authored
DRM_IOCTL_VIA_DMA_INIT DRM_IOCTL_VIA_CMDBUFFER DRM_IOCTL_VIA_FLUSH The first ioctl sets up an area in AGP memory that will be used as the ring buffer. The second ioctl copies a command buffer from user space memory to the ring buffer. The third ioctl waits for engine idle until it returns. The motivation for this patch is to avoid the wait for engine idle call before each buffer flush in the current DRI driver. With this patch, the DRI driver can continue to flush its buffer as long as there is free space in the ring buffer. This patch adds an additional copy operation on the command buffer. This buffer copying is necessary to support multiple DRI clients rendering simultaneously. Otherwise, more CPU time will be spent in the busy loop waiting for engine idle between DRI context switch. Even in the single client case, the tradeoff is reasonable in comparision to the kernel call to check for free buffer space for the client to render directly to the ring buffer.
-
- Aug 23, 2004
-
-
Dave Airlie authored
-
- Aug 17, 2004
-
-
Dave Airlie authored
-
Dave Airlie authored
dev_priv live always, and add AGP detection in kernel patch: radeon-pre-2.patch From: Jon Smirl
-
Dave Airlie authored
-
- Aug 15, 2004
- Aug 14, 2004
-
-
Eric Anholt authored
-
Eric Anholt authored
upcoming commit for the SiS driver.
-
Eric Anholt authored
Reported by: Jung-uk Kim <jkim@niksun.com>
-
- Aug 13, 2004
-
-
Eric Anholt authored
FreeBSD build.
-
Eric Anholt authored
udelay code. Submitted by: Jung-uk Kim <jkim@niksun.com>
-
- Aug 11, 2004
-
-
Adam Jackson authored
makedev() as a function call that elfloader can't resolve. Originally Gentoo Bug #41962, reported by Ryan Breen, fix feedback from Ryan Lortie.
-
Dave Airlie authored
-
- Aug 10, 2004
-
-
Dave Airlie authored
certain radeon combinations - intel drivers can probably use this for dual head capable devices etc..
-
- Aug 04, 2004
-
-
Dave Airlie authored
-
Dave Airlie authored
-
- Aug 03, 2004
-
-
Dave Airlie authored
box..
-
Dave Airlie authored
-
- Aug 02, 2004
-
-
Dave Airlie authored
-
- Jul 31, 2004
-
-
Jon Smirl authored
hotplug event plus the addition of one requesting RESET. Put your scripts in /etc/hotplug.d/drm to run. kernel class_simple generates the ADD/REMOVE events. No cards currently request RESET, the flag is there to stop you from resetting your boot display.
-
Dave Airlie authored
-
Dave Airlie authored
Patch by John Dennis <jdennis@redhat.com> which fixes DRI locking bug on ia64 architecture. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=104338 http://bugs.xfree86.org/show_bug.cgi?id=778
-
Dave Airlie authored
From: Dave Airlie
-
Dave Airlie authored
kernel allocated and then mmap-installed to userspace, but instead makes it use the kernel virtual address directly instead. From: Arjan van de Ven <arjanv@redhat.com>
-
- Jul 29, 2004
-
-
Dave Airlie authored
-
Dave Airlie authored
-
Dave Airlie authored
-
- Jul 25, 2004
-
-
Dave Airlie authored
-
Dave Airlie authored
-
Dave Airlie authored
-
Dave Airlie authored
-
Dave Airlie authored
-
- Jul 23, 2004
-
-
Keith Whitwell authored
-
- Jul 22, 2004
-
-
Dave Airlie authored
-
- Jul 21, 2004
-
-
Dave Airlie authored
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-
Dave Airlie authored
-
- Jul 20, 2004
-
-
Dave Airlie authored
-