Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem_context.c126 ret = GEN7_CXT_TOTAL_SIZE(reg) * 64; in get_context_size()
H A Di915_reg.h1803 #define GEN7_CXT_TOTAL_SIZE(ctx_reg) (GEN7_CXT_POWER_SIZE(ctx_reg) + \ macro