diff options
author | Erdi Chen <erdi@freedesktop.org> | 2004-08-24 01:44:37 +0000 |
---|---|---|
committer | Erdi Chen <erdi@freedesktop.org> | 2004-08-24 01:44:37 +0000 |
commit | 25e319c1ef5b6c002ddfe55338cd920240cc1dad (patch) | |
tree | 92c13df2e866d7d70016b11cfc9316993431d420 /bsd/i915 | |
parent | 7fe4f607681e9a5593e91915953a9b6c45e5f08c (diff) |
This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver:
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.
Diffstat (limited to 'bsd/i915')
0 files changed, 0 insertions, 0 deletions