Re: [Intel-gfx] [PATCH v2 1/9] drm/i915: Use drm_rect to simplify plane {crtc, src}_{x, y, w, h} printing

2019-12-01 Thread Ramalingam C
On 2019-11-29 at 20:54:26 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Use DRM_RECT_FMT & co. to simpify the code. Looks good to me. Reviewed-by: Ramalingam C > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/i915_debugfs.c | 18 +++--- > 1 file changed, 7 i

[Intel-gfx] [RESEND PATCH i-g-t v3] tests/prime_vgem: Skip basic-read/write subtests if not supported

2019-12-01 Thread Janusz Krzysztofik
As we've agreed that using I915_GEM_PREAD/PWRITE IOCTLs on dma-buf objects doesn't make much sense, we are not going to extend their handlers in the i915 driver with new processing paths required for them to work correctly with dma-buf objects on future hardware with no mappable aperture. When run

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v4,1/2] drm/i915: lookup for mem_region of a mem_type

2019-12-01 Thread Patchwork
== Series Details == Series: series starting with [v4,1/2] drm/i915: lookup for mem_region of a mem_type URL : https://patchwork.freedesktop.org/series/70271/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7458 -> Patchwork_15532 ===

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/2] drm/i915: lookup for mem_region of a mem_type

2019-12-01 Thread Patchwork
== Series Details == Series: series starting with [v4,1/2] drm/i915: lookup for mem_region of a mem_type URL : https://patchwork.freedesktop.org/series/70271/ State : warning == Summary == $ dim checkpatch origin/drm-tip 2ee9f8e9b658 drm/i915: lookup for mem_region of a mem_type 1172ee9d724f

[Intel-gfx] [PATCH v4 2/2] drm/i915: Create dumb buffer from LMEM

2019-12-01 Thread Ramalingam C
When LMEM is supported, dumb buffer preferred to be created from LMEM. v2: Parameters are reshuffled. [Chris] v3: s/region_id/mem_type v4: use the i915_gem_object_create_region [chris] Signed-off-by: Ramalingam C cc: Matthew Auld --- drivers/gpu/drm/i915/i915_gem.c | 14 +++--- 1

[Intel-gfx] [PATCH v4 1/2] drm/i915: lookup for mem_region of a mem_type

2019-12-01 Thread Ramalingam C
Lookup function to retrieve the pointer to a memory region of a mem_type. Signed-off-by: Ramalingam C cc: Matthew Auld --- drivers/gpu/drm/i915/intel_memory_region.c | 12 drivers/gpu/drm/i915/intel_memory_region.h | 3 +++ 2 files changed, 15 insertions(+) diff --git a/drivers/g

[Intel-gfx] [PULL] gvt-next-fixes

2019-12-01 Thread Zhenyu Wang
Hi, More gvt fixes for 5.5-rc. One is MI_ATOMIC cmd parser fix which missed 5.4 and another two for CFL non-priv reg access fixes. Thanks -- The following changes since commit 83faaf074e6d1ca4d1441aded0d3f01bce413479: drm/i915/gvt: Stop initializing pvinfo through reading mmio (2019-11-08 11

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Refactor gen6_flush_pd()

2019-12-01 Thread Patchwork
== Series Details == Series: drm/i915: Refactor gen6_flush_pd() URL : https://patchwork.freedesktop.org/series/70256/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7456 -> Patchwork_15531 Summary --- **FAILURE** S

[Intel-gfx] [PATCH] drm/i915: Refactor gen6_flush_pd()

2019-12-01 Thread Chris Wilson
As the gen6 page directory is written on binding and after every update, the code ended up duplicated. Refactor the code into a single routine to share the locking and serialisation. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_gtt.c | 38 +++-- 1 file ch

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/selftests: Disable heartbeats around long queues

2019-12-01 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Disable heartbeats around long queues URL : https://patchwork.freedesktop.org/series/70251/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7456 -> Patchwork_15530 Summary

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Manually flush barriers on eviction (rev2)

2019-12-01 Thread Patchwork
== Series Details == Series: drm/i915: Manually flush barriers on eviction (rev2) URL : https://patchwork.freedesktop.org/series/70250/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7456 -> Patchwork_15529 Summary ---

[Intel-gfx] [PATCH] drm/i915/selftests: Disable heartbeats around long queues

2019-12-01 Thread Chris Wilson
For some execlists scheduler tests we assume very precise layout of the inflight queue and become angry if the heartbeat interferes by reprioritising our contexts (because we happen to be using the same engine->kernel_context for our test). Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Manually flush barriers on eviction

2019-12-01 Thread Patchwork
== Series Details == Series: drm/i915: Manually flush barriers on eviction URL : https://patchwork.freedesktop.org/series/70250/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7455 -> Patchwork_15528 Summary --- **FAI

[Intel-gfx] [PATCH] drm/i915: Manually flush barriers on eviction

2019-12-01 Thread Chris Wilson
As the caller may be keeping the engines awake, even though wait-for-idle will flush the contexts, the contexts will not be unpinned until the engine is parked. Manually flush the idle barriers to ensure that any context that can be unpinned, will be. Signed-off-by: Chris Wilson --- drivers/gpu/