Home
last modified time | relevance | path

Searched refs:drm_i915_cmd_table (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_cmd_parser.c181 struct drm_i915_cmd_table { struct
466 static const struct drm_i915_cmd_table gen7_render_cmds[] = {
471 static const struct drm_i915_cmd_table hsw_render_ring_cmds[] = {
477 static const struct drm_i915_cmd_table gen7_video_cmds[] = {
482 static const struct drm_i915_cmd_table hsw_vebox_cmds[] = {
487 static const struct drm_i915_cmd_table gen7_blt_cmds[] = {
492 static const struct drm_i915_cmd_table hsw_blt_ring_cmds[] = {
712 const struct drm_i915_cmd_table *cmd_tables, in validate_cmds_sorted()
722 const struct drm_i915_cmd_table *table = &cmd_tables[i]; in validate_cmds_sorted()
814 const struct drm_i915_cmd_table *cmd_tables, in init_hash_table()
[all …]