== Series Details ==
Series: drm/i915: Try to guess PCH type even without ISA bridge
URL : https://patchwork.freedesktop.org/series/84886/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9478 -> Patchwork_19131
Summary
--
== Series Details ==
Series: drm/i915: Try to guess PCH type even without ISA bridge
URL : https://patchwork.freedesktop.org/series/84886/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
Error: Cannot open file ./drivers/gpu/drm/i915/gt/intel_lrc.c
WARNING: kernel-do
== Series Details ==
Series: drm/i915: Try to guess PCH type even without ISA bridge
URL : https://patchwork.freedesktop.org/series/84886/
State : warning
== Summary ==
$ dim sparse --fast origin/drm-tip
Sparse version: v0.6.2
Fast mode used, each commit won't be checked separately.
+drivers/g
== Series Details ==
Series: drm/i915: Try to guess PCH type even without ISA bridge
URL : https://patchwork.freedesktop.org/series/84886/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
17c226d01ecc drm/i915: Try to guess PCH type even without ISA bridge
-:93: CHECK:BRACES: brac
From: Zhenyu Wang
Some vmm like hyperv and crosvm doesn't supply any ISA bridge to its guest,
when igd passthrough is equipped on these vmm, guest i915 display may
couldn't work as i915 detects pch type as PCH_NONE.
When i915 runs as guest, this patch guess pch type through gpu type even
without
== Series Details ==
Series: series starting with [v5,1/6] drm/damage_helper: Check if damage clips
has valid values
URL : https://patchwork.freedesktop.org/series/84874/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9478_full -> Patchwork_19130_full
=
Quoting Matthew Brost (2020-12-10 17:51:12)
> On Mon, Dec 07, 2020 at 07:38:16PM +, Chris Wilson wrote:
> > Since we wake the GT up before executing a request, and go to sleep as
> > soon as it is retired, the GT wake time not only represents how long the
> > device is powered up, but also prov
== Series Details ==
Series: series starting with [v5,1/6] drm/damage_helper: Check if damage clips
has valid values
URL : https://patchwork.freedesktop.org/series/84874/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9478 -> Patchwork_19130
===
== Series Details ==
Series: series starting with [v5,1/6] drm/damage_helper: Check if damage clips
has valid values
URL : https://patchwork.freedesktop.org/series/84874/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
Error: Cannot open file ./drivers/gpu/drm/i915/
== Series Details ==
Series: series starting with [v5,1/6] drm/damage_helper: Check if damage clips
has valid values
URL : https://patchwork.freedesktop.org/series/84874/
State : warning
== Summary ==
$ dim sparse --fast origin/drm-tip
Sparse version: v0.6.2
Fast mode used, each commit won't
The calculation the offsets of the main surface will be needed by PSR2
selective fetch code so here splitting and exporting it.
No functional changes were done here.
v3: Rebased
Cc: Gwan-gyeong Mun
Cc: Ville Syrjälä
Signed-off-by: José Roberto de Souza
Reviewed-by: Gwan-gyeong Mun
Tested-by:
Enabling it to check if it causes regressions in CI but the feature is
still not ready to be enabled by default.
Signed-off-by: José Roberto de Souza
---
drivers/gpu/drm/i915/i915_params.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_params.h
b/d
It programs Plane's calculated x, y, offset to Plane SF register.
It does the calculation of x and y offsets using
skl_calc_main_surface_offset().
v3: Update commit message
Cc: Gwan-gyeong Mun
Cc: Ville Syrjälä
Signed-off-by: José Roberto de Souza
Reviewed-by: Gwan-gyeong Mun
Tested-by: Gwan-
Now using plane damage clips property to calcualte the damaged area.
Selective fetch only supports one region to be fetched so software
needs to calculate a bounding box around all damage clips.
Now that we are not complete fetching each plane, there is another
loop needed as all the plane areas t
Call the function that validates every damage clips of each plane.
As in commit 093a3a39 ("drm/i915: Add plane damage clips property")
this property was only enabled for gen12+ only checking it for gen12
too.
v2:
- add logs to underspace understand why commit was rejected
Cc: Gwan-gyeong Mun
Userspace can set a damage clip with a negative coordinate, negative
width or height or larger than the plane.
This invalid values could cause issues in some HW or even worst enable
security flaws.
v2:
- add debug messages to let userspace know why atomic commit failed
due invalid damage clips
Cc
== Series Details ==
Series: drm/damage_helper: Check if damage clips has valid values
URL : https://patchwork.freedesktop.org/series/84871/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9478 -> Patchwork_19128
Summary
== Series Details ==
Series: drm/damage_helper: Check if damage clips has valid values (rev2)
URL : https://patchwork.freedesktop.org/series/84871/
State : failure
== Summary ==
Applying: drm/damage_helper: Check if damage clips has valid values
error: patch failed: drivers/gpu/drm/drm_damage_
On Sun, 2020-12-13 at 17:22 +, Simon Ser wrote:
> Can you add some drm_dbg_atomic logs when the damage is invalid, to make it
> easier for user-space to understand why an atomic commit failed?
sure, this is enough? will wait for a couple of more days before send another
version.
diff --git
Can you add some drm_dbg_atomic logs when the damage is invalid, to make it
easier for user-space to understand why an atomic commit failed?
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gf
== Series Details ==
Series: drm/damage_helper: Check if damage clips has valid values
URL : https://patchwork.freedesktop.org/series/84871/
State : warning
== Summary ==
$ make htmldocs 2>&1 > /dev/null | grep i915
Error: Cannot open file ./drivers/gpu/drm/i915/gt/intel_lrc.c
WARNING: kernel-
Userspace can set a damage clip with a negative coordinate, negative
width or height or larger than the plane.
This invalid values could cause issues in some HW or even worst enable
security flaws.
Cc: Gwan-gyeong Mun
Cc: Sean Paul
Cc: Fabio Estevam
Cc: Deepak Rawat
Cc: dri-de...@lists.freedes
Oversaturate the virtual engines on the system and check that each
workload receives a fair share of the available GPU time.
Signed-off-by: Chris Wilson
---
tests/i915/gem_exec_balancer.c | 154 +
1 file changed, 154 insertions(+)
diff --git a/tests/i915/gem_exec
23 matches
Mail list logo