[Intel-gfx] [PATCH 2/3] drm/amd/display: Fix 'no previous prototype' compiler warns in amdgpu_dm_plane.c

2022-08-01 Thread Imre Deak
Fix compiler warnings like the following triggered by '-Wmissing-prototypes': CC [M] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.o drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:83:31: warning: no previous prototype for ‘amd_get_format_info’ [-Wmissi

[Intel-gfx] [PATCH 3/3] drm/amd/display: Fix static declaration follows non-static declaration compiler warn

2022-08-01 Thread Imre Deak
Fix the drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_plane.c:951:13: error: static declaration of ‘get_min_max_dc_plane_scaling’ follows non-static declaration 951 | static void get_min_max_dc_plane_scaling(struct drm_device *dev, | ^~~~ I

[Intel-gfx] [PATCH 1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c

2022-08-01 Thread Imre Deak
The API change introduced in commit 30c637151cfa ("drm/plane-helper: Export individual helpers") was missed in the conflict resolution of commit d93a13bd75b9 ("Merge remote-tracking branch 'drm-misc/drm-misc-next' into drm-tip") fix this up. Fixes: d93a13bd75b9 ("Merge remote-tracking branch

Re: [Intel-gfx] [PATCH 1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c

2022-08-01 Thread Simon Ser
Acked-by: Simon Ser CC amd-gfx On Monday, August 1st, 2022 at 15:52, Imre Deak wrote: > The API change introduced in > > commit 30c637151cfa ("drm/plane-helper: Export individual helpers") > > was missed in the conflict resolution of > > commit d93a13bd75b9 ("Merge remote-tracking branch 'drm-

[Intel-gfx] [PATCH] drm/i915/display: clear plane color control register when turn plane off

2022-08-01 Thread Lee Shawn C
Customer report abnormal display output while switch eDP off sometimes. In current display disable flow, plane will be off at first. Then turn eDP off and disable HW pipe line. We found the abnormal pixel comes after turn plane off. Clear plane color ctl register when driver disable plane can solve

Re: [Intel-gfx] [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally

2022-08-01 Thread Maxim Levitsky
On Thu, 2022-07-28 at 10:46 +0300, Maxim Levitsky wrote: > On Mon, 2022-07-25 at 16:08 +, Sean Christopherson wrote: > > On Wed, Jul 20, 2022, Maxim Levitsky wrote: > > > On Sun, 2022-05-22 at 13:22 +0300, Maxim Levitsky wrote: > > > > On Thu, 2022-05-19 at 16:37 +, Sean Christopherson wrot

Re: [Intel-gfx] [PATCH] drm/i915/userptr: remove redundation assignment to variable ret

2022-08-01 Thread Niranjana Vishwanathapura
On Sat, Jul 30, 2022 at 01:23:42PM +0100, Colin Ian King wrote: Variable ret is assigned a value that is never read; it is either being re-assigned during the following while-loop or after the loop. The assignmnt is redundant and can be removed. Cleans up clang scan build warning: drivers/gpu/dr

Re: [Intel-gfx] [PATCH 0/1] Move DG2 to GuC v70.4.1

2022-08-01 Thread Niranjana Vishwanathapura
On Thu, Jul 28, 2022 at 04:07:21PM -0700, john.c.harri...@intel.com wrote: From: John Harrison The latest GuC release contains a bunch of fixes for DG2. Start using it. Note that some of these fixes require i915 side support which will follow in separate patches. So, this patch series has a

[Intel-gfx] PR for new GuC v70.4.1 for DG2

2022-08-01 Thread John . C . Harrison
The following changes since commit 150864a4d73e8c448eb1e2c68e65f07635fe1a66: amdgpu partially revert "amdgpu: update beige goby to release 22.20" (2022-07-25 14:16:04 -0400) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-firmware dg2_guc_v70.4.1 for you to fe

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [RESUBMIT,1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker

2022-08-01 Thread Patchwork
== Series Details == Series: series starting with [RESUBMIT,1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker URL : https://patchwork.freedesktop.org/series/106838/ State : warning == Summary == Error: dim checkpatch failed 0551a3d7d91f drm/i915/gem: Avoid taking runtime-pm under

Re: [Intel-gfx] [PATCH 0/1] Move DG2 to GuC v70.4.1

2022-08-01 Thread John Harrison
On 8/1/2022 10:28, Niranjana Vishwanathapura wrote: On Thu, Jul 28, 2022 at 04:07:21PM -0700, john.c.harri...@intel.com wrote: From: John Harrison The latest GuC release contains a bunch of fixes for DG2. Start using it. Note that some of these fixes require i915 side support which will follo

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [RESUBMIT,1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker

2022-08-01 Thread Patchwork
== Series Details == Series: series starting with [RESUBMIT,1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker URL : https://patchwork.freedesktop.org/series/106838/ State : success == Summary == CI Bug Log - changes from CI_DRM_11960 -> Patchwork_106838v1 =

Re: [Intel-gfx] [PATCH] i915/pmu: Wire GuC backend to per-client busyness

2022-08-01 Thread Umesh Nerlige Ramappa
On Wed, Jul 27, 2022 at 09:48:18AM +0100, Tvrtko Ursulin wrote: On 27/07/2022 07:01, Umesh Nerlige Ramappa wrote: On Fri, Jun 17, 2022 at 09:00:06AM +0100, Tvrtko Ursulin wrote: On 16/06/2022 23:13, Nerlige Ramappa, Umesh wrote: From: John Harrison GuC provides engine_id and last_switch_in

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Context isolation uAPI fixes

2022-08-01 Thread Patchwork
== Series Details == Series: Context isolation uAPI fixes URL : https://patchwork.freedesktop.org/series/106845/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Add Wa_1509727124

2022-08-01 Thread Matt Roper
On Thu, Jul 28, 2022 at 11:49:07AM -0700, Harish Chegondi wrote: > Bspec: 46052 > Cc: Matt Roper > Signed-off-by: Harish Chegondi > --- > drivers/gpu/drm/i915/gt/intel_gt_regs.h | 1 + > drivers/gpu/drm/i915/gt/intel_workarounds.c | 8 > 2 files changed, 9 insertions(+) > > diff --

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Move TLB invalidation code for its own file and document it (rev3)

2022-08-01 Thread Patchwork
== Series Details == Series: Move TLB invalidation code for its own file and document it (rev3) URL : https://patchwork.freedesktop.org/series/106805/ State : warning == Summary == Error: dim checkpatch failed 6e8221ff3e55 drm/i915/gt: Move TLB invalidation to its own file Traceback (most rece

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Move TLB invalidation code for its own file and document it (rev3)

2022-08-01 Thread Patchwork
== Series Details == Series: Move TLB invalidation code for its own file and document it (rev3) URL : https://patchwork.freedesktop.org/series/106805/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

[Intel-gfx] ✓ Fi.CI.BAT: success for Move TLB invalidation code for its own file and document it (rev3)

2022-08-01 Thread Patchwork
== Series Details == Series: Move TLB invalidation code for its own file and document it (rev3) URL : https://patchwork.freedesktop.org/series/106805/ State : success == Summary == CI Bug Log - changes from CI_DRM_11960 -> Patchwork_106805v3

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c

2022-08-01 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c URL : https://patchwork.freedesktop.org/series/106882/ State : warning == Summary == Error: dim checkpatch failed a9a39ebe0216 drm/amd/display: Fix 'no previous prototyp

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c

2022-08-01 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c URL : https://patchwork.freedesktop.org/series/106882/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be

Re: [Intel-gfx] [PATCH 1/1] drm/i915/dg2: Update DG2 to GuC v70.4.1

2022-08-01 Thread Ceraolo Spurio, Daniele
On 7/28/2022 4:07 PM, john.c.harri...@intel.com wrote: From: John Harrison New release of GuC with a bunch of fixes specific to DG2. Some of these require follow up i915 changes to enable. This needs a note to explain that we don't need to maintain 70.1 compatibility because DG2 is still

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c

2022-08-01 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c URL : https://patchwork.freedesktop.org/series/106882/ State : success == Summary == CI Bug Log - changes from CI_DRM_11960 -> Patchwork_106882v1 ===

[Intel-gfx] [PATCH] drm/i915/dg2: Add additional HDMI pixel clock frequencies

2022-08-01 Thread Taylor, Clinton A
Using the BSPEC algorithm add addition HDMI pixel clocks to the existing table. Cc: Matt Roper Cc: Radhakrishna Sripada Signed-off-by: Taylor, Clinton A --- drivers/gpu/drm/i915/display/intel_snps_phy.c | 1145 + 1 file changed, 1145 insertions(+) diff --git a/drivers/gpu/drm/

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/display: clear plane color control register when turn plane off

2022-08-01 Thread Patchwork
== Series Details == Series: drm/i915/display: clear plane color control register when turn plane off URL : https://patchwork.freedesktop.org/series/106883/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11960 -> Patchwork_106883v1 ==

Re: [Intel-gfx] [PATCH 07/23] drm/i915/mtl: Add gmbus and gpio support

2022-08-01 Thread Matt Roper
On Wed, Jul 27, 2022 at 06:34:04PM -0700, Radhakrishna Sripada wrote: > Add tables to map the GMBUS pin pairs to GPIO registers and port to DDC. > From spec we have registers GPIO_CTL[1-5] mapped to combo phys and This description is misleading since MTL doesn't have "combo phys." I think the key

[Intel-gfx] [PATCH v2] drm/i915/dg2: Add Wa_1509727124

2022-08-01 Thread Harish Chegondi
Bspec: 46052 Reviewed-by: Matt Roper Signed-off-by: Harish Chegondi --- drivers/gpu/drm/i915/gt/intel_gt_regs.h | 1 + drivers/gpu/drm/i915/gt/intel_workarounds.c | 7 +++ 2 files changed, 8 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h b/drivers/gpu/drm/i915/gt/in

Re: [Intel-gfx] [PATCH 08/23] drm/i915/mtl: Add VBT port and AUX_CH mapping

2022-08-01 Thread Matt Roper
On Wed, Jul 27, 2022 at 06:34:05PM -0700, Radhakrishna Sripada wrote: > From: Imre Deak > > Add the proper VBT port,AUX_CH -> i915 port,AUX_CH mapping which just > follows the ADL_P one. > > Signed-off-by: Imre Deak This doesn't seem to be documented in the bspec in the usual places (e.g., pag

Re: [Intel-gfx] [PATCH 09/23] drm/i915/mtl: Add support for MTL in Display Init sequences

2022-08-01 Thread Matt Roper
On Wed, Jul 27, 2022 at 06:34:06PM -0700, Radhakrishna Sripada wrote: > The initialization sequence for Meteorlake reuses the sequence for > icelake for most parts. Some changes viz. reset PICA handshake > are added. > > Bspec: 49189 > > Cc: Matt Roper > Signed-off-by: Radhakrishna Sripada Rev

[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/dg2: Add additional HDMI pixel clock frequencies

2022-08-01 Thread Patchwork
== Series Details == Series: drm/i915/dg2: Add additional HDMI pixel clock frequencies URL : https://patchwork.freedesktop.org/series/106891/ State : failure == Summary == Error: make failed CALLscripts/checksyscalls.sh CALLscripts/atomic/check-atomics.sh DESCEND objtool CHK

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Add Wa_1509727124 (rev2)

2022-08-01 Thread Patchwork
== Series Details == Series: drm/i915/dg2: Add Wa_1509727124 (rev2) URL : https://patchwork.freedesktop.org/series/106822/ State : success == Summary == CI Bug Log - changes from CI_DRM_11961 -> Patchwork_106822v2 Summary --- **SUCCE

[Intel-gfx] [PATCH v2] drm/i915/dg2: Add additional HDMI pixel clock frequencies

2022-08-01 Thread Taylor, Clinton A
Using the BSPEC algorithm add addition HDMI pixel clocks to the existing table. v2: remove 297000 unused entry Cc: Matt Roper Cc: Radhakrishna Sripada Signed-off-by: Taylor, Clinton A --- drivers/gpu/drm/i915/display/intel_snps_phy.c | 1115 + 1 file changed, 1115 insertions(+

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dg2: Add additional HDMI pixel clock frequencies (rev2)

2022-08-01 Thread Patchwork
== Series Details == Series: drm/i915/dg2: Add additional HDMI pixel clock frequencies (rev2) URL : https://patchwork.freedesktop.org/series/106891/ State : warning == Summary == Error: dim checkpatch failed 64ed0b830d10 drm/i915/dg2: Add additional HDMI pixel clock frequencies -:382: CHECK:LI

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Add additional HDMI pixel clock frequencies

2022-08-01 Thread kernel test robot
Hi Clinton, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-tip/drm-tip] url: https://github.com/intel-lab-lkp/linux/commits/Taylor-Clinton-A/drm-i915-dg2-Add-additional-HDMI-pixel-clock-frequencies/20220802-052426 base: git://anongit.freedesktop.org/drm/dr

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Add additional HDMI pixel clock frequencies (rev2)

2022-08-01 Thread Patchwork
== Series Details == Series: drm/i915/dg2: Add additional HDMI pixel clock frequencies (rev2) URL : https://patchwork.freedesktop.org/series/106891/ State : success == Summary == CI Bug Log - changes from CI_DRM_11961 -> Patchwork_106891v2

Re: [Intel-gfx] [PATCH 10/23] drm/i915/mtl: Add display power wells

2022-08-01 Thread Matt Roper
On Wed, Jul 27, 2022 at 06:34:07PM -0700, Radhakrishna Sripada wrote: > From: Imre Deak > > Add support for display power wells on MTL. The differences from D13: > - The AUX HW block is moved to the PICA block, where the registers are on > an always-on power well and the functionality needs to

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [RESUBMIT,1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker

2022-08-01 Thread Patchwork
== Series Details == Series: series starting with [RESUBMIT,1/2] drm/i915/gem: Avoid taking runtime-pm under the shrinker URL : https://patchwork.freedesktop.org/series/106838/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11960_full -> Patchwork_106838v1_full ===

Re: [Intel-gfx] [PATCH 00/23] Initial Meteorlake Support

2022-08-01 Thread Matt Roper
On Wed, Jul 27, 2022 at 06:33:57PM -0700, Radhakrishna Sripada wrote: > The PCI Id's and platform definition are posted earlier. > This series adds handful of early enablement patches including > support for display power wells, VBT and AUX Channel mapping, > PCH and gmbus support, dbus, mbus, sagv

Re: [Intel-gfx] [PATCH 12/23] drm/i915/mtl: Fix rawclk for Meteorlake PCH

2022-08-01 Thread Matt Roper
On Wed, Jul 27, 2022 at 06:34:09PM -0700, Radhakrishna Sripada wrote: > From: Clint Taylor > > MTL has a fixed rawclk of 38400Mhz. Register does not need to be > reprogrammed. > > Bspec: 49304 > > Signed-off-by: Clint Taylor > --- > drivers/gpu/drm/i915/display/intel_cdclk.c | 7 +++ > 1

[Intel-gfx] ✗ Fi.CI.IGT: failure for Move TLB invalidation code for its own file and document it (rev3)

2022-08-01 Thread Patchwork
== Series Details == Series: Move TLB invalidation code for its own file and document it (rev3) URL : https://patchwork.freedesktop.org/series/106805/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11960_full -> Patchwork_106805v3_full ==

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c

2022-08-01 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm/amd/display: Fix merge conflict resolution in amdgpu_dm_plane.c URL : https://patchwork.freedesktop.org/series/106882/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11960_full -> Patchwork_106882v1_full =