Re: [Intel-gfx] [PATCH] drm/i915/sdvo: fix panel_type initialization

2023-08-04 Thread Shankar, Uma
> -Original Message- > From: Intel-gfx On Behalf Of Jani > Nikula > Sent: Thursday, August 3, 2023 5:57 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani ; Tomi Leppänen ; > sta...@vger.kernel.org > Subject: [Intel-gfx] [PATCH] drm/i915/sdvo: fix panel_type initialization > >

Re: [Intel-gfx] [PATCH] drm/i915/vdsc: Fix first_line_bpg_offset calculation

2023-08-04 Thread Nautiyal, Ankit K
On 8/3/2023 9:32 PM, Suraj Kandpal wrote: On checking DSC1.1 Errata and DSC 1.2 spec the current formula we were using was incorrect to calculate first_line_bpg_offset. The new fixed formula is derived from C model. Signed-off-by: Suraj Kandpal --- drivers/gpu/drm/i915/display/intel_vdsc.c

[Intel-gfx] [PATCH] drm/i915/vdsc: Fix first_line_bpg_offset calculation

2023-08-04 Thread Suraj Kandpal
On checking DSC1.1 Errata and DSC 1.2 spec the current formula we were using was incorrect to calculate first_line_bpg_offset. The new fixed formula is derived from C model. --v2 -Use clamp function in linux/minmax.h [Ankit] Signed-off-by: Suraj Kandpal Reviewed-by: Ankit Nautiyal --- drivers/

[Intel-gfx] [PATCH] drm/i915/vdsc: Fix first_line_bpg_offset calculation

2023-08-04 Thread Suraj Kandpal
On checking DSC1.1 Errata and DSC 1.2 spec the current formula we were using was incorrect to calculate first_line_bpg_offset. The new fixed formula is derived from C model. --v2 -Use clamp function in linux/minmax.h [Ankit] --v3 -remove linux/minmax.h header Signed-off-by: Suraj Kandpal Review

[Intel-gfx] [PULL] drm-intel-gt-next

2023-08-04 Thread Joonas Lahtinen
Hi Dave & Daniel, Here goes the first drm-intel-gt-next PR for v6.6. We have a fix for infinite GPU wait race condition found by CI, then improved tweakability of RPS algo and fixes to GuC SLPC for tuning the frequency behavior of the system. OA report zeroing fix, Aux CCS invalidation fix on Ge

