> -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
>
>
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
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/
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
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
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
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
== 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
---
*
== 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
== 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
== 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
== 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
=
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
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
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]
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
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 ---
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
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
== 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
=
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 +
== 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/.
== 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
== 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
== 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
== 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
== 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
== 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
==
== 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
29 matches
Mail list logo