]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: Fix dma-buf display blur issue on CFL
authorTina Zhang <tina.zhang@intel.com>
Thu, 27 Feb 2020 01:00:41 +0000 (09:00 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Fri, 6 Mar 2020 01:52:13 +0000 (09:52 +0800)
commit7b8309b456f0aab19cd82f8cc5f7a80e8719cdbd
treec9a1c9e383156a61704e2caea8994b7b84381a09
parenta6e207da36f1b27dcf3b631492b96986f5afd706
drm/i915/gvt: Fix dma-buf display blur issue on CFL

Commit 081157f765adb ("drm/i915/gvt: Enable gfx virtualiztion for CFL")
added the support on CFL. The vgpu emulation hotplug support on CFL was
supposed to be included in that patch. Without the vgpu emulation
hotplug support, the dma-buf based display gives us a blur face.

So fix this issue by adding the vgpu emulation hotplug support on CFL.

Fixes: 081157f765adb ("drm/i915/gvt: Enable gfx virtualiztion for CFL")
Signed-off-by: Tina Zhang <tina.zhang@intel.com>
Acked-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200227010041.32248-1-tina.zhang@intel.com
drivers/gpu/drm/i915/gvt/display.c