Lines Matching refs:ctx
71 dump_batch(struct drm_intel_decode *ctx, const char *batch_filename)
78 drm_intel_decode_set_batch_pointer(ctx, batch_ptr, HW_OFFSET,
80 drm_intel_decode_set_output_file(ctx, stdout);
82 drm_intel_decode(ctx);
86 compare_batch(struct drm_intel_decode *ctx, const char *batch_filename)
115 drm_intel_decode_set_batch_pointer(ctx, batch_ptr, HW_OFFSET,
117 drm_intel_decode_set_output_file(ctx, out);
119 drm_intel_decode(ctx);
172 struct drm_intel_decode *ctx;
180 ctx = drm_intel_decode_context_alloc(devid);
184 dump_batch(ctx, argv[1]);
188 compare_batch(ctx, argv[1]);
191 drm_intel_decode_context_free(ctx);