Re: [PATCH 0/8] drm/i915/pciids: PCI ID macro cleanups

2024-05-15 Thread Dave Hansen
On 5/15/24 07:25, Jani Nikula wrote: > No reply from Bjorn, Cc: the x86 maintainers and list, could I get an > ack from you please? x86 is just a consumer of the drm/i915_pciids.h macros. The name change is perfectly fine with me. No objections. But I really don't think you need our acks to mov

✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/pciids: switch to xe driver style PCI ID macros

2024-05-15 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/pciids: switch to xe driver style PCI ID macros URL : https://patchwork.freedesktop.org/series/133664/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked se

✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/pciids: switch to xe driver style PCI ID macros

2024-05-15 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/pciids: switch to xe driver style PCI ID macros URL : https://patchwork.freedesktop.org/series/133664/ State : warning == Summary == Error: dim checkpatch failed 527339fb7437 drm/i915/pciids: switch to xe driver style PCI ID mac

✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/pciids: switch to xe driver style PCI ID macros

2024-05-15 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/pciids: switch to xe driver style PCI ID macros URL : https://patchwork.freedesktop.org/series/133664/ State : success == Summary == CI Bug Log - changes from CI_DRM_14768 -> Patchwork_133664v1 ==

[PATCH 2/2] drm/i915: stop redefining INTEL_VGA_DEVICE

2024-05-15 Thread Jani Nikula
Now that the PCI ID macros allow us to pass in the macro to use, stop redefining INTEL_VGA_DEVICE. Cc: Lucas De Marchi Cc: Rodrigo Vivi Signed-off-by: Jani Nikula --- .../drm/i915/display/intel_display_device.c | 87 +- drivers/gpu/drm/i915/intel_device_info.c | 91 +

[PATCH 1/2] drm/i915/pciids: switch to xe driver style PCI ID macros

2024-05-15 Thread Jani Nikula
The PCI ID macros in xe_pciids.h allow passing in the macro to operate on each PCI ID, making it more flexible. Convert i915_pciids.h to the same pattern. INTEL_IVB_Q_IDS() for Quanta transcode remains a special case, and unconditionally uses INTEL_QUANTA_VGA_DEVICE(). Cc: Bjorn Helgaas Cc: linu

Re: [PATCH 0/8] drm/i915/pciids: PCI ID macro cleanups

2024-05-15 Thread Jani Nikula
On Wed, 15 May 2024, Bjorn Helgaas wrote: > Sorry, I had ignored this because I didn't think it affected any PCI > stuff. This is fine with me: > > Acked-by: Bjorn Helgaas Thanks, pushed to drm-intel-next. > But since you asked :), I'll gripe again about the fact that this > intel_early_ids[]

Re: [PATCH 0/8] drm/i915/pciids: PCI ID macro cleanups

2024-05-15 Thread Bjorn Helgaas
On Fri, May 10, 2024 at 04:55:07PM +0300, Jani Nikula wrote: > On Fri, 10 May 2024, Jani Nikula wrote: > > This is a spin-off from [1], including just the PCI ID macro cleanups, > > as well as adding a bunch more cleanups. > > > > BR, > > Jani. > > > > [1] https://lore.kernel.org/all/cover.1715086

✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915/display: Move port clock calculation

2024-05-15 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/display: Move port clock calculation URL : https://patchwork.freedesktop.org/series/133640/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14764_full -> Patchwork_133640v1_full

Re: [PATCH 1/2] drm/i915/display: Move port clock calculation

2024-05-15 Thread Gustavo Sousa
Quoting Jani Nikula (2024-05-15 10:59:11-03:00) >On Wed, 15 May 2024, Gustavo Sousa wrote: >> Quoting Gustavo Sousa (2024-05-15 10:23:54-03:00) >>>Quoting Mika Kahola (2024-05-15 03:45:23-03:00) As a preparation to remove .clock member from pll state structure, let's move the port clock ca

Re: [PATCH 0/8] drm/i915/pciids: PCI ID macro cleanups

2024-05-15 Thread Jani Nikula
On Fri, 10 May 2024, Jani Nikula wrote: > On Fri, 10 May 2024, Jani Nikula wrote: >> This is a spin-off from [1], including just the PCI ID macro cleanups, >> as well as adding a bunch more cleanups. >> >> BR, >> Jani. >> >> [1] https://lore.kernel.org/all/cover.1715086509.git.jani.nik...@intel.c

Re: [PATCH 1/2] drm/i915/display: Move port clock calculation

