Home
last modified time | relevance | path

Searched refs:gfx_off_mutex (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c557 mutex_lock(&adev->gfx.gfx_off_mutex); in amdgpu_gfx_off_ctrl()
591 mutex_unlock(&adev->gfx.gfx_off_mutex); in amdgpu_gfx_off_ctrl()
599 mutex_lock(&adev->gfx.gfx_off_mutex); in amdgpu_get_gfx_off_status()
603 mutex_unlock(&adev->gfx.gfx_off_mutex); in amdgpu_get_gfx_off_status()
Damdgpu_gfx.h314 struct mutex gfx_off_mutex; member
Damdgpu_device.c3236 mutex_init(&adev->gfx.gfx_off_mutex); in amdgpu_device_init()