[Intel-gfx] [PATCH 1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server

2023-08-04 Thread Jani Nikula
The current display probe is unable to differentiate between IVB Q and IVB D GT2 server, as they both have the same device id, but different subvendor and subdevice. This leads to the latter being misidentified as the former, and should just end up not having a display. However, the no display case

[Intel-gfx] [PATCH 2/2] drm/i915: debug log when GMD ID indicates there's no display

2023-08-04 Thread Jani Nikula
Debug log similar to the device id based identification of no display. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_display_device.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_device.c b/drivers/gpu/dr

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Replace dead 01.org link

2023-08-04 Thread Patchwork
== Series Details == Series: drm/i915: Replace dead 01.org link URL : https://patchwork.freedesktop.org/series/121995/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13472_full -> Patchwork_121995v1_full Summary --- *

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/vdsc: Fix first_line_bpg_offset calculation (rev3)

2023-08-04 Thread Patchwork
== Series Details == Series: drm/i915/vdsc: Fix first_line_bpg_offset calculation (rev3) URL : https://patchwork.freedesktop.org/series/121967/ State : warning == Summary == Error: dim checkpatch failed /home/kbuild/linux/maintainer-tools/dim: line 50: /home/kbuild/.dimrc: No such file or dir

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/vdsc: Fix first_line_bpg_offset calculation (rev3)

2023-08-04 Thread Patchwork
== Series Details == Series: drm/i915/vdsc: Fix first_line_bpg_offset calculation (rev3) URL : https://patchwork.freedesktop.org/series/121967/ State : warning == Summary == Error: dim sparse failed /home/kbuild2/linux/maintainer-tools/dim: line 50: /home/kbuild2/.dimrc: No such file or direc

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/vdsc: Fix first_line_bpg_offset calculation (rev3)

2023-08-04 Thread Patchwork
== Series Details == Series: drm/i915/vdsc: Fix first_line_bpg_offset calculation (rev3) URL : https://patchwork.freedesktop.org/series/121967/ State : success == Summary == CI Bug Log - changes from CI_DRM_13473 -> Patchwork_121967v3 Summa

[Intel-gfx] ✓ Fi.CI.IGT: success for Move stolen memory handling details into i915_gem_stolen (rev4)

2023-08-04 Thread Patchwork
== Series Details == Series: Move stolen memory handling details into i915_gem_stolen (rev4) URL : https://patchwork.freedesktop.org/series/119123/ State : success == Summary == CI Bug Log - changes from CI_DRM_13472_full -> Patchwork_119123v4_full =

Re: [Intel-gfx] [PATCH v2 0/5] drm/i915: Fix connector HPD polling

2023-08-04 Thread Hogander, Jouni
On Thu, 2023-07-20 at 15:54 +0300, Imre Deak wrote: > This patchset replaces [1], adding two patches to fix a connector > detection issue overriding the state of forced connectors. > > [1] https://patchwork.freedesktop.org/series/120931/ For the whole set: Reviewed-by: Jouni Högander > > Imre

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: ignore returned broken edid on intel_sdvo_tmds_sink_detect

2023-08-04 Thread Hogander, Jouni
On Thu, 2023-08-03 at 18:24 +0300, Jani Nikula wrote: > On Thu, 03 Aug 2023, Juha-Pekka Heikkila > wrote: > > If drm_edid_raw returned NULL on error don't try accessing anything > > behind > > that NULL > > > > Signed-off-by: Juha-Pekka Heikkila > > Reviewed-by: Jani Nikula Thank you for the

Re: [Intel-gfx] [PATCH] drm/i915/sdvo: fix panel_type initialization

2023-08-04 Thread Jani Nikula
On Fri, 04 Aug 2023, "Shankar, Uma" wrote: >> -Original Message- >> From: Intel-gfx On Behalf Of Jani >> Nikula >> Sent: Thursday, August 3, 2023 5:57 PM >> To: intel-gfx@lists.freedesktop.org >> Cc: Nikula, Jani ; Tomi Leppänen ; >> sta...@vger.kernel.org >> Subject: [Intel-gfx] [PATCH]

[Intel-gfx] [PATCH 0/2] DP2.0 SDP split

2023-08-04 Thread Vinod Govindapillai
Support DP2.0 sdp split for DP-MST Vinod Govindapillai (2): drm/i915/display: optimize DP 2.0 sdp split update config drm/i915/display: support DP2.0 SDP split for DP-MST drivers/gpu/drm/i915/display/intel_audio.c | 6 +++--- drivers/gpu/drm/i915/display/intel_audio.h | 3 +-- drivers

[Intel-gfx] [PATCH 1/2] drm/i915/display: optimize DP 2.0 sdp split update config

2023-08-04 Thread Vinod Govindapillai
Optimize DP 2 SDP split config update so that DP-MST code path can be supported as well. Signed-off-by: Vinod Govindapillai --- drivers/gpu/drm/i915/display/intel_audio.c | 6 +++--- drivers/gpu/drm/i915/display/intel_audio.h | 3 +-- drivers/gpu/drm/i915/display/intel_ddi.c | 3 ---

[Intel-gfx] [PATCH 2/2] drm/i915/display: support DP2.0 SDP split for DP-MST

2023-08-04 Thread Vinod Govindapillai
Extend the DP2.0 SDP split for DP-MST configurations Signed-off-by: Vinod Govindapillai --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c index e3f176a0

[Intel-gfx] [CI] PR for PVC FWs for Xe

2023-08-04 Thread Daniele Ceraolo Spurio
Re-sending because the CI scripts had an issue with the xe folder the first time around. The following changes since commit 253cc179d849fc82489773b2b553a49858d8725f: amdgpu: Update DMCUB for DCN314 & Yellow Carp (2023-07-31 11:22:02 -0400) are available in the Git repository at: git://anong

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/vdsc: Fix first_line_bpg_offset calculation (rev3)

2023-08-04 Thread Patchwork
== Series Details == Series: drm/i915/vdsc: Fix first_line_bpg_offset calculation (rev3) URL : https://patchwork.freedesktop.org/series/121967/ State : success == Summary == CI Bug Log - changes from CI_DRM_13473_full -> Patchwork_121967v3_full =

Re: [Intel-gfx] [PATCH v4 1/1] drm/i915: Move abs_diff() to math.h

2023-08-04 Thread David Laight
From: Andrew Morton > Sent: 03 August 2023 18:25 > > On Thu, 3 Aug 2023 16:19:18 +0300 Andy Shevchenko > wrote: > > > abs_diff() belongs to math.h. Move it there. > > This will allow others to use it. > > > > ... > > > > --- a/include/linux/math.h > > +++ b/include/linux/math.h > > @@ -155,6 +

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server

2023-08-04 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server URL : https://patchwork.freedesktop.org/series/122015/ State : warning == Summary == Error: dim checkpatch failed /home/kbuild/linux/maintainer-tools/dim: line 50: /home/kbuild/.

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server

2023-08-04 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server URL : https://patchwork.freedesktop.org/series/122015/ State : warning == Summary == Error: dim sparse failed /home/kbuild2/linux/maintainer-tools/dim: line 50: /home/kbuild2/.di

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server

2023-08-04 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server URL : https://patchwork.freedesktop.org/series/122015/ State : success == Summary == CI Bug Log - changes from CI_DRM_13477 -> Patchwork_122015v1

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for DP2.0 SDP split

2023-08-04 Thread Patchwork
== Series Details == Series: DP2.0 SDP split URL : https://patchwork.freedesktop.org/series/122039/ State : warning == Summary == Error: dim checkpatch failed /home/kbuild/linux/maintainer-tools/dim: line 50: /home/kbuild/.dimrc: No such file or directory

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for DP2.0 SDP split

2023-08-04 Thread Patchwork
== Series Details == Series: DP2.0 SDP split URL : https://patchwork.freedesktop.org/series/122039/ State : warning == Summary == Error: dim sparse failed /home/kbuild2/linux/maintainer-tools/dim: line 50: /home/kbuild2/.dimrc: No such file or directory

[Intel-gfx] ✓ Fi.CI.BAT: success for DP2.0 SDP split

2023-08-04 Thread Patchwork
== Series Details == Series: DP2.0 SDP split URL : https://patchwork.freedesktop.org/series/122039/ State : success == Summary == CI Bug Log - changes from CI_DRM_13478 -> Patchwork_122039v1 Summary --- **SUCCESS** No regressions

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server

2023-08-04 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server URL : https://patchwork.freedesktop.org/series/122015/ State : success == Summary == CI Bug Log - changes from CI_DRM_13477_full -> Patchwork_122015v1_full ==

[Intel-gfx] ✗ Fi.CI.IGT: failure for DP2.0 SDP split

2023-08-04 Thread Patchwork
== Series Details == Series: DP2.0 SDP split URL : https://patchwork.freedesktop.org/series/122039/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13478_full -> Patchwork_122039v1_full Summary --- **FAILURE** Serio