Skip to content

Commit

Permalink
HAX drm/i915: Enable guc submission
Browse files Browse the repository at this point in the history
  • Loading branch information
ickle authored and 0day robot committed Nov 16, 2016
1 parent 85ee17e commit 8011e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/i915/i915_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ struct i915_params i915 __read_mostly = {
.verbose_state_checks = 1,
.nuclear_pageflip = 0,
.edp_vswing = 0,
.enable_guc_loading = 0,
.enable_guc_submission = 0,
.enable_guc_loading = -1,
.enable_guc_submission = -1,
.guc_log_level = -1,
.enable_dp_mst = true,
.inject_load_failure = 0,
Expand Down

0 comments on commit 8011e07

Please sign in to comment.