Lines Matching refs:devid
44 uint32_t devid; member
1273 uint32_t devid = ctx->devid; in decode_3d_1d() local
1349 if (!IS_GEN2(devid)) { in decode_3d_1d()
2025 if (IS_GEN2(devid)) in decode_3d_1d()
2250 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d()
3140 uint32_t devid = ctx->devid; in decode_3d_965() local
3293 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3295 else if (IS_GEN5(devid)) in decode_3d_965()
3304 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3307 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3311 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3314 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3383 if (IS_GEN6(devid)) { in decode_3d_965()
3410 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27), in decode_3d_965()
3411 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ? in decode_3d_965()
3595 if (IS_GEN5(devid) || IS_GEN6(devid)) in decode_3d_965()
3619 if (IS_GEN6(devid)) in decode_3d_965()
3629 if (IS_GEN6(devid) || IS_GEN7(devid)) { in decode_3d_965()
3815 drm_intel_decode_context_alloc(uint32_t devid) in drm_intel_decode_context_alloc() argument
3823 ctx->devid = devid; in drm_intel_decode_context_alloc()
3826 if (IS_GEN10(devid)) in drm_intel_decode_context_alloc()
3828 else if (IS_GEN9(devid)) in drm_intel_decode_context_alloc()
3830 else if (IS_GEN8(devid)) in drm_intel_decode_context_alloc()
3832 else if (IS_GEN7(devid)) in drm_intel_decode_context_alloc()
3834 else if (IS_GEN6(devid)) in drm_intel_decode_context_alloc()
3836 else if (IS_GEN5(devid)) in drm_intel_decode_context_alloc()
3838 else if (IS_GEN4(devid)) in drm_intel_decode_context_alloc()
3840 else if (IS_9XX(devid)) in drm_intel_decode_context_alloc()
3843 assert(IS_GEN2(devid)); in drm_intel_decode_context_alloc()
3899 uint32_t devid; in drm_intel_decode() local
3919 devid = ctx->devid; in drm_intel_decode()
3956 if (IS_9XX(devid) && !IS_GEN3(devid)) { in drm_intel_decode()
3959 } else if (IS_GEN3(devid)) { in drm_intel_decode()