2024-05-15 Thread Jani Nikula
On Wed, 15 May 2024, Gustavo Sousa wrote: > Quoting Gustavo Sousa (2024-05-15 10:23:54-03:00) >>Quoting Mika Kahola (2024-05-15 03:45:23-03:00) >>>As a preparation to remove .clock member from pll state >>>structure, let's move the port clock calculation on better >>>location > > Ah... Also, I not

✗ Fi.CI.BUILD: failure for Regression on linux-next (next-20240506)

2024-05-15 Thread Patchwork
== Series Details == Series: Regression on linux-next (next-20240506) URL : https://patchwork.freedesktop.org/series/133656/ State : failure == Summary == Error: patch https://patchwork.freedesktop.org/api/1.0/series/133656/revisions/1/mbox/ not applied Patch is empty. When you have resolved

Re: [PATCH 1/2] drm/i915/display: Move port clock calculation

2024-05-15 Thread Gustavo Sousa
Quoting Gustavo Sousa (2024-05-15 10:23:54-03:00) >Quoting Mika Kahola (2024-05-15 03:45:23-03:00) >>As a preparation to remove .clock member from pll state >>structure, let's move the port clock calculation on better >>location Ah... Also, I noticed that we are not simply moving the implementatio

Re: [PATCH 2/2] drm/i915/display: Remove .clock from pll state structure

2024-05-15 Thread Gustavo Sousa
Quoting Mika Kahola (2024-05-15 03:45:24-03:00) >.clock is not necessarily required to have in pll state >structure as it can always recalculated with the *_calc_port_clock() >function. Hence, let's remove this struct member complitely. > >Signed-off-by: Mika Kahola >--- > drivers/gpu/drm/i915/dis

Re: [PATCH 02/20] drm/i915/dp: Move link train params to a substruct in intel_dp

2024-05-15 Thread Imre Deak
On Wed, May 15, 2024 at 03:52:33PM +0300, Jani Nikula wrote: > On Tue, 14 May 2024, Imre Deak wrote: > > For clarity move the link training parameters updated during link > > training based on the pass/fail LT result under a substruct in intel_dp. > > This prepares for later patches in this patchs

Re: [PATCH 1/2] drm/i915/display: Move port clock calculation

2024-05-15 Thread Gustavo Sousa
Quoting Mika Kahola (2024-05-15 03:45:23-03:00) >As a preparation to remove .clock member from pll state >structure, let's move the port clock calculation on better >location > >Signed-off-by: Mika Kahola >--- > drivers/gpu/drm/i915/display/intel_cx0_phy.c | 176 ++- > 1 file change

Re: [PATCH 17/20] drm/i915/dp: Add debugfs entries to set a target link rate/lane count

2024-05-15 Thread Imre Deak
On Wed, May 15, 2024 at 04:09:23PM +0300, Jani Nikula wrote: > On Tue, 14 May 2024, Imre Deak wrote: > > Add connector debugfs entries to set a target link rate/lane count to be > > used by a link training afterwards. After setting a target link > > rate/lane count reset the link training paramete

Re: [PATCH 04/20] drm/i915/dp: Sanitize intel_dp_get_link_train_fallback_values()

2024-05-15 Thread Imre Deak
On Wed, May 15, 2024 at 04:05:32PM +0300, Jani Nikula wrote: > On Tue, 14 May 2024, Imre Deak wrote: > > Reduce the indentation in intel_dp_get_link_train_fallback_values() by > > adding separate helpers to reduce the link rate and lane count. Also > > simplify things by passing crtc_state to the

✓ Fi.CI.BAT: success for drm/i915: pass dev_priv explicitly to CUR* registers

2024-05-15 Thread Patchwork
== Series Details == Series: drm/i915: pass dev_priv explicitly to CUR* registers URL : https://patchwork.freedesktop.org/series/133652/ State : success == Summary == CI Bug Log - changes from CI_DRM_14766 -> Patchwork_133652v1 Summary

Re: [PATCH 17/20] drm/i915/dp: Add debugfs entries to set a target link rate/lane count

2024-05-15 Thread Jani Nikula
On Tue, 14 May 2024, Imre Deak wrote: > Add connector debugfs entries to set a target link rate/lane count to be > used by a link training afterwards. After setting a target link > rate/lane count reset the link training parameters and for a non-auto > target disable reducing the link parameters v

Re: [PATCH 04/20] drm/i915/dp: Sanitize intel_dp_get_link_train_fallback_values()

