Lines Matching refs:devid
44 uint32_t devid;
1273 uint32_t devid = ctx->devid;
1349 if (!IS_GEN2(devid)) {
2025 if (IS_GEN2(devid))
2250 if (opcode_3d_1d->i830_only && !IS_GEN2(devid))
3140 uint32_t devid = ctx->devid;
3293 if (IS_GEN6(devid) || IS_GEN7(devid))
3295 else if (IS_GEN5(devid))
3304 if (IS_GEN6(devid) || IS_GEN7(devid))
3307 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))
3311 if (IS_GEN6(devid) || IS_GEN7(devid))
3314 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid))
3383 if (IS_GEN6(devid)) {
3410 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27),
3411 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ?
3595 if (IS_GEN5(devid) || IS_GEN6(devid))
3619 if (IS_GEN6(devid))
3629 if (IS_GEN6(devid) || IS_GEN7(devid)) {
3815 drm_intel_decode_context_alloc(uint32_t devid)
3820 if (intel_get_genx(devid, &gen))
3822 else if (IS_GEN8(devid))
3824 else if (IS_GEN7(devid))
3826 else if (IS_GEN6(devid))
3828 else if (IS_GEN5(devid))
3830 else if (IS_GEN4(devid))
3832 else if (IS_9XX(devid))
3834 else if (IS_GEN2(devid))
3844 ctx->devid = devid;
3900 uint32_t devid;
3920 devid = ctx->devid;
3957 if (IS_9XX(devid) && !IS_GEN3(devid)) {
3960 } else if (IS_GEN3(devid)) {