Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_reg.h1526 #define GEN7_CXT_POWER_SIZE(ctx_reg) ((ctx_reg >> 25) & 0x7f) argument
1527 #define GEN7_CXT_RING_SIZE(ctx_reg) ((ctx_reg >> 22) & 0x7) argument
1528 #define GEN7_CXT_RENDER_SIZE(ctx_reg) ((ctx_reg >> 16) & 0x3f) argument
1529 #define GEN7_CXT_EXTENDED_SIZE(ctx_reg) ((ctx_reg >> 9) & 0x7f) argument
1530 #define GEN7_CXT_GT1_SIZE(ctx_reg) ((ctx_reg >> 6) & 0x7) argument
1531 #define GEN7_CXT_VFSTATE_SIZE(ctx_reg) ((ctx_reg >> 0) & 0x3f) argument
1532 #define GEN7_CXT_TOTAL_SIZE(ctx_reg) (GEN7_CXT_POWER_SIZE(ctx_reg) + \ argument
1533 GEN7_CXT_RING_SIZE(ctx_reg) + \
1534 GEN7_CXT_RENDER_SIZE(ctx_reg) + \
1535 GEN7_CXT_EXTENDED_SIZE(ctx_reg) + \
[all …]
/drivers/gpu/drm/nouveau/core/engine/graph/
Dnv04.c1107 static u32 *ctx_reg(struct nv04_graph_chan *chan, u32 reg) in ctx_reg() function
1145 *ctx_reg(chan, NV04_PGRAPH_DEBUG_3) = 0xfad4ff31; in nv04_graph_context_ctor()