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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 107 * @using_mob: Whether the command buffer space is a MOB or a contigous DMA
111 * @handle: DMA address handle for the command buffer space if @using_mob is
138 bool using_mob; member in struct:vmw_cmdbuf_man
578 if (man->using_mob)
911 if (man->using_mob) {
1297 man->using_mob = false;
1314 man->using_mob = true;
1336 (man->using_mob) ? "MOB" : "DMA");
1341 if (man->using_mob) {
1453 if (man->using_mob) {
    [all...]
vmwgfx_cmdbuf.c 107 * @using_mob: Whether the command buffer space is a MOB or a contigous DMA
111 * @handle: DMA address handle for the command buffer space if @using_mob is
138 bool using_mob; member in struct:vmw_cmdbuf_man
578 if (man->using_mob)
911 if (man->using_mob) {
1297 man->using_mob = false;
1314 man->using_mob = true;
1336 (man->using_mob) ? "MOB" : "DMA");
1341 if (man->using_mob) {
1453 if (man->using_mob) {
    [all...]

Completed in 34 milliseconds