Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_engine_cs.c181 return round_up(GEN7_CXT_TOTAL_SIZE(cxt_size) * 64, in intel_engine_context_size()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h3965 #define GEN7_CXT_TOTAL_SIZE(ctx_reg) (GEN7_CXT_EXTENDED_SIZE(ctx_reg) + \ macro