drm_i915_cmd_table
static const struct drm_i915_cmd_table gen7_render_cmds[] = {
static const struct drm_i915_cmd_table hsw_render_ring_cmds[] = {
static const struct drm_i915_cmd_table gen7_video_cmds[] = {
static const struct drm_i915_cmd_table hsw_vebox_cmds[] = {
static const struct drm_i915_cmd_table gen7_blt_cmds[] = {
static const struct drm_i915_cmd_table hsw_blt_ring_cmds[] = {
const struct drm_i915_cmd_table *cmd_tables,
const struct drm_i915_cmd_table *table = &cmd_tables[i];
const struct drm_i915_cmd_table *cmd_tables,
const struct drm_i915_cmd_table *table = &cmd_tables[i];
const struct drm_i915_cmd_table *cmd_tables;