Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c556 adev->gfx.gfx_off_req_count++; in amdgpu_gfx_off_ctrl()
557 else if (adev->gfx.gfx_off_req_count > 0) in amdgpu_gfx_off_ctrl()
558 adev->gfx.gfx_off_req_count--; in amdgpu_gfx_off_ctrl()
560 if (enable && !adev->gfx.gfx_off_state && !adev->gfx.gfx_off_req_count) { in amdgpu_gfx_off_ctrl()
Damdgpu_gfx.h315 …uint32_t gfx_off_req_count; /* default 1, enable gfx off: dec 1, disable gf… member
Damdgpu_device.c2624 if (!adev->gfx.gfx_off_state && !adev->gfx.gfx_off_req_count) { in amdgpu_device_delay_enable_gfx_off()
3259 adev->gfx.gfx_off_req_count = 1; in amdgpu_device_init()