Skip to content

Commit

Permalink
drm/i915: Add a label for config DRM_I915_SPIN_REQUEST
Browse files Browse the repository at this point in the history
If we don't give it a label, it does not appear as a configuration
option.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190612093111.11684-9-chris@chris-wilson.co.uk
  • Loading branch information
Chris Wilson committed Jun 12, 2019
1 parent 522d47c commit ea60f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/Kconfig.profile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config DRM_I915_USERFAULT_AUTOSUSPEND
runtime pm autosuspend delay tunable.

config DRM_I915_SPIN_REQUEST
int
int "Busywait for request completion (us)"
default 5 # microseconds
help
Before sleeping waiting for a request (GPU operation) to complete,
Expand Down

0 comments on commit ea60f4b

Please sign in to comment.