mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-01-31 21:49:48 +00:00
535.86.05
This commit is contained in:
@@ -189,6 +189,9 @@ NvBool nv3dAllocChannelSurface(Nv3dChannelPtr p3dChannel)
|
||||
|
||||
void nv3dFreeChannelSurface(Nv3dChannelPtr p3dChannel)
|
||||
{
|
||||
if (p3dChannel->p3dDevice == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (p3dChannel->surface.gpuAddress != 0) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user