All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gvt fixes for 4.15-rc2
@ 2017-11-28  9:31 Zhenyu Wang
  2017-11-28 14:31 ` Joonas Lahtinen
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenyu Wang @ 2017-11-28  9:31 UTC (permalink / raw)
  To: Joonas Lahtinen, Jani Nikula, Vivi, Rodrigo
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang


[-- Attachment #1.1: Type: text/plain, Size: 1917 bytes --]


Hi,

Pls pull gvt fixes for 4.15-rc2, which contains one backport
from f2880e04f3a5 ("drm/i915/gvt: Move request alloc to dispatch_workload path only"),
and more new fixes.

thanks
--
The following changes since commit ac29fc66855b79c2960c63a4a66952d5b721d698:

  drm/i915: fix intel_backlight_device_register declaration (2017-11-28 10:31:59 +0200)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2017-11-28

for you to fetch changes up to b721b65af4eb46df6a1d9e34b14003225e403565:

  drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition (2017-11-28 17:24:30 +0800)

----------------------------------------------------------------
gvt-fixes-2017-11-28

- regression fix for sane request alloc (Fred)
- locking fix (Changbin)
- fix invalid addr mask (Xiong)
- compression regression fix (Weinan)
- fix default pipe enable for virtual display (Xiaolin)

----------------------------------------------------------------
Changbin Du (1):
      drm/i915/gvt: Fix unsafe locking caused by spin_unlock_bh

Weinan Li (1):
      drm/i915/gvt: remove skl_misc_ctl_write handler

Xiaolin Zhang (1):
      drm/i915/gvt: enabled pipe A default on creating vgpu

Xiong Zhang (1):
      drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition

fred gao (1):
      drm/i915/gvt: Move request alloc to dispatch_workload path only

 drivers/gpu/drm/i915/gvt/display.c   |  2 ++
 drivers/gpu/drm/i915/gvt/execlist.c  |  6 +++++
 drivers/gpu/drm/i915/gvt/gtt.c       |  6 ++---
 drivers/gpu/drm/i915/gvt/handlers.c  | 45 ++++--------------------------------
 drivers/gpu/drm/i915/gvt/scheduler.c | 33 +++++++++++++++++++-------
 drivers/gpu/drm/i915/gvt/scheduler.h |  3 +++
 6 files changed, 44 insertions(+), 51 deletions(-)


-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] gvt fixes for 4.15-rc2
  2017-11-28  9:31 [GIT PULL] gvt fixes for 4.15-rc2 Zhenyu Wang
@ 2017-11-28 14:31 ` Joonas Lahtinen
  0 siblings, 0 replies; 2+ messages in thread
From: Joonas Lahtinen @ 2017-11-28 14:31 UTC (permalink / raw)
  To: Zhenyu Wang, Jani Nikula, Vivi, Rodrigo
  Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan, Yuan, Hang

Hi,

Pulled these in. There was a pretty big conflict to drm-tip which I
solved. Please give it some additional testing as I only compile
tested.

Regards, Joonas

On Tue, 2017-11-28 at 17:31 +0800, Zhenyu Wang wrote:
> Hi,
> 
> Pls pull gvt fixes for 4.15-rc2, which contains one backport
> from f2880e04f3a5 ("drm/i915/gvt: Move request alloc to dispatch_workload path only"),
> and more new fixes.
> 
> thanks
> --
> The following changes since commit ac29fc66855b79c2960c63a4a66952d5b721d698:
> 
>   drm/i915: fix intel_backlight_device_register declaration (2017-11-28 10:31:59 +0200)
> 
> are available in the Git repository at:
> 
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2017-11-28
> 
> for you to fetch changes up to b721b65af4eb46df6a1d9e34b14003225e403565:
> 
>   drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition (2017-11-28 17:24:30 +0800)
> 
> ----------------------------------------------------------------
> gvt-fixes-2017-11-28
> 
> - regression fix for sane request alloc (Fred)
> - locking fix (Changbin)
> - fix invalid addr mask (Xiong)
> - compression regression fix (Weinan)
> - fix default pipe enable for virtual display (Xiaolin)
> 
> ----------------------------------------------------------------
> Changbin Du (1):
>       drm/i915/gvt: Fix unsafe locking caused by spin_unlock_bh
> 
> Weinan Li (1):
>       drm/i915/gvt: remove skl_misc_ctl_write handler
> 
> Xiaolin Zhang (1):
>       drm/i915/gvt: enabled pipe A default on creating vgpu
> 
> Xiong Zhang (1):
>       drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition
> 
> fred gao (1):
>       drm/i915/gvt: Move request alloc to dispatch_workload path only
> 
>  drivers/gpu/drm/i915/gvt/display.c   |  2 ++
>  drivers/gpu/drm/i915/gvt/execlist.c  |  6 +++++
>  drivers/gpu/drm/i915/gvt/gtt.c       |  6 ++---
>  drivers/gpu/drm/i915/gvt/handlers.c  | 45 ++++--------------------------------
>  drivers/gpu/drm/i915/gvt/scheduler.c | 33 +++++++++++++++++++-------
>  drivers/gpu/drm/i915/gvt/scheduler.h |  3 +++
>  6 files changed, 44 insertions(+), 51 deletions(-)
> 
> 
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-28 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-28  9:31 [GIT PULL] gvt fixes for 4.15-rc2 Zhenyu Wang
2017-11-28 14:31 ` Joonas Lahtinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.