Searched refs:gfx_off_req_count (Results 1 – 3 of 3) sorted by relevance
792 if (WARN_ON_ONCE(adev->gfx.gfx_off_req_count == 0)) in amdgpu_gfx_do_off_ctrl()795 adev->gfx.gfx_off_req_count--; in amdgpu_gfx_do_off_ctrl()797 if (adev->gfx.gfx_off_req_count == 0 && in amdgpu_gfx_do_off_ctrl()810 if (adev->gfx.gfx_off_req_count == 0) { in amdgpu_gfx_do_off_ctrl()825 adev->gfx.gfx_off_req_count++; in amdgpu_gfx_do_off_ctrl()
480 …uint32_t gfx_off_req_count; /* default 1, enable gfx off: dec 1, disable g… member
3677 WARN_ON_ONCE(adev->gfx.gfx_off_req_count); in amdgpu_device_delay_enable_gfx_off()4479 adev->gfx.gfx_off_req_count = 1; in amdgpu_device_init()
Completed in 18 milliseconds