2024-05-15 Thread Jani Nikula
On Tue, 14 May 2024, Imre Deak wrote: > Reduce the indentation in intel_dp_get_link_train_fallback_values() by > adding separate helpers to reduce the link rate and lane count. Also > simplify things by passing crtc_state to the function. > > This also prepares for later patches in the patchset ad

Re: [PATCH 02/20] drm/i915/dp: Move link train params to a substruct in intel_dp

2024-05-15 Thread Jani Nikula
On Tue, 14 May 2024, Imre Deak wrote: > For clarity move the link training parameters updated during link > training based on the pass/fail LT result under a substruct in intel_dp. > This prepares for later patches in this patchset adding similar params > here. Rename intel_dp_reset_max_link_param

Re: Regression on linux-next (next-20240506)

2024-05-15 Thread Thomas Zimmermann
Hi Am 15.05.24 um 13:38 schrieb Borah, Chaitanya Kumar: [...] Sorry, I didn't notice the report before. The commit is not related to ACPI. There's now asm/video.h and acpi/video.h. Maybe there's a conflict among included files. Do you have a kernel config to build with? ~Sorry my email client

Re: [PATCH 0/8] drm/i915: pass dev_priv explicitly to CUR* registers

2024-05-15 Thread Ville Syrjälä
On Wed, May 15, 2024 at 02:56:40PM +0300, Jani Nikula wrote: > Update all the register macros in the intel_cursor_regs.h file. > > Jani Nikula (8): > drm/i915: pass dev_priv explicitly to CURCNTR > drm/i915: pass dev_priv explicitly to CURBASE > drm/i915: pass dev_priv explicitly to CURPOS >

[PATCH 8/8] drm/i915: pass dev_priv explicitly to CURSURFLIVE

2024-05-15 Thread Jani Nikula
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the CURSURFLIVE register macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cursor_regs.h | 2 +- drivers/gpu/drm/i915/display/intel_psr.c | 13 + 2 files changed, 10 insert

[PATCH 7/8] drm/i915: pass dev_priv explicitly to CUR_CHICKEN

2024-05-15 Thread Jani Nikula
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the CUR_CHICKEN register macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cursor_regs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_c

[PATCH 6/8] drm/i915: pass dev_priv explicitly to CUR_FBC_CTL

2024-05-15 Thread Jani Nikula
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the CUR_FBC_CTL register macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cursor.c | 3 ++- drivers/gpu/drm/i915/display/intel_cursor_regs.h | 2 +- drivers/gpu/drm/i915/intel_gvt_mmio_ta

[PATCH 5/8] drm/i915: pass dev_priv explicitly to CURSIZE

2024-05-15 Thread Jani Nikula
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the CURSIZE register macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cursor.c | 2 +- drivers/gpu/drm/i915/display/intel_cursor_regs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletio

[PATCH 4/8] drm/i915: pass dev_priv explicitly to CURPOS_ERLY_TPT

2024-05-15 Thread Jani Nikula
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the CURPOS_ERLY_TPT register macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cursor.c | 4 +++- drivers/gpu/drm/i915/display/intel_cursor_regs.h | 2 +- 2 files changed, 4 insertions(+),

[PATCH 3/8] drm/i915: pass dev_priv explicitly to CURPOS

2024-05-15 Thread Jani Nikula
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the CURPOS register macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cursor.c | 8 drivers/gpu/drm/i915/display/intel_cursor_regs.h | 2 +- drivers/gpu/drm/i915/gvt/fb_decoder.c

[PATCH 2/8] drm/i915: pass dev_priv explicitly to CURBASE

2024-05-15 Thread Jani Nikula
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the CURBASE register macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cursor.c | 6 +++--- drivers/gpu/drm/i915/display/intel_cursor_regs.h | 2 +- drivers/gpu/drm/i915/gvt/fb_decoder.c

[PATCH 1/8] drm/i915: pass dev_priv explicitly to CURCNTR

2024-05-15 Thread Jani Nikula
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the CURCNTR register macro. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_cursor.c | 10 +- drivers/gpu/drm/i915/display/intel_cursor_regs.h | 2 +- drivers/gpu/drm/i915/display/inte

[PATCH 0/8] drm/i915: pass dev_priv explicitly to CUR* registers

