Lines Matching defs:engine
288 u64 engine, runm;
305 engine = NV_DEVICE_HOST_RUNLIST_ENGINES_GR;
307 /* hack to allow channel engine type specification on kepler */
311 case 0x01: engine = NV_DEVICE_HOST_RUNLIST_ENGINES_GR ; break;
312 case 0x02: engine = NV_DEVICE_HOST_RUNLIST_ENGINES_MSPDEC; break;
313 case 0x04: engine = NV_DEVICE_HOST_RUNLIST_ENGINES_MSPPP ; break;
314 case 0x08: engine = NV_DEVICE_HOST_RUNLIST_ENGINES_MSVLD ; break;
315 case 0x30: engine = NV_DEVICE_HOST_RUNLIST_ENGINES_CE ; break;
325 if (engine != NV_DEVICE_HOST_RUNLIST_ENGINES_CE)
326 runm = nvif_fifo_runlist(device, engine);