[Bug 90400] [KBL SKL BSW BDW]igt/gem_ppgtt/flink-and-close-vma-leak fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 1 11:42:04 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=90400

--- Comment #25 from cprigent <christophe.prigent at intel.com> ---
(In reply to Chris Wilson from comment #22)
> i915.enable_guc_loading=2 i915.enable_guc_submission=2 ???

We use it to load the GuC. At the moment it is not loaded by default:

https://cgit.freedesktop.org/drm-intel/tree/drivers/gpu/drm/i915/i915_params.c 

struct i915_params i915 __read_mostly = {
        …
        .enable_guc_loading = 0,
        .enable_guc_submission = 0,
        …
};

module_param_named_unsafe(enable_guc_loading, i915.enable_guc_loading, int,
0400);
MODULE_PARM_DESC(enable_guc_loading,
                "Enable GuC firmware loading "
                "(-1=auto, 0=never [default], 1=if available, 2=required)");

module_param_named_unsafe(enable_guc_submission, i915.enable_guc_submission,
int, 0400);
MODULE_PARM_DESC(enable_guc_submission,
                "Enable GuC submission "
                "(-1=auto, 0=never [default], 1=if available, 2=required)");

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160901/a9601f5b/attachment-0001.html>


More information about the intel-gfx-bugs mailing list