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
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
== 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
===
== 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
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
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
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
== 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
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
== 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
== 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
---
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
== 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
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/
14 matches
Mail list logo