HomeSort by: relevance | last modified time | path
    Searched refs:gfx_off_mutex (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 306 struct mutex gfx_off_mutex; member in struct:amdgpu_gfx
amdgpu_gfx.c 552 mutex_lock(&adev->gfx.gfx_off_mutex);
566 mutex_unlock(&adev->gfx.gfx_off_mutex);
amdgpu_device.c 2421 mutex_lock(&adev->gfx.gfx_off_mutex);
2426 mutex_unlock(&adev->gfx.gfx_off_mutex);
3000 mutex_init(&adev->gfx.gfx_off_mutex);
3448 mutex_destroy(&adev->gfx.gfx_off_mutex);

Completed in 15 milliseconds