Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c789 if (WARN_ON_ONCE(adev->gfx.gfx_off_req_count == 0)) in amdgpu_gfx_do_off_ctrl()
792 adev->gfx.gfx_off_req_count--; in amdgpu_gfx_do_off_ctrl()
794 if (adev->gfx.gfx_off_req_count == 0 && in amdgpu_gfx_do_off_ctrl()
807 if (adev->gfx.gfx_off_req_count == 0) { in amdgpu_gfx_do_off_ctrl()
822 adev->gfx.gfx_off_req_count++; in amdgpu_gfx_do_off_ctrl()
H A Damdgpu_gfx.h436 …uint32_t gfx_off_req_count; /* default 1, enable gfx off: dec 1, disable g… member
H A Damdgpu_device.c3562 WARN_ON_ONCE(adev->gfx.gfx_off_req_count); in amdgpu_device_delay_enable_gfx_off()
4360 adev->gfx.gfx_off_req_count = 1; in amdgpu_device_init()