mbox series

[PULL] gvt-fixes

Message ID 20190124054801.GP7203@zhen-hp.sh.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] gvt-fixes | expand

Pull-request

https://github.com/intel/gvt-linux.git tags/gvt-fixes-2019-01-24

Message

Zhenyu Wang Jan. 24, 2019, 5:48 a.m. UTC
Hi,

Here's one fix for gvt to destroy shadow batch and indirect context
properly.

Thanks.
--
The following changes since commit 51b00d8509dc69c98740da2ad07308b630d3eb7d:

  drm/i915/gvt: Fix mmap range check (2019-01-15 19:04:45 +0800)

are available in the Git repository at:

  https://github.com/intel/gvt-linux.git tags/gvt-fixes-2019-01-24

for you to fetch changes up to 0f75551216091223efe1f18295f655aff6415385:

  drm/i915/gvt: release shadow batch buffer and wa_ctx before destroy one workload (2019-01-23 13:58:46 +0800)

----------------------------------------------------------------
gvt-fixes-2019-01-24

- Fix destroy of shadow batch and indirect ctx (Weinan)

----------------------------------------------------------------
Weinan Li (1):
      drm/i915/gvt: release shadow batch buffer and wa_ctx before destroy one workload

 drivers/gpu/drm/i915/gvt/scheduler.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Comments

Jani Nikula Jan. 31, 2019, 9:45 a.m. UTC | #1
On Thu, 24 Jan 2019, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Here's one fix for gvt to destroy shadow batch and indirect context
> properly.

I seem to have failed to let you know that I've pulled this.

Thanks,
Jani.



>
> Thanks.
> --
> The following changes since commit 51b00d8509dc69c98740da2ad07308b630d3eb7d:
>
>   drm/i915/gvt: Fix mmap range check (2019-01-15 19:04:45 +0800)
>
> are available in the Git repository at:
>
>   https://github.com/intel/gvt-linux.git tags/gvt-fixes-2019-01-24
>
> for you to fetch changes up to 0f75551216091223efe1f18295f655aff6415385:
>
>   drm/i915/gvt: release shadow batch buffer and wa_ctx before destroy one workload (2019-01-23 13:58:46 +0800)
>
> ----------------------------------------------------------------
> gvt-fixes-2019-01-24
>
> - Fix destroy of shadow batch and indirect ctx (Weinan)
>
> ----------------------------------------------------------------
> Weinan Li (1):
>       drm/i915/gvt: release shadow batch buffer and wa_ctx before destroy one workload
>
>  drivers/gpu/drm/i915/gvt/scheduler.c | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)