Searched refs:GEN6_CXT_TOTAL_SIZE (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/i915/ | ||
D | i915_gem_context.c | 111 ret = GEN6_CXT_TOTAL_SIZE(reg) * 64; in get_context_size() |
D | i915_reg.h | 1520 #define GEN6_CXT_TOTAL_SIZE(cxt_reg) (GEN6_CXT_POWER_SIZE(cxt_reg) + \ macro |