Lines Matching full:devid
48 uint32_t devid;
1277 uint32_t devid = ctx->devid;
1353 if (!IS_GEN2(devid)) {
2029 if (IS_GEN2(devid))
2254 if (opcode_3d_1d->i830_only && !IS_GEN2(devid))
3144 uint32_t devid = ctx->devid;
3297 if (IS_GEN6(devid) || IS_GEN7(devid))
3299 else if (IS_GEN5(devid))
3308 if (IS_GEN6(devid) || IS_GEN7(devid))
3311 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))
3315 if (IS_GEN6(devid) || IS_GEN7(devid))
3318 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))
3387 if (IS_GEN6(devid)) {
3414 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27),
3415 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ?
3599 if (IS_GEN5(devid) || IS_GEN6(devid))
3623 if (IS_GEN6(devid))
3633 if (IS_GEN6(devid) || IS_GEN7(devid)) {
3819 drm_intel_decode_context_alloc(uint32_t devid)
3827 ctx->devid = devid;
3830 if (IS_GEN9(devid))
3832 else if (IS_GEN8(devid))
3834 else if (IS_GEN7(devid))
3836 else if (IS_GEN6(devid))
3838 else if (IS_GEN5(devid))
3840 else if (IS_GEN4(devid))
3842 else if (IS_9XX(devid))
3845 assert(IS_GEN2(devid));
3901 uint32_t devid;
3920 devid = ctx->devid;
3957 if (IS_9XX(devid) && !IS_GEN3(devid)) {
3960 } else if (IS_GEN3(devid)) {