Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_engine_cs.c219 return round_up(GEN6_CXT_TOTAL_SIZE(cxt_size) * 64, in __intel_engine_context_size()
Di915_reg.h3878 #define GEN6_CXT_TOTAL_SIZE(cxt_reg) (GEN6_CXT_RING_SIZE(cxt_reg) + \ macro