All of lore.kernel.org
 help / color / mirror / Atom feed
From: Diederik de Haas <didi.debian@cknow.org>
To: Christopher Obbard <chris.obbard@collabora.com>,
	linux-rockchip@lists.infradead.org
Cc: Jonas Karlman <jonas@kwiboo.se>
Subject: Re: [PATCH 00/13] rockchip: Enable 4K@60Hz mode on RK3228, RK3328, RK3399 and RK356x
Date: Sat, 06 Jul 2024 11:31:19 +0200	[thread overview]
Message-ID: <2953850.NpiKvLCMhh@bagend> (raw)
In-Reply-To: <81bd0794ff2731c8ca38069a872649e007340802.camel@collabora.com>


[-- Attachment #1.1: Type: text/plain, Size: 1249 bytes --]

[Trimmed the list as this is essentially triaging]

On Thursday, 4 July 2024 19:10:36 CEST Christopher Obbard wrote:
> I tested this patch series (together
> with https://patchwork.freedesktop.org/series/134727/) on a Radxa ROCK 4SE

FWIW: That patch set was added to my kernel as well.

> and things appear to work quite well - other than the hotplugging issue
> described below.
> ...
> For the record, with libreelec kernel patches for 4k60 applied to kernel
> 5.something, the above hotplug behaviour does not occur. 

My LE box (Rock64) still needs updating to the 12.x series, but it's running 
LE 11.0.6 with kernel 6.1.74 ...
(FTR: I did my tests with a reasonably bare-bones Debian Trixie system)

> So it must be something introduced in this patch series ?

You're comparing a (likely) heavily patched 5.x kernel to a (mostly vanilla?) 
6.10-rcX based kernel with a potentially completely different kernel config?
If so, I don't think you can draw that conclusion.
But it seems easy to verify by building a kernel with the same 6.10-rcX base, 
but without this patch set applied and do the same tests?

Feel free to contact me privately if you think I could help triaging, but I 
don't think we need to do that on-list.

Cheers,
  Diederik

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2024-07-06  9:31 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15 17:03 [PATCH 00/13] rockchip: Enable 4K@60Hz mode on RK3228, RK3328, RK3399 and RK356x Jonas Karlman
2024-06-15 17:03 ` Jonas Karlman
2024-06-15 17:03 ` [PATCH 01/13] arm64: dts: rockchip: Increase VOP clk rate on RK3328 Jonas Karlman
2024-06-15 17:03   ` Jonas Karlman
2024-06-15 17:03 ` [PATCH 02/13] clk: rockchip: Set parent rate for DCLK_VOP clock on RK3228 Jonas Karlman
2024-06-15 17:03   ` Jonas Karlman
2024-06-17 20:30   ` Heiko Stübner
2024-06-17 20:30     ` Heiko Stübner
2024-06-17 20:50     ` Jonas Karlman
2024-06-17 20:50       ` Jonas Karlman
2024-06-17 20:56       ` Dragan Simic
2024-06-17 20:56         ` Dragan Simic
2024-06-15 17:03 ` [PATCH 03/13] drm/rockchip: vop: Allow 4096px width scaling Jonas Karlman
2024-06-15 17:03   ` Jonas Karlman
2024-06-15 17:03 ` [PATCH 04/13] drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode Jonas Karlman
2024-06-15 17:03   ` Jonas Karlman
2024-06-15 17:03 ` [PATCH 05/13] drm/rockchip: dw_hdmi: Allow High TMDS Bit Rates Jonas Karlman
2024-06-15 17:03   ` Jonas Karlman
2024-06-15 17:03 ` [PATCH 06/13] drm/rockchip: dw_hdmi: Add max_tmds_clock validation Jonas Karlman
2024-06-15 17:03   ` Jonas Karlman
2024-06-15 21:53   ` Diederik de Haas
2024-06-15 21:53     ` Diederik de Haas
2024-06-15 21:57     ` Jonas Karlman
2024-06-15 21:57       ` Jonas Karlman
2024-06-15 17:03 ` [PATCH 07/13] drm/rockchip: dw_hdmi: Filter modes based on hdmiphy_clk Jonas Karlman
2024-06-15 17:03   ` Jonas Karlman
2024-06-15 17:03 ` [PATCH 08/13] drm/rockchip: dw_hdmi: Adjust cklvl & txlvl for RF/EMI Jonas Karlman
2024-06-15 17:03   ` Jonas Karlman
2024-06-15 17:04 ` [PATCH 09/13] drm/rockchip: dw_hdmi: Add phy_config for 594Mhz pixel clock Jonas Karlman
2024-06-15 17:04   ` Jonas Karlman
2024-06-15 17:04 ` [PATCH 10/13] drm/rockchip: dw_hdmi: Set cur_ctr to 0 always Jonas Karlman
2024-06-15 17:04   ` Jonas Karlman
2024-06-15 17:04 ` [PATCH 11/13] drm/rockchip: dw_hdmi: Use auto-generated tables Jonas Karlman
2024-06-15 17:04   ` Jonas Karlman
2024-06-15 17:04 ` [PATCH 12/13] drm/rockchip: dw_hdmi: Enable 4K@60Hz mode on RK3399 and RK356x Jonas Karlman
2024-06-15 17:04   ` Jonas Karlman
2024-06-15 17:04 ` [PATCH 13/13] drm/rockchip: Load crtc devices in preferred order Jonas Karlman
2024-06-15 17:04   ` Jonas Karlman
2024-06-24 16:20 ` (subset) [PATCH 00/13] rockchip: Enable 4K@60Hz mode on RK3228, RK3328, RK3399 and RK356x Heiko Stuebner
2024-06-24 16:20   ` Heiko Stuebner
2024-07-01  9:07 ` Diederik de Haas
2024-07-01  9:07   ` Diederik de Haas
2024-07-01  9:45   ` Diederik de Haas
2024-07-01  9:45     ` Diederik de Haas
2024-07-04 17:10 ` Christopher Obbard
2024-07-04 17:10   ` Christopher Obbard
2024-07-06  9:31   ` Diederik de Haas [this message]
2024-07-29 20:21 ` (subset) " Heiko Stuebner
2024-07-29 20:21   ` Heiko Stuebner
2024-08-15 17:31 ` Heiko Stuebner
2024-08-15 17:31   ` Heiko Stuebner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2953850.NpiKvLCMhh@bagend \
    --to=didi.debian@cknow.org \
    --cc=chris.obbard@collabora.com \
    --cc=jonas@kwiboo.se \
    --cc=linux-rockchip@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.