drm/i915/gvt: Enable irq initialization for BXT.
authorColin Xu <colin.xu@intel.com>
Mon, 11 Jun 2018 07:39:33 +0000 (15:39 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Wed, 13 Jun 2018 02:57:29 +0000 (10:57 +0800)
commitd0f827bb18fe2ceb39707718334b636b89be4af0
tree1c48e3cdde0b5f6b6c98eb3fe1ad8f8dffc6968c
parent665004b8f50612d1e354eb9abd6d97e6eb85a619
drm/i915/gvt: Enable irq initialization for BXT.

Initialize BXT irq handler as SKL/KBL.

v2: All supported platforms share the same irq ops and map.
    Remove the platform check by now and let is_supported_device()
    be the gate keeper.

Signed-off-by: Colin Xu <colin.xu@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/interrupt.c