mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 12:48:05 +02:00
Rename agp to gart for radeon
This commit is contained in:
parent
062751ac47
commit
b83d2f909e
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
* Jens Owen <jens@tungstengraphics.com>
|
||||
*
|
||||
*/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmCompat.c,v 1.1 2002/10/30 12:52:33 alanh Exp $ */
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c,v 1.4 2001/08/27 17:40:59 dawes Exp $ */
|
||||
|
||||
#ifdef XFree86Server
|
||||
# include "xf86.h"
|
||||
|
|
@ -733,7 +733,7 @@ int drmRadeonInitCP( int fd, drmCompatRadeonInit *info )
|
|||
init.sarea_priv_offset = info->sarea_priv_offset;
|
||||
init.is_pci = info->is_pci;
|
||||
init.cp_mode = info->cp_mode;
|
||||
init.agp_size = info->agp_size;
|
||||
init.gart_size = info->gart_size;
|
||||
init.ring_size = info->ring_size;
|
||||
init.usec_timeout = info->usec_timeout;
|
||||
|
||||
|
|
@ -752,7 +752,7 @@ int drmRadeonInitCP( int fd, drmCompatRadeonInit *info )
|
|||
init.ring_offset = info->ring_offset;
|
||||
init.ring_rptr_offset = info->ring_rptr_offset;
|
||||
init.buffers_offset = info->buffers_offset;
|
||||
init.agp_textures_offset = info->agp_textures_offset;
|
||||
init.gart_textures_offset = info->gart_textures_offset;
|
||||
|
||||
if ( ioctl( fd, DRM_IOCTL_RADEON_CP_INIT, &init ) ) {
|
||||
return -errno;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue