== Series Details ==
Series: drm/i915/ehl: Update MOCS table for EHL
URL : https://patchwork.freedesktop.org/series/61409/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6171_full -> Patchwork_13142_full
Summary
---
*
== Series Details ==
Series: series starting with [1/2] drm/i915: Track the purgeable objects on a
separate eviction list
URL : https://patchwork.freedesktop.org/series/61405/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6170_full -> Patchwork_13141_full
== Series Details ==
Series: split out intel_display_power
URL : https://patchwork.freedesktop.org/series/61453/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6178 -> Patchwork_13154
Summary
---
**SUCCESS**
No reg
On 5/21/19 1:45 AM, Jani Nikula wrote:
On Thu, 16 May 2019, Daniele Ceraolo Spurio
wrote:
As a first step towards updating the code to work on the runtime_pm
structure instead of i915, rework all the internals to use and pass
around that.
Signed-off-by: Daniele Ceraolo Spurio
---
drivers
== Series Details ==
Series: split out intel_display_power
URL : https://patchwork.freedesktop.org/series/61453/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/c
+./include/uapi/linux/pe
== Series Details ==
Series: split out intel_display_power
URL : https://patchwork.freedesktop.org/series/61453/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
757791efed23 drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/c
-:64: WARNING:FILE_PATH_CHANGES: added
Move over structures, enums and macros from intel_display.h and
i915_drv.h to have all the display PM defines in the same header.
Signed-off-by: Daniele Ceraolo Spurio
Cc: Imre Deak
Cc: Ville Syrjälä
---
drivers/gpu/drm/i915/i915_drv.h| 110
drivers/gpu/drm/i915/intel_
Separate the display PM from the PCI-level runtime PM.
I'll follow this up with v2 of the rpm encapsulation series [1], but
I'd like to get this in before that to avoid having to carry this
big dumb diff in that series.
[1] https://patchwork.freedesktop.org/series/60751/
Daniele Ceraolo Spurio (2
== Series Details ==
Series: drm/i915: Split off pci_driver.remove() tail to drm_driver.release()
(rev2)
URL : https://patchwork.freedesktop.org/series/61376/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6169_full -> Patchwork_13139_full
=
== Series Details ==
Series: drm/i915: Always enable mmio debugging for CI (rev2)
URL : https://patchwork.freedesktop.org/series/48659/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6169_full -> Patchwork_13138_full
Summary
== Series Details ==
Series: drm: Flush output polling on shutdown (rev4)
URL : https://patchwork.freedesktop.org/series/61442/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13153
Summary
---
**FAIL
Quoting Matthew Auld (2019-05-31 21:06:46)
> On Thu, 30 May 2019 at 21:35, Chris Wilson wrote:
> > diff --git a/drivers/gpu/drm/i915/gem/i915_gem_stolen.c
> > b/drivers/gpu/drm/i915/gem/i915_gem_stolen.c
> > index 9080a736663a..8b3a23bff7f6 100644
> > --- a/drivers/gpu/drm/i915/gem/i915_gem_stole
On Thu, 30 May 2019 at 21:35, Chris Wilson wrote:
>
> Currently, we try to report to the shrinker the precise number of
> objects (pages) that are available to be reaped at this moment. This
> requires searching all objects with allocated pages to see if they
> fulfill the search criteria, and thi
Hi,
I'm trying to get iGPU passthrough working in a VM running on a Chrome
OS "7th Generation (Kaby Lake) Intel Core i5-7Y57 with HD Graphics
615" device. I'm able to pass the iGPU through to the VM and execute
the i915 driver, but the driver doesn't succeed in getting the system
to the point wher
== Series Details ==
Series: drm: Flush output polling on shutdown (rev3)
URL : https://patchwork.freedesktop.org/series/61442/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13152
Summary
---
**FAIL
== Series Details ==
Series: drm: Flush output polling on shutdown (rev4)
URL : https://patchwork.freedesktop.org/series/61442/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
cb261a291f72 drm: Flush output polling on shutdown
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrappe
On Fri, May 31, 2019 at 01:07:33PM +0300, Petri Latvala wrote:
On Wed, May 29, 2019 at 04:27:37PM -0700, Lucas De Marchi wrote:
We also accept the short option -h.
Signed-off-by: Lucas De Marchi
Reviewed-by: Petri Latvala
Please send (CC or otherwise) IGT patches to igt-dev in the future,
We need to mark the output polling as disabled to prevent concurrent
irqs from queuing new work as shutdown the probe -- causing that work to
execute after we have freed the structs:
<4> [341.846490] DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock))
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/lo
== Series Details ==
Series: drm: Flush output polling on shutdown (rev3)
URL : https://patchwork.freedesktop.org/series/61442/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
790ebdd5fd02 drm: Flush output polling on shutdown
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrappe
On Fri, 31 May 2019 12:13:20 +0200, Joonas Lahtinen
wrote:
Quoting Michal Wajdeczko (2019-05-23 01:25:00)
On Wed, 22 May 2019 22:19:47 +0200, Chris Wilson
wrote:
> Quoting Michal Wajdeczko (2019-05-22 20:00:57)
>> Without breaking existing usage, slightly update HuC status codes
>> to prov
== Series Details ==
Series: drm: Flush output polling on shutdown (rev2)
URL : https://patchwork.freedesktop.org/series/61442/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13151
Summary
---
**FAIL
== Series Details ==
Series: drm: Flush output polling on shutdown
URL : https://patchwork.freedesktop.org/series/61442/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13150
Summary
---
**FAILURE**
== Series Details ==
Series: drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl
URL : https://patchwork.freedesktop.org/series/61299/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6163_full -> Patchwork_13124_full
=
== Series Details ==
Series: drm/i915/gtt: No need to zero the table for page dirs
URL : https://patchwork.freedesktop.org/series/61439/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13149
Summary
---
== Series Details ==
Series: series starting with [1/3] drm/i915/selftests: Flush partial-tiling
object once
URL : https://patchwork.freedesktop.org/series/61438/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13148
===
== Series Details ==
Series: drm/i915/gtt: Avoid overflowing the WC stash
URL : https://patchwork.freedesktop.org/series/61301/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6163_full -> Patchwork_13125_full
Summary
---
== Series Details ==
Series: drm: Flush output polling on shutdown (rev2)
URL : https://patchwork.freedesktop.org/series/61442/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
925b889001c2 drm: Flush output polling on shutdown
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrappe
== Series Details ==
Series: drm/i915: adding state checker for gamma lut values (rev12)
URL : https://patchwork.freedesktop.org/series/58039/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6164_full -> Patchwork_13131_full
We need to mark the output polling as disabled to prevent concurrent
irqs from queuing new work as shutdown the probe -- causing that work to
execute after we have freed the structs:
<4> [341.846490] DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock))
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/lo
== Series Details ==
Series: drm: Flush output polling on shutdown
URL : https://patchwork.freedesktop.org/series/61442/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
e0238ba7cdcd drm: Flush output polling on shutdown
-:11: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commi
== Series Details ==
Series: drm/fb-helper: Move modesetting code to drm_client (rev8)
URL : https://patchwork.freedesktop.org/series/58597/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6177 -> Patchwork_13147
Summary
Quoting Chris Wilson (2019-05-31 18:16:15)
> We need to mark the output polling as disabled to prevent concurrent
> irqs from queuing new work as shutdown the probe -- causing that work to
> execute after we have freed the structs:
>
> <4> [341.846490] DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock))
>
We need to mark the output polling as disabled to prevent concurrent
irqs from queuing new work as shutdown the probe -- causing that work to
execute after we have freed the structs:
<4> [341.846490] DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock))
<4> [341.846497] WARNING: CPU: 3 PID: 3300 at kernel/lo
== Series Details ==
Series: series starting with [01/10] drm/i915: Add windowing for primary planes
on gen2/3 and chv
URL : https://patchwork.freedesktop.org/series/61345/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6165_full -> Patchwork_13133_full
===
== Series Details ==
Series: drm/i915/bios: vbt cleanup
URL : https://patchwork.freedesktop.org/series/61430/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6175 -> Patchwork_13146
Summary
---
**SUCCESS**
No regres
== Series Details ==
Series: series starting with [1/3] drm/i915/selftests: Flush partial-tiling
object once
URL : https://patchwork.freedesktop.org/series/61438/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/i915/selftests: Flush partial-tiling
== Series Details ==
Series: drm/i915: Report an earlier wedged event when suspending the engines
URL : https://patchwork.freedesktop.org/series/61425/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6175 -> Patchwork_13145
S
== Series Details ==
Series: Document fixes for DRM UAPI and HDR
URL : https://patchwork.freedesktop.org/series/61349/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6165_full -> Patchwork_13134_full
Summary
---
**SUC
Quoting Mika Kuoppala (2019-05-31 17:18:36)
> We set them to scratch right after allocation so prevent
> useless zeroing before.
>
> Cc: Chris Wilson
> Signed-off-by: Mika Kuoppala
> ---
> drivers/gpu/drm/i915/i915_gem_gtt.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff
We set them to scratch right after allocation so prevent
useless zeroing before.
Cc: Chris Wilson
Signed-off-by: Mika Kuoppala
---
drivers/gpu/drm/i915/i915_gem_gtt.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c
b/drivers/gpu/drm/
As the fence registers are not part of the engine powerwells, we do not
need to fiddle with forcewake in order to update a fence. Avoid using
the heavyweight debug checking normal mmio writes as the checking
dominates the selftest runtime and is superfluous!
In the process, retire the I915_WRITE()
As the GTT is outside of the powerwell, we can simplify flushing the
GGTT writes by using an unchecked mmio write and post.
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/i915_gem_gtt.c | 20
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/drivers/gpu/dr
We only need to flush the object once prior to starting the partial
tiling test as inside the test we explicitly maintain coherency.
Signed-off-by: Chris Wilson
---
.../drm/i915/gem/selftests/i915_gem_mman.c| 21 ---
1 file changed, 9 insertions(+), 12 deletions(-)
diff --gi
== Series Details ==
Series: drm/i915: Drop non-NULL llist_for_each_entry_safe check for
URL : https://patchwork.freedesktop.org/series/61374/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_6167_full -> Patchwork_13136_full
On Wed, May 29, 2019 at 03:20:56PM +0530, Swati Sharma wrote:
> In this patch, hw gamma blob is created for i965.
>
> v4: -No need to initialize *blob [Jani]
> -Removed right shifts [Jani]
> -Dropped dev local var [Jani]
> v5: -Returned blob instead of assigning it internally
> within
On Wed, May 29, 2019 at 03:21:01PM +0530, Swati Sharma wrote:
> In this patch, hw gamma blob is created for ILK.
>
> v4: -No need to initialize *blob [Jani]
> -Removed right shifts [Jani]
> -Dropped dev local var [Jani]
> v5: -Returned blob instead of assigning it internally within the
>
On Wed, May 29, 2019 at 03:20:53PM +0530, Swati Sharma wrote:
> v3: -Rebase
> v4: -Renamed intel_compare_color_lut() to intel_color_lut_equal() [Jani]
> -Added the default label above the correct label [Jani]
> -Corrected smatch warn "variable dereferenced before check"
> [Dan Carpente
On Fri, May 31, 2019 at 12:59:35PM +0300, Petri Latvala wrote:
On Wed, May 29, 2019 at 04:27:33PM -0700, Lucas De Marchi wrote:
We want to check if the long option conflicts with one from the core.
The check for conflicting short option already exists just above.
No, this one is checking that
== Series Details ==
Series: drm/fb-helper: Move modesetting code to drm_client (rev8)
URL : https://patchwork.freedesktop.org/series/58597/
State : warning
== Summary ==
$ dim sparse origin/drm-tip
Sparse version: v0.5.2
Commit: drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
== Series Details ==
Series: drm/fb-helper: Move modesetting code to drm_client (rev8)
URL : https://patchwork.freedesktop.org/series/58597/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
7f8f155f76d9 drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
03e436436a8d d
== Series Details ==
Series: series starting with [1/5] lib/tests: fix conflicting args test
URL : https://patchwork.freedesktop.org/series/61355/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6166_full -> IGTPW_3078_full
S
== Series Details ==
Series: drm/i915/icl: Ensure port A combo PHY HW state is correct
URL : https://patchwork.freedesktop.org/series/61415/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6173 -> Patchwork_13143
Summary
On Fri, May 31, 2019 at 04:14:51PM +0300, Jani Nikula wrote:
> Make the child device order the priority order in sanitizing DDC pin and
> AUX CH. First come, first served.
>
> Cc: Ville Syrjälä
> Signed-off-by: Jani Nikula
> ---
> drivers/gpu/drm/i915/intel_bios.c | 32 +++--
This prepares the modeset code so it can be moved out as-is in the next
patch.
v3: Remove stray newline
Signed-off-by: Noralf Trønnes
Reviewed-by: Maxime Ripard
Reviewed-by: Sam Ravnborg
---
drivers/gpu/drm/drm_fb_helper.c | 62 +++--
include/drm/drm_fb_helper.h
An example to showcase the client API.
TODO:
- A bootsplash client needs a way to tell drm_fb_helper to stay away,
otherwise it will chime in on setup and hotplug.
Most DRM drivers register fbdev before calling drm_dev_register() (the
generic emulation is an exception). This have to be rever
All drivers add all their connectors so there's no need to keep around an
array of available connectors. Instead we just put the useable (not
writeback) connectors in a temporary array using
drm_client_for_each_connector_iter() everytime we probe the outputs.
Other places where it's necessary to lo
No functional changes, just moving code as-is and fixing includes.
Signed-off-by: Noralf Trønnes
Reviewed-by: Maxime Ripard
Reviewed-by: Sam Ravnborg
---
drivers/gpu/drm/drm_client_modeset.c | 707 ++-
drivers/gpu/drm/drm_fb_helper.c | 692 -
Move the modeset commit code to drm_client_modeset.
No changes except exporting API.
v7: Export drm_client_panel_rotation() (Gerd Hoffmann)
v2: Move to drm_client_modeset.c instead of drm_client.c
Signed-off-by: Noralf Trønnes
Reviewed-by: Sam Ravnborg
---
drivers/gpu/drm/drm_client_modeset.c
This makes the necessary changes so the commit code can be moved out to
drm_client as-is in the next patch. It's split up to ease review.
Signed-off-by: Noralf Trønnes
Reviewed-by: Sam Ravnborg
---
drivers/gpu/drm/drm_fb_helper.c | 122 +---
1 file changed, 81 insert
Prepare for moving drm_fb_helper modesetting code to drm_client.
drm_client will be linked to drm.ko, so move
__drm_atomic_helper_disable_plane() and __drm_atomic_helper_set_config()
out of drm_kms_helper.ko.
While at it, fix two checkpatch complaints:
- WARNING: Block comments use a trailing */ o
This moves the modesetting code from drm_fb_helper to drm_client so it
can be shared by all internal clients.
Changes this time:
- Declare drm_mode_set and drm_plane_state in patch 1
- Export drm_client_panel_rotation() (Gerd Hoffmann)
- Rebase
Noralf.
Cc: Gerd Hoffmann
Noralf Trønnes (8):
d
struct drm_fb_helper_crtc is now just a wrapper around drm_mode_set so
use that directly instead and attach it as a modeset array onto
drm_client_dev. drm_fb_helper will use this array to store its modesets
which means it will always initialize a drm_client, but it will not
register the client (cal
On Tue, 21 May 2019, Rodrigo Vivi wrote:
> On Mon, May 06, 2019 at 04:48:01PM +0300, Jani Nikula wrote:
>> The i915.alpha_support module parameter has caused some confusion along
>> the way. Add new i915.force_probe parameter to specify PCI IDs of
>> devices to probe, when the devices are recogniz
== Series Details ==
Series: drm/i915/ehl: Update MOCS table for EHL
URL : https://patchwork.freedesktop.org/series/61409/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6171 -> Patchwork_13142
Summary
---
**SUCCESS**
Add new fields in the LFP block. No functional changes.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_vbt_defs.h | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_vbt_defs.h
b/drivers/gpu/drm/i915/intel_vbt_defs.h
i
New bit to look in another BDB block for more. No functional changes.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_vbt_defs.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_vbt_defs.h
b/drivers/gpu/drm/i915/intel_
Don't use bdb_ prefixes for structs within blocks. Add a new bdb struct
for SDVO panel DTDs for completeness.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_bios.c | 12 ++--
drivers/gpu/drm/i915/intel_vbt_defs.h | 20
2 files change
Make it easier to find the right blocks. No functional changes.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_vbt_defs.h | 372 +-
1 file changed, 186 insertions(+), 186 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_vbt_defs.h
b/dri
Better grouping, better semantics for find_section(). No functional
changes.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_bios.c | 4 +-
drivers/gpu/drm/i915/intel_vbt_defs.h | 71 ++-
2 files changed, 38 insertions(+), 37 deletions(-)
Avoid iterating the child devices. This should be a non-functional
change, but theoretically this might enable LSPCON on some extra ports
with buggy VBTs.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_bios.c | 52 ---
drivers/gpu/drm/i91
Add separate functions to get the port by DDC pin and AUX channel.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_bios.c | 48 ++-
1 file changed, 34 insertions(+), 14 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_bios.c
b/driver
This allows us to avoid iterating the child devices in some cases.
Also replace the presence bit with child device being non-NULL, and set
the child device pointer last to allow us to take advantage of it in
follow-up work.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/
We've carried this baggage for more than a decade. Time to let it go.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_vbt_defs.h | 180 --
1 file changed, 180 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_vbt_defs.h
b/drivers/gpu/drm/
Avoid iterating the child devices.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_bios.c | 39 +--
drivers/gpu/drm/i915/intel_bios.h | 2 +-
2 files changed, 7 insertions(+), 34 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_bios.
Use the comments verbatim from the spec to help find the right block. No
functional changes.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_vbt_defs.h | 57 +++
1 file changed, 50 insertions(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/i9
Change the order, add some stylistic touches, and add LSPCON.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_bios.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_bios.c
b/drivers/gpu/drm/i915/intel_bios.c
index
Some VBT cleanup to make it nicer to add more stuff and/or has been
bugging me for a while.
BR,
Jani.
Jani Nikula (13):
drm/i915/bios: make child device order the priority order
drm/i915/bios: store child device pointer in DDI port info
drm/i915/bios: refactor DDC pin and AUX CH sanitize fu
Make the child device order the priority order in sanitizing DDC pin and
AUX CH. First come, first served.
Cc: Ville Syrjälä
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/i915/intel_bios.c | 32 +++
1 file changed, 15 insertions(+), 17 deletions(-)
diff --git a/dri
== Series Details ==
Series: series starting with [1/2] drm/i915: Track the purgeable objects on a
separate eviction list
URL : https://patchwork.freedesktop.org/series/61405/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6170 -> Patchwork_13141
==
On Thu, May 30, 2019 at 05:43:00AM -, Patchwork wrote:
> == Series Details ==
>
> Series: series starting with [01/10] drm/i915: Add windowing for primary
> planes on gen2/3 and chv
> URL : https://patchwork.freedesktop.org/series/61345/
> State : failure
>
> == Summary ==
>
> CI Bug Log
== Series Details ==
Series: drm/i915: fix use of uninitialized pointer vaddr
URL : https://patchwork.freedesktop.org/series/61421/
State : failure
== Summary ==
Applying: drm/i915: fix use of uninitialized pointer vaddr
Using index info to reconstruct a base tree...
M drivers/gpu/drm/i9
On Fri, May 31, 2019 at 11:26:26AM +0300, Imre Deak wrote:
> Make sure the HW state of the port A combo PHY is correct wrt. the
> IREFGEN setting. This will force a reprogramming during init or a WARN
> during uninit if the setting is incorrect.
>
> On my ICL RVP I haven't seen this check failing
On i915_gem_load_power_context() we do care whether or not we succeed in
completing the switch back to the kernel context (via idling the
engines). Currently, we detect if an error occurs while we wait, but we
do not report one if it occurred beforehand (and the status of the
switch is undefined).
Quoting Colin King (2019-05-31 11:32:01)
> From: Colin Ian King
>
> The assignment of err is using the incorrect pointer vaddr that has
> not been initialized. Fix this by using the correct pointer obj instead.
>
> Addresses-Coverity: ("Uninitialized pointer read")
> Fixes: 6501aa4e3a45 ("drm/i9
From: Colin Ian King
The assignment of err is using the incorrect pointer vaddr that has
not been initialized. Fix this by using the correct pointer obj instead.
Addresses-Coverity: ("Uninitialized pointer read")
Fixes: 6501aa4e3a45 ("drm/i915: add in-kernel blitter client")
Signed-off-by: Colin
== Series Details ==
Series: drm/i915: Split off pci_driver.remove() tail to drm_driver.release()
(rev2)
URL : https://patchwork.freedesktop.org/series/61376/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6169 -> Patchwork_13139
===
From: Janusz Krzysztofik
If a test calls a function which depends on availability of a specific
version of MMAP_GTT interface, an error may occur on unsupported hardware.
That may negatively affect results reported by a test framework even if
that test ignores the failure and succeedes.
This hel
Quoting Michal Wajdeczko (2019-05-23 01:25:00)
> On Wed, 22 May 2019 22:19:47 +0200, Chris Wilson
> wrote:
>
> > Quoting Michal Wajdeczko (2019-05-22 20:00:57)
> >> Without breaking existing usage, slightly update HuC status codes
> >> to provide more info to the clients:
> >> 1 if HuC firmwar
On Wed, May 29, 2019 at 04:27:37PM -0700, Lucas De Marchi wrote:
> We also accept the short option -h.
>
> Signed-off-by: Lucas De Marchi
Reviewed-by: Petri Latvala
Please send (CC or otherwise) IGT patches to igt-dev in the future, please.
> ---
> lib/igt_core.c | 2 +-
> 1 file changed,
On Wed, May 29, 2019 at 04:27:36PM -0700, Lucas De Marchi wrote:
> Now that core options are set to 500 and above, start from the lowest
> values without causing problems with conflicts. This also rename the
> constants to follow the names from the core.
>
> Signed-off-by: Lucas De Marchi
Review
On Wed, May 29, 2019 at 04:27:35PM -0700, Lucas De Marchi wrote:
> This is usually used by long options when working with enum to set long
> option values. So replace the strchr() with a memchr() to take that into
> account.
>
> Signed-off-by: Lucas De Marchi
Reviewed-by: Petri Latvala
The lat
On Wed, May 29, 2019 at 04:27:34PM -0700, Lucas De Marchi wrote:
> Start the core optiosn from 500 so the individual tests can have their
> own options starting from 0. This makes it easier to set the long
> options without conflicting.
>
> 500 is just a magic number, higher than any ascii char th
On Wed, May 29, 2019 at 04:27:33PM -0700, Lucas De Marchi wrote:
> We want to check if the long option conflicts with one from the core.
> The check for conflicting short option already exists just above.
No, this one is checking that the val (the 0) doesn't conflict.
--
Petri Latvala
>
> Si
On Friday, May 31, 2019 11:35:39 AM CEST Chris Wilson wrote:
> Quoting Janusz Krzysztofik (2019-05-31 10:29:16)
> > From: Janusz Krzysztofik
> >
> > If a test calls a function which depends on availability of a specific
> > version of MMAP_GTT interface, an error may occur on unsupported hardware
== Series Details ==
Series: drm/i915: Always enable mmio debugging for CI (rev2)
URL : https://patchwork.freedesktop.org/series/48659/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6169 -> Patchwork_13138
Summary
---
Quoting Jani Nikula (2019-05-06 16:48:01)
> The i915.alpha_support module parameter has caused some confusion along
> the way. Add new i915.force_probe parameter to specify PCI IDs of
> devices to probe, when the devices are recognized but not automatically
> probed by the driver. The name is inten
Quoting Janusz Krzysztofik (2019-05-31 10:29:16)
> From: Janusz Krzysztofik
>
> If a test calls a function which depends on availability of a specific
> version of MMAP_GTT interface, an error may occur on unsupported hardware.
> That may negatively affect results reported by a test framework eve
== Series Details ==
Series: drm/i915: Drop non-NULL llist_for_each_entry_safe check for
URL : https://patchwork.freedesktop.org/series/61374/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6167_full -> Patchwork_13136_full
From: Janusz Krzysztofik
If a test calls a function which depends on availability of a specific
version of MMAP_GTT interface, an error may occur on unsupported hardware.
That may negatively affect results reported by a test framework even if
that test ignores the failure and succeedes.
This hel
On Friday, May 31, 2019 10:55:46 AM CEST Chris Wilson wrote:
> Quoting Janusz Krzysztofik (2019-05-31 09:53:41)
> > Hi Chris,
> >
> > On Friday, May 31, 2019 10:39:47 AM CEST Chris Wilson wrote:
> > > Quoting Janusz Krzysztofik (2019-05-31 09:33:38)
> > > > From: Janusz Krzysztofik
> > > >
> > >
1 - 100 of 122 matches
Mail list logo