Re: [Intel-gfx] [CI 4/6] drm/i915/gt: Switch to manual evaluation of RPS

2020-05-06 Thread Rodrigo Vivi
On Wed, May 06, 2020 at 06:17:28PM +0100, Chris Wilson wrote: > Quoting Chris Wilson (2020-05-06 16:55:07) > > Quoting Rodrigo Vivi (2020-05-06 15:44:48) > > > Btw, there are other patches on the list of failed cherry-picks: > > > > > > 614654abe847 ("drm/i915: Check current i915_vma.pin_count sta

[Intel-gfx] ✓ Fi.CI.BAT: success for Introduce Rocket Lake (rev5)

2020-05-06 Thread Patchwork
== Series Details == Series: Introduce Rocket Lake (rev5) URL : https://patchwork.freedesktop.org/series/76826/ State : success == Summary == CI Bug Log - changes from CI_DRM_8438 -> Patchwork_17595 Summary --- **SUCCESS** No regr

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/4] Revert "drm/i915/tgl: Include ro parts of l3 to invalidate" (rev3)

2020-05-06 Thread Patchwork
== Series Details == Series: series starting with [1/4] Revert "drm/i915/tgl: Include ro parts of l3 to invalidate" (rev3) URL : https://patchwork.freedesktop.org/series/77000/ State : success == Summary == CI Bug Log - changes from CI_DRM_8437_full -> Patchwork_17592_full ===

Re: [Intel-gfx] [PATCH 1/6] drm/i915: Mark concurrent submissions with a weak-dependency

2020-05-06 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: c81471f5e95c ("drm/i915: Copy across scheduler behaviour flags across submit fences"). The bot has tested the following trees: v5.6.10. v5.6.10: Failed to apply! Possible dependenci

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Mark concurrent submissions with a weak-dependency

2020-05-06 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: c81471f5e95c ("drm/i915: Copy across scheduler behaviour flags across submit fences"). The bot has tested the following trees: v5.6.10. v5.6.10: Failed to apply! Possible dependenci

[Intel-gfx] [PATCH] drm/i915/dsi: Dont forget to clean up the connector on error

2020-05-06 Thread Vivek Kasireddy
During the DSI initialization setup, after instantiating the relevant drm connector and encoder objects, the connector also needs to be cleaned up along with the encoder if an error is encountered. The error can happen due to a missing mode in the VBT or for other reasons. Signed-off-by: Vivek Kas

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [01/15] drm/i915: Mark concurrent submissions with a weak-dependency

2020-05-06 Thread Patchwork
== Series Details == Series: series starting with [01/15] drm/i915: Mark concurrent submissions with a weak-dependency URL : https://patchwork.freedesktop.org/series/77008/ State : failure == Summary == CI Bug Log - changes from CI_DRM_8438_full -> Patchwork_17594_full ===

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dsi: Dont forget to clean up the connector on error

2020-05-06 Thread Patchwork
== Series Details == Series: drm/i915/dsi: Dont forget to clean up the connector on error URL : https://patchwork.freedesktop.org/series/77011/ State : success == Summary == CI Bug Log - changes from CI_DRM_8439 -> Patchwork_17596 Summary -

[Intel-gfx] ✓ Fi.CI.IGT: success for Introduce Rocket Lake (rev5)

2020-05-06 Thread Patchwork
== Series Details == Series: Introduce Rocket Lake (rev5) URL : https://patchwork.freedesktop.org/series/76826/ State : success == Summary == CI Bug Log - changes from CI_DRM_8438_full -> Patchwork_17595_full Summary --- **SUCCESS**

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-intel-fixes tree

2020-05-06 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/i915/display/intel_fbc.c between commit: 82152d424b6c ("Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE()") from the drm-intel-fixes tree and commit: 97ed48b5c8b1 ("drm/i915/fbc:

Re: [Intel-gfx] [PATCH 4/4] drm/i915/gen12: Invalidate aux table entries forcibly

2020-05-06 Thread Liu, Chuansheng
Hi Mika, > -Original Message- > From: Mika Kuoppala > Sent: Thursday, May 7, 2020 12:53 AM > To: intel-gfx@lists.freedesktop.org > Cc: Mika Kuoppala ; Chris Wilson > ; Liu, Chuansheng ; > Antognolli, Rafael ; Shi, Yang A > > Subject: [PATCH 4/4] drm/i915/gen12: Invalidate aux table entri

[Intel-gfx] linux-next: build warning after merge of the drm-misc tree

2020-05-06 Thread Stephen Rothwell
Hi all, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o see include/linux/module.h for more information Introduced by commit c7f66d32dd43 ("drm/

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/dsi: Dont forget to clean up the connector on error

2020-05-06 Thread Patchwork
== Series Details == Series: drm/i915/dsi: Dont forget to clean up the connector on error URL : https://patchwork.freedesktop.org/series/77011/ State : success == Summary == CI Bug Log - changes from CI_DRM_8439_full -> Patchwork_17596_full

Re: [Intel-gfx] [PATCH] drm/i915/dgfx: avoid opregion calls and messages

2020-05-06 Thread Ville Syrjälä
On Fri, Mar 06, 2020 at 05:26:00PM -0800, Lucas De Marchi wrote: > This avoids the annoying message > "Failed to get panel details from OpRegion (-19)" while initializing. > On DGFX there is no access to OpRegion, so just avoid any calls related > to it. > > Signed-off-by: Lucas De Marchi > --- >

Re: [Intel-gfx] [PATCH 4/4] drm/i915/gen12: Invalidate aux table entries forcibly

2020-05-06 Thread Chris Wilson
Quoting Mika Kuoppala (2020-05-06 17:53:10) > Aux table invalidation can fail on update. So > next access may cause memory access to be into stale entry. > > Proposed workaround is to invalidate entries between > all batchbuffers. > > v2: correct register address (Yang) > v3: respect the order (C

Re: [Intel-gfx] [PATCH v3 2/3] drm/i915: Stash hpd status bits under dev_priv

2020-05-06 Thread Ville Syrjälä
On Wed, May 06, 2020 at 07:03:41PM +0300, Imre Deak wrote: > On Wed, Mar 11, 2020 at 05:54:21PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Instead of constnantly having to figure out which hpd status bit > > array to use let's store them under dev_priv. > > > > Should perhaps ta

Re: [Intel-gfx] [PATCH v3 1/3] drm/i915: Turn intel_digital_port_connected() in a vfunc

2020-05-06 Thread Ville Syrjälä
On Wed, May 06, 2020 at 06:15:28PM +0300, Imre Deak wrote: > On Wed, Mar 11, 2020 at 05:54:20PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Let's get rid of the platform if ladders in > > intel_digital_port_connected() and make it a vfunc. Now the if > > ladders are at the encoder

<    1   2