summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/Kconfig.profile
blob: 0e5db98da8f3a952b14d5e1b8d0cb14185a607bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config DRM_I915_SPIN_REQUEST
	int
	default 5 # microseconds
	help
	  Before sleeping waiting for a request (GPU operation) to complete,
	  we may spend some time polling for its completion. As the IRQ may
	  take a non-negligible time to setup, we do a short spin first to
	  check if the request will complete in the time it would have taken
	  us to enable the interrupt.

	  May be 0 to disable the initial spin. In practice, we estimate
	  the cost of enabling the interrupt (if currently disabled) to be
	  a few microseconds.