OSDN Git Service

drm/i915: Missed interrupt simulation is no more, tell the world
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 7 Sep 2018 11:28:51 +0000 (12:28 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 7 Sep 2018 13:38:48 +0000 (14:38 +0100)
commit5f521722a2a2391d693afccdf6e12be2754382d8
tree64107a5b74ab3ec49c3824152c803b6f7d434b61
parenta28957b8f10be714f076fb3981a3b1a0318c48c2
drm/i915: Missed interrupt simulation is no more, tell the world

Using the guc, we cannot disable the user interrupt generation as we use
it for driving submission. And from Icelake, we no longer have the
ability to individually mask interrupt generation from each engine,
disabling our ability to fake missed interrupts.

In both cases, report back to userspace that the missed interrupt
generator is no longer available.

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/20180907112856.28242-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_debugfs.c