Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.h50 if (length > (CP_CTX_COUNT >> CP_CTX_COUNT_SHIFT)) { in cp_ctx()
55 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg); in cp_ctx()
H A Dctxnv40.c89 #define CP_CTX_COUNT_SHIFT 14 macro
H A Dctxnv50.c79 #define CP_CTX_COUNT_SHIFT 16 macro