]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita6dfd800f08e89cf7258bcb7e42b8475f5180d27
treef6a2ada8e28327af02dad2d73bf24f7a28e055fb
parent239e32c7b285446ac8003e419b935c8f163ab164
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