mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 01:40:21 +01:00
Update to reflect renaming of SIS ioctls.
This commit is contained in:
parent
f634f68759
commit
ebca51d8da
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ Bool drmSiSAgpInit(int driSubFD, int offset, int size)
|
|||
|
||||
agp.offset = offset;
|
||||
agp.size = size;
|
||||
ioctl(driSubFD, SIS_IOCTL_AGP_INIT, &agp);
|
||||
ioctl(driSubFD, DRM_IOCTL_SIS_AGP_INIT, &agp);
|
||||
|
||||
return 1; /* TRUE */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue