[Intel-gfx] [PATCH 08/18] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
Chris Wilson
chris at chris-wilson.co.uk
Mon Aug 15 16:09:45 UTC 2016
On Mon, Aug 15, 2016 at 08:19:49PM +0530, akash.goel at intel.com wrote:
> +void i915_guc_register(struct drm_i915_private *dev_priv)
> +{
> + if (!i915.enable_guc_submission)
> + return;
The final state of i915.enable_guc_submission is not known at this time.
Does it matter if you set up the log even though guc is not used?
Would this not be better driver from guc_submission_enable and
guc_submission_disable?
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list