Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_reg.h1786 #define GEN6_CXT_POWER_SIZE(cxt_reg) ((cxt_reg >> 24) & 0x3f) argument
1787 #define GEN6_CXT_RING_SIZE(cxt_reg) ((cxt_reg >> 18) & 0x3f) argument
1788 #define GEN6_CXT_RENDER_SIZE(cxt_reg) ((cxt_reg >> 12) & 0x3f) argument
1789 #define GEN6_CXT_EXTENDED_SIZE(cxt_reg) ((cxt_reg >> 6) & 0x3f) argument
1790 #define GEN6_CXT_PIPELINE_SIZE(cxt_reg) ((cxt_reg >> 0) & 0x3f) argument
1791 #define GEN6_CXT_TOTAL_SIZE(cxt_reg) (GEN6_CXT_POWER_SIZE(cxt_reg) + \ argument
1792 GEN6_CXT_RING_SIZE(cxt_reg) + \
1793 GEN6_CXT_RENDER_SIZE(cxt_reg) + \
1794 GEN6_CXT_EXTENDED_SIZE(cxt_reg) + \
1795 GEN6_CXT_PIPELINE_SIZE(cxt_reg))