OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gfx_off_req_count
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.c
555
adev->gfx.
gfx_off_req_count
++;
556
else if (adev->gfx.
gfx_off_req_count
> 0)
557
adev->gfx.
gfx_off_req_count
--;
559
if (enable && !adev->gfx.gfx_off_state && !adev->gfx.
gfx_off_req_count
) {
amdgpu_gfx.h
307
uint32_t
gfx_off_req_count
; /* default 1, enable gfx off: dec 1, disable gfx off: add 1 */
member in struct:amdgpu_gfx
amdgpu_device.c
2422
if (!adev->gfx.gfx_off_state && !adev->gfx.
gfx_off_req_count
) {
3036
adev->gfx.
gfx_off_req_count
= 1;
Completed in 17 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025