Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv40_grctx.c616 cp_set (ctx, SWAP_DIRECTION, LOAD); in nv40_grctx_init()
628 cp_set (ctx, SWAP_DIRECTION, SAVE); in nv40_grctx_init()
658 cp_set (ctx, USER_SAVE, NOT_PENDING); in nv40_grctx_init()
659 cp_set (ctx, USER_LOAD, NOT_PENDING); in nv40_grctx_init()
Dnv50_grctx.c204 cp_set (ctx, STATE, RUNNING); in nv50_grctx_init()
205 cp_set (ctx, XFER_SWITCH, ENABLE); in nv50_grctx_init()
221 cp_set (ctx, UNK01, SET); in nv50_grctx_init()
225 cp_set (ctx, UNK1D, CLEAR); in nv50_grctx_init()
226 cp_set (ctx, SWAP_DIRECTION, LOAD); in nv50_grctx_init()
232 cp_set (ctx, UNK1D, SET); in nv50_grctx_init()
236 cp_set (ctx, UNK01, SET); in nv50_grctx_init()
237 cp_set (ctx, SWAP_DIRECTION, SAVE); in nv50_grctx_init()
241 cp_set (ctx, UNK03, SET); in nv50_grctx_init()
251 cp_set (ctx, UNK20, SET); in nv50_grctx_init()
[all …]
Dnouveau_grctx.h108 #define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s) macro