Due to garbage data seen by i915, gem_create_ioctl failed for gem obj
created with drmIoctl(GEM_CREATE) without properly initialized
parameters. Can be fixed by calling gem_create helper too.
Cc: Chris Wilson
Cc: Lukasz Kalamarz
Cc: Radoslaw Szwichtenberg
Signed-off-by: Sagar Arun Kamble
---
> -Original Message-
> From: Zheng, Xiao
> Sent: Monday, March 20, 2017 10:46 AM
> To: Dong, Chuanxiao ; intel-
> g...@lists.freedesktop.org
> Cc: intel-gvt-...@lists.freedesktop.org
> Subject: RE: [Intel-gfx] [PATCH] drm/i915/scheduler: add gvt notification for
> guc submission
>
> It m
It may consider to change the function name: execlists_context_status_change
to context_status_change_notify () instead. Otherwise confusing GUC submission
path.
Thanks.
> -Original Message-
> From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf
> Of Chuanxiao Do
GVT request needs a manual mmio load/restore. Before GuC submit
a request, send notification to gvt for mmio loading. And after
the GuC finished this GVT request, notify gvt again for mmio
restore. This follows the usage when using execlists submission.
Signed-off-by: Chuanxiao Dong
---
drivers/
Hi Dave,
After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/gpu/drm/i915/i915_irq.c: In function 'gen6_rps_reset_ei':
drivers/gpu/drm/i915/i915_irq.c:1115:38: error: 'struct intel_gen6_power_mgmt'
has no member named 'down_ei'
vlv_c0_read(dev_p
On Sat, Mar 18, 2017 at 10:28:59AM +, Chris Wilson wrote:
> When switching back to execlists, we also now need to restore the
> tasklet handler.
>
> Reported-by: Oscar Mateo
> Fixes: 31de73501ac9 ("drm/i915/scheduler: emulate a scheduler for guc")
> Signed-off-by: Chris Wilson
> Cc: Tvrtko U