Home
last modified time | relevance | path

Searched refs:HWS_NEEDS_PHYSICAL (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Di915_drv.h816 #define HWS_NEEDS_PHYSICAL(i915) (INTEL_INFO(i915)->hws_needs_physical) macro
H A Di915_gpu_error.c1343 if (!HWS_NEEDS_PHYSICAL(i915)) { in engine_record_registers()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_cs.c1076 if (!HWS_NEEDS_PHYSICAL(engine->i915)) in cleanup_status_page()
1143 if (!ret && !HWS_NEEDS_PHYSICAL(engine->i915)) in init_status_page()
H A Dintel_ring_submission.c207 if (HWS_NEEDS_PHYSICAL(engine->i915)) in xcs_resume()