Home
last modified time | relevance | path

Searched refs:GEN7_GFX_MAX_REQ_COUNT (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/
Dvlv_suspend.c128 s->gfx_max_req_count = intel_uncore_read(uncore, GEN7_GFX_MAX_REQ_COUNT); in vlv_save_gunit_s0ix_state()
214 intel_uncore_write(uncore, GEN7_GFX_MAX_REQ_COUNT, s->gfx_max_req_count); in vlv_restore_gunit_s0ix_state()
Di915_reg.h999 #define GEN7_GFX_MAX_REQ_COUNT _MMIO(0x4074) macro