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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxnv40.c 98 #define CP_BRA 0x00400000
545 cp_bra (ctx, SWAP_DIRECTION, SAVE, cp_swap_state3d_3_is_save);
604 cp_bra (ctx, AUTO_SAVE, PENDING, cp_setup_save);
605 cp_bra (ctx, USER_SAVE, PENDING, cp_setup_save);
608 cp_bra (ctx, AUTO_LOAD, PENDING, cp_setup_auto_load);
609 cp_bra (ctx, USER_LOAD, PENDING, cp_setup_load);
610 cp_bra (ctx, ALWAYS, TRUE, cp_exit);
626 cp_bra (ctx, ALWAYS, TRUE, cp_swap_state);
639 cp_bra (ctx, UNK54, CLEAR, cp_prepare_exit);
655 cp_bra (ctx, SWAP_DIRECTION, SAVE, cp_check_load)
    [all...]
nouveau_nvkm_engine_gr_ctxnv50.c 88 #define CP_BRA 0x00400000
187 cp_bra (ctx, AUTO_SAVE, PENDING, cp_setup_save);
188 cp_bra (ctx, USER_SAVE, PENDING, cp_setup_save);
191 cp_bra (ctx, AUTO_LOAD, PENDING, cp_setup_auto_load);
192 cp_bra (ctx, USER_LOAD, PENDING, cp_setup_load);
193 cp_bra (ctx, ALWAYS, TRUE, cp_prepare_exit);
207 cp_bra (ctx, UNK0B, SET, cp_prepare_exit);
208 cp_bra (ctx, ALWAYS, TRUE, cp_swap_state);
215 cp_bra (ctx, STATUS, BUSY, cp_setup_save);
229 cp_bra (ctx, SWAP_DIRECTION, SAVE, cp_check_load)
    [all...]

Completed in 60 milliseconds