mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-03 06:57:27 +00:00
535.86.05
This commit is contained in:
committed by
Bernhard Stoeckner
parent
22a077c4fe
commit
10d538dfbd
@@ -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