drm/i915/gvt: Enable cmd_parser support for BXT.
authorColin Xu <colin.xu@intel.com>
Mon, 11 Jun 2018 07:39:35 +0000 (15:39 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Wed, 13 Jun 2018 02:57:29 +0000 (10:57 +0800)
commitf093f182ace9ce3c618c110e316cc1e22d0c9d3b
treef6a2ada8e28327af02dad2d73bf24f7a28e055fb
parenta94cf2e0ef7fef5cb42ed96f73c18c3ad4f0d170
drm/i915/gvt: Enable cmd_parser support for BXT.

Handle BXT cmd_parser as SKL/KBL.

v2: All supported platforms share the same routines.
    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/cmd_parser.c