2024-05-15 Thread Jani Nikula
Update all the register macros in the intel_cursor_regs.h file. Jani Nikula (8): drm/i915: pass dev_priv explicitly to CURCNTR drm/i915: pass dev_priv explicitly to CURBASE drm/i915: pass dev_priv explicitly to CURPOS drm/i915: pass dev_priv explicitly to CURPOS_ERLY_TPT drm/i915: pass d

RE: Regression on linux-next (next-20240506)

2024-05-15 Thread Borah, Chaitanya Kumar
Hello > -Original Message- > From: Thomas Zimmermann > Sent: Wednesday, May 15, 2024 2:25 PM > To: Borah, Chaitanya Kumar > Cc: intel-gfx@lists.freedesktop.org; Kurmi, Suresh Kumar > ; Saarinen, Jani ; > Nikula, Jani > Subject: Re: Regression on linux-next (next-20240506) > > Hi > > A

Re: Regression on linux-next (next-20240506)

2024-05-15 Thread Borah, Chaitanya Kumar
Hi, On 5/15/2024 2:24 PM, Thomas Zimmermann wrote: Hi Am 15.05.24 um 10:16 schrieb Borah, Chaitanya Kumar: -Original Message- From: Borah, Chaitanya Kumar Sent: Wednesday, May 8, 2024 3:05 PM To: tzimmerm...@suse.de Cc: intel-gfx@lists.freedesktop.org; Kurmi, Suresh Kumar ; Saarinen,

Re: [PATCH 16/16] drm/i915: Handle SKL+ WM/DDB registers next to all other plane registers

2024-05-15 Thread Ville Syrjälä
On Mon, May 13, 2024 at 11:52:08PM +0300, Jani Nikula wrote: > On Fri, 10 May 2024, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Having the plane WM/DDB regitster write functions in skl_watermarks.c > > is rather annoying when trying to implement DSB based plane updates. > > Move them int

✓ Fi.CI.BAT: success for Panel Replay Fixes

2024-05-15 Thread Patchwork
== Series Details == Series: Panel Replay Fixes URL : https://patchwork.freedesktop.org/series/133648/ State : success == Summary == CI Bug Log - changes from CI_DRM_14765 -> Patchwork_133648v1 Summary --- **SUCCESS** No regressio

✗ Fi.CI.SPARSE: warning for Panel Replay Fixes

2024-05-15 Thread Patchwork
== Series Details == Series: Panel Replay Fixes URL : https://patchwork.freedesktop.org/series/133648/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. +./arch/x86/include/asm/bitops.h:116:1: warning: unrepla

[PATCH 8/8] drm/i915/psr: Write also AUX Less Wake lines into ALPM_CTL

2024-05-15 Thread Jouni Högander
Currently AUX Less Wake lines are not written into ALPM_CTL. Fix this. Fixes: 1ccbf135862b ("drm/i915/psr: Enable ALPM on source side for eDP Panel replay") Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_psr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -

[PATCH 7/8] drm/i915/display: Skip Panel Replay on pipe comparison if no active planes

2024-05-15 Thread Jouni Högander
Panel Replay is not enabled if there are no active planes. Do not compare it on pipe comparison. Otherwise we get pipe mismatch. Fixes: ac9ef327327b ("drm/i915/psr: Panel replay has to be enabled before link training") Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_display

[PATCH 5/8] drm/i915/psr: Allow setting I915_PSR_DEBUG_SU_REGION_ET_DISABLE via debugfs

2024-05-15 Thread Jouni Högander
Currently setting I915_PSR_DEBUG_SU_REGION_ET_DISABLE (0x20) via psr_debug debugfs interface is not allowed. This patch allows it. Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_psr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915

[PATCH 6/8] drm/i915/display: Take panel replay into account in vsc sdp unpacking

2024-05-15 Thread Jouni Högander
Currently intel_dp_vsc_sdp_unpack is not taking into account Panel Replay vsc sdp. Fix this by adding vsc sdp revision 0x6 and length 0x10 into intel_dp_vsc_sdp_unpack Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_dp.c | 5 - 1 file changed, 4 insertions(+), 1 deletion

[PATCH 4/8] drm/i915/psr: Use enable boolean from intel_crtc_state for Early Transport

2024-05-15 Thread Jouni Högander
When enabling Early Transport use intel_crtc_state->enable_psr2_su_region_et instead of psr2_su_region_et_valid. Fixes: 467e4e061c44 ("drm/i915/psr: Enable psr2 early transport as possible") Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_psr.c | 2 +- 1 file changed, 1 inse

[PATCH 2/8] drm/i915/psr: Add Early Transport status boolean into intel_psr

