Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c556 mutex_lock(&adev->gfx.gfx_off_mutex); in amdgpu_gfx_off_ctrl()
570 mutex_unlock(&adev->gfx.gfx_off_mutex); in amdgpu_gfx_off_ctrl()
Damdgpu_gfx.h320 struct mutex gfx_off_mutex; member
Damdgpu_device.c2156 mutex_lock(&adev->gfx.gfx_off_mutex); in amdgpu_device_delay_enable_gfx_off()
2161 mutex_unlock(&adev->gfx.gfx_off_mutex); in amdgpu_device_delay_enable_gfx_off()
2630 mutex_init(&adev->gfx.gfx_off_mutex); in amdgpu_device_init()