mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 11:18:26 +02:00
Add xf86DeallocateGARTMemory stub so that Xorg can be built on Solaris
again.
This commit is contained in:
parent
7c1148c0fb
commit
e7502158d6
1 changed files with 6 additions and 0 deletions
|
|
@ -235,6 +235,12 @@ xf86AllocateGARTMemory(int screenNum, unsigned long size, int type,
|
|||
return alloc.agpa_key;
|
||||
}
|
||||
|
||||
Bool
|
||||
xf86DeallocateGARTMemory(int screenNum, int key)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* Bind GART memory with "key" at "offset" */
|
||||
Bool
|
||||
xf86BindGARTMemory(int screenNum, int key, unsigned long offset)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue