[PULL] gvt-fixes for 4.18

Submitted by Zhenyu Wang on July 3, 2018, 6:11 a.m.

Details

Message ID 20180703061139.GQ1267@zhen-hp.sh.intel.com
State New
Headers show

Not browsing as part of any series.

Pull-request download mbox

git pull https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-07-03

Commit Message

Zhenyu Wang July 3, 2018, 6:11 a.m.
Hi,

Here's two gvt fixes for 4.18. One is for guest warning to change
virtual transcoder mode for DVI to align with our virtual display,
and one to fix possible partial GGTT entry update from guest.

thanks
--
The following changes since commit 7a3727f385dc64773db1c144f6b15c1e9d4735bb:

  drm/i915: Enable provoking vertex fix on Gen9 systems. (2018-06-19 15:48:24 +0300)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-07-03

for you to fetch changes up to a4cae23cc05ccec749c2fc70fa9d8cda7c582319:

  drm/i915/gvt: changed DDI mode emulation type (2018-07-02 11:09:59 +0800)

----------------------------------------------------------------
gvt-fixes-2018-07-03

- replace virtual transcoder mode as DVI to fix guest warning (Xiaolin)
- fix partial GGTT entry write (Yan)

----------------------------------------------------------------
Xiaolin Zhang (1):
      drm/i915/gvt: changed DDI mode emulation type

Zhao Yan (1):
      drm/i915/gvt: fix a bug of partially write ggtt enties

 drivers/gpu/drm/i915/gvt/display.c |  6 ++--
 drivers/gpu/drm/i915/gvt/gtt.c     | 58 ++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/gtt.h     |  2 ++
 3 files changed, 63 insertions(+), 3 deletions(-)

Comments

On Tue, 03 Jul 2018, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Here's two gvt fixes for 4.18. One is for guest warning to change
> virtual transcoder mode for DVI to align with our virtual display,
> and one to fix possible partial GGTT entry update from guest.

Pulled, and already included in a pull request to Linus.

Thanks,
Jani.

>
> thanks
> --
> The following changes since commit 7a3727f385dc64773db1c144f6b15c1e9d4735bb:
>
>   drm/i915: Enable provoking vertex fix on Gen9 systems. (2018-06-19 15:48:24 +0300)
>
> are available in the Git repository at:
>
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2018-07-03
>
> for you to fetch changes up to a4cae23cc05ccec749c2fc70fa9d8cda7c582319:
>
>   drm/i915/gvt: changed DDI mode emulation type (2018-07-02 11:09:59 +0800)
>
> ----------------------------------------------------------------
> gvt-fixes-2018-07-03
>
> - replace virtual transcoder mode as DVI to fix guest warning (Xiaolin)
> - fix partial GGTT entry write (Yan)
>
> ----------------------------------------------------------------
> Xiaolin Zhang (1):
>       drm/i915/gvt: changed DDI mode emulation type
>
> Zhao Yan (1):
>       drm/i915/gvt: fix a bug of partially write ggtt enties
>
>  drivers/gpu/drm/i915/gvt/display.c |  6 ++--
>  drivers/gpu/drm/i915/gvt/gtt.c     | 58 ++++++++++++++++++++++++++++++++++++++
>  drivers/gpu/drm/i915/gvt/gtt.h     |  2 ++
>  3 files changed, 63 insertions(+), 3 deletions(-)