]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
drm/i915/debugfs: Drop i915_hws_info
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 24 Nov 2016 09:34:01 +0000 (09:34 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 24 Nov 2016 11:00:44 +0000 (11:00 +0000)
commit30576a2c462d9658508c3de67601aa565f973064
tree115cdc74ba634e16bffdcab278dafc8f6b850f3b
parentac2402882f122307e01faee7d948e90a363ed575
drm/i915/debugfs: Drop i915_hws_info

i915_hws_info() has not been kept upto date (missing new engines) and so
I consider it to be unused. HWS is included in the error state, which
would be an avenue to retrieving it if required in future (possibly via
i915_engine_info). As it is currently oopsing with an rpm testcase, just
remove it.

Fixes: 3b3f1650b1ca ("drm/i915: Allocate intel_engine_cs structure only for the enabled engines")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98838
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161124093401.18852-1-chris@chris-wilson.co.uk
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/i915_debugfs.c