Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem_context.c119 ret = GEN6_CXT_TOTAL_SIZE(reg) * 64; in get_context_size()
H A Di915_reg.h1791 #define GEN6_CXT_TOTAL_SIZE(cxt_reg) (GEN6_CXT_POWER_SIZE(cxt_reg) + \ macro