intel/decoder: tools: gen_engine to drm_i915_gem_engine_class
authorToni Lönnberg <toni.lonnberg@intel.com>
Thu, 8 Nov 2018 12:41:01 +0000 (14:41 +0200)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 13 Nov 2018 15:10:12 +0000 (15:10 +0000)
commita6aab7e4364709778652f11586607dfac7284c4e
tree206459c5f3455166c44f2b5b33d188a1c6c1bbc0
parentb00bccd01201b4673ffd1414eb80bdc63d46105f
intel/decoder: tools: gen_engine to drm_i915_gem_engine_class

Removed the gen_engine enum and changed the involved functions to use the
drm_i915_gem_engine_class enum from UAPI instead.

v3: Wrong engine was being used for blocks in video ring

v4: Fixed aubinator_viewer.cpp
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/tools/aub_read.c
src/intel/tools/aub_read.h
src/intel/tools/aubinator.c
src/intel/tools/aubinator_viewer.cpp