Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dcz_dpm.c1176 if (adev->gfx.gfx_current_status != AMDGPU_GFX_SAFE_MODE) { in cz_enable_didt()
1182 adev->gfx.gfx_current_status = AMDGPU_GFX_SAFE_MODE; in cz_enable_didt()
1192 if (adev->gfx.gfx_current_status == AMDGPU_GFX_SAFE_MODE) { in cz_enable_didt()
1198 adev->gfx.gfx_current_status = AMDGPU_GFX_NORMAL_MODE; in cz_enable_didt()
Damdgpu.h1203 uint32_t gfx_current_status; member
Dgfx_v8_0.c1214 adev->gfx.gfx_current_status = AMDGPU_GFX_NORMAL_MODE; in gfx_v8_0_sw_init()