HomeSort by: relevance | last modified time | path
    Searched refs:ctx_reg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv04.c 1140 static u32 *ctx_reg(struct nv04_gr_chan *chan, u32 reg) function in typeref:typename:u32 *
1203 *ctx_reg(chan, NV04_PGRAPH_DEBUG_3) = 0xfad4ff31;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 4068 #define GEN7_CXT_POWER_SIZE(ctx_reg) (((ctx_reg) >> 25) & 0x7f)
4069 #define GEN7_CXT_RING_SIZE(ctx_reg) (((ctx_reg) >> 22) & 0x7)
4070 #define GEN7_CXT_RENDER_SIZE(ctx_reg) (((ctx_reg) >> 16) & 0x3f)
4071 #define GEN7_CXT_EXTENDED_SIZE(ctx_reg) (((ctx_reg) >> 9) & 0x7f)
4072 #define GEN7_CXT_GT1_SIZE(ctx_reg) (((ctx_reg) >> 6) & 0x7
    [all...]

Completed in 138 milliseconds