2024-05-15 Thread Jouni Högander
Currently we are purely relying on psr2_su_region_et_valid. Add new boolean value into intel_psr struct indicating whether Early Transport is enabled or not and use it instead of psr2_su_region_et_valid for getting Early Transport status information. Signed-off-by: Jouni Högander --- drivers/gpu

[PATCH 3/8] drm/i915/psr: Get Early Transport status in intel_psr_pipe_get_config

2024-05-15 Thread Jouni Högander
We are currently not getting Early Transport status information in intel_psr_pipe_get_config. Fix this. Fixes: 467e4e061c44 ("drm/i915/psr: Enable psr2 early transport as possible") Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_psr.c | 2 ++ 1 file changed, 2 insertions(+)

[PATCH 1/8] drm/i915/psr: Do not use fast_wake_lines for aux less wake time

2024-05-15 Thread Jouni Högander
We want to have own variables for fast wake lines and aux less wake time. It might be needed to choose if we can enable Panel Replay Selective Update or PSR2. Also currently aux less wake time is overwritten by calculated fast wake time. Fixes: da6a9836ac09 ("drm/i915/psr: Calculate aux less wake

[PATCH 0/8] Panel Replay Fixes

2024-05-15 Thread Jouni Högander
This patch set contains fixes found when debugging Panel Replay and Early Transport and ALPM using eDP panel supporting all these features. Jouni Högander (8): drm/i915/psr: Do not use fast_wake_lines for aux less wake time drm/i915/psr: Add Early Transport status boolean into intel_psr drm

Re: Regression on linux-next (next-20240506)

2024-05-15 Thread Thomas Zimmermann
Hi Am 15.05.24 um 10:16 schrieb Borah, Chaitanya Kumar: -Original Message- From: Borah, Chaitanya Kumar Sent: Wednesday, May 8, 2024 3:05 PM To: tzimmerm...@suse.de Cc: intel-gfx@lists.freedesktop.org; Kurmi, Suresh Kumar ; Saarinen, Jani Subject: Regression on linux-next (next-202405

✓ Fi.CI.BAT: success for drm/i915: Use for_each_child instead of manual for-loop (rev2)

2024-05-15 Thread Patchwork
== Series Details == Series: drm/i915: Use for_each_child instead of manual for-loop (rev2) URL : https://patchwork.freedesktop.org/series/133600/ State : success == Summary == CI Bug Log - changes from CI_DRM_14764 -> Patchwork_133600v2 Su

✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use for_each_child instead of manual for-loop (rev2)

2024-05-15 Thread Patchwork
== Series Details == Series: drm/i915: Use for_each_child instead of manual for-loop (rev2) URL : https://patchwork.freedesktop.org/series/133600/ State : warning == Summary == Error: dim checkpatch failed 01a8fa52159b drm/i915: Use for_each_child instead of manual for-loop -:45: WARNING:AVOID

Re: [PATCH v10 00/12] Panel replay selective update support

2024-05-15 Thread Hogander, Jouni
On Fri, 2024-05-10 at 12:38 +0300, Jouni Högander wrote: > This patch set is implementing panel replay selective update support > for Intel hardware. These are now merged into drm-intel-next including "drm/panelreplay: dpcd register definition for panelreplay SU". Thank you Animesh and Maarten fo

RE: Regression on linux-next (next-20240506)

2024-05-15 Thread Borah, Chaitanya Kumar
> -Original Message- > From: Borah, Chaitanya Kumar > Sent: Wednesday, May 8, 2024 3:05 PM > To: tzimmerm...@suse.de > Cc: intel-gfx@lists.freedesktop.org; Kurmi, Suresh Kumar > ; Saarinen, Jani > Subject: Regression on linux-next (next-20240506) > > Hello Thomas, > > Hope you are doin

✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/display: Move port clock calculation

2024-05-15 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/display: Move port clock calculation URL : https://patchwork.freedesktop.org/series/133640/ State : success == Summary == CI Bug Log - changes from CI_DRM_14764 -> Patchwork_133640v1 ==

✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/display: Move port clock calculation

2024-05-15 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/display: Move port clock calculation URL : https://patchwork.freedesktop.org/series/133640/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/display: Move port clock calculation

2024-05-15 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/display: Move port clock calculation URL : https://patchwork.freedesktop.org/series/133640/ State : warning == Summary == Error: dim checkpatch failed a7f08368e5a3 drm/i915/display: Move port clock calculation -:107: WARNING:LINE