Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_context.c124 ret = GEN7_CXT_TOTAL_SIZE(reg) * 64; in get_context_size()
Di915_reg.h2502 #define GEN7_CXT_TOTAL_SIZE(ctx_reg) (GEN7_CXT_EXTENDED_SIZE(ctx_reg) + \ macro