Lines Matching refs:devid

50 	uint32_t devid;  member
1279 uint32_t devid = ctx->devid; in decode_3d_1d() local
1355 if (!IS_GEN2(devid)) { in decode_3d_1d()
2031 if (IS_GEN2(devid)) in decode_3d_1d()
2256 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d()
3146 uint32_t devid = ctx->devid; in decode_3d_965() local
3299 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3301 else if (IS_GEN5(devid)) in decode_3d_965()
3310 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3313 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3317 if (IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3320 if (IS_GEN5(devid) || IS_GEN6(devid) || IS_GEN7(devid)) in decode_3d_965()
3389 if (IS_GEN6(devid)) { in decode_3d_965()
3416 data[i] >> ((IS_GEN6(devid) || IS_GEN7(devid)) ? 26 : 27), in decode_3d_965()
3417 data[i] & (1 << ((IS_GEN6(devid) || IS_GEN7(devid)) ? 25 : 26)) ? in decode_3d_965()
3601 if (IS_GEN5(devid) || IS_GEN6(devid)) in decode_3d_965()
3625 if (IS_GEN6(devid)) in decode_3d_965()
3635 if (IS_GEN6(devid) || IS_GEN7(devid)) { in decode_3d_965()
3821 drm_intel_decode_context_alloc(uint32_t devid) in drm_intel_decode_context_alloc() argument
3829 ctx->devid = devid; in drm_intel_decode_context_alloc()
3832 if (IS_GEN9(devid)) in drm_intel_decode_context_alloc()
3834 else if (IS_GEN8(devid)) in drm_intel_decode_context_alloc()
3836 else if (IS_GEN7(devid)) in drm_intel_decode_context_alloc()
3838 else if (IS_GEN6(devid)) in drm_intel_decode_context_alloc()
3840 else if (IS_GEN5(devid)) in drm_intel_decode_context_alloc()
3842 else if (IS_GEN4(devid)) in drm_intel_decode_context_alloc()
3844 else if (IS_9XX(devid)) in drm_intel_decode_context_alloc()
3847 assert(IS_GEN2(devid)); in drm_intel_decode_context_alloc()
3903 uint32_t devid; in drm_intel_decode() local
3922 devid = ctx->devid; in drm_intel_decode()
3959 if (IS_9XX(devid) && !IS_GEN3(devid)) { in drm_intel_decode()
3962 } else if (IS_GEN3(devid)) { in drm_intel_decode()