mbox series

[RFT,0/2] drm/vc4: Clear the display list on startup

Message ID 20210112134730.810697-1-maxime@cerno.tech (mailing list archive)
Headers show
Series drm/vc4: Clear the display list on startup | expand

Message

Maxime Ripard Jan. 12, 2021, 1:47 p.m. UTC
Hi Lucas,

Given that I'm not having a great success at reproducing the issue you
mentioned, could you test the following patches to see if it improves things?

Thanks!
Maxime

Maxime Ripard (2):
  ARM: dts: bcm2711: Fix the HVS size
  drm/vc4: hvs: Clear the HVS list at boot

 arch/arm/boot/dts/bcm2711.dtsi |  1 +
 drivers/gpu/drm/vc4/vc4_drv.c  |  1 +
 drivers/gpu/drm/vc4/vc4_drv.h  |  1 +
 drivers/gpu/drm/vc4/vc4_hvs.c  | 12 ++++++++++++
 4 files changed, 15 insertions(+)

Comments

Lucas Nussbaum Jan. 12, 2021, 7:56 p.m. UTC | #1
Hi Maxime,

On 12/01/21 at 14:47 +0100, Maxime Ripard wrote:
> Hi Lucas,
> 
> Given that I'm not having a great success at reproducing the issue you
> mentioned, could you test the following patches to see if it improves things?

Unfortunately I'm missing a cable and will only get it back during the
week-end, so I cannot test before early next week. However I'm Ccing
Ryutaroh Matsumoto who could also reproduce it. Maybe he is in a better
position to test this (@Ryutaroh: I bounced the patches to you).

Lucas
Ryutaroh Matsumoto Jan. 13, 2021, 12:51 a.m. UTC | #2
Hi Lucas,

> week-end, so I cannot test before early next week. However I'm Ccing
> Ryutaroh Matsumoto who could also reproduce it. Maybe he is in a better
> position to test this (@Ryutaroh: I bounced the patches to you).

Should I apply PATCH RFT 0--2/2 to
https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.7.tar.xz
or some branch of someone's git repo?

On my Raspberry Pi 4B 8GB model, all versioins up to upstream 5.10.6
fail to boot on USB MSD due to changes to the USB handling by raspi
introduced in 5.10 series, and failed to boot from an SD card up to 5.10.3
or so. No working WiFi connections neither on my raspi 4b.

I am unsure if I can test the patch reliably. But I will try it within a few days.

Best regards, Ryutaroh
Maxime Ripard Jan. 13, 2021, 4:11 p.m. UTC | #3
Hi Ryutaroh, Lucas,

On Wed, Jan 13, 2021 at 09:51:59AM +0900, Ryutaroh Matsumoto wrote:
> Hi Lucas,
> 
> > week-end, so I cannot test before early next week. However I'm Ccing
> > Ryutaroh Matsumoto who could also reproduce it. Maybe he is in a better
> > position to test this (@Ryutaroh: I bounced the patches to you).
> 
> Should I apply PATCH RFT 0--2/2 to
> https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.7.tar.xz
> or some branch of someone's git repo?
> 
> On my Raspberry Pi 4B 8GB model, all versioins up to upstream 5.10.6
> fail to boot on USB MSD due to changes to the USB handling by raspi
> introduced in 5.10 series, and failed to boot from an SD card up to 5.10.3
> or so. No working WiFi connections neither on my raspi 4b.
> 
> I am unsure if I can test the patch reliably. But I will try it within a few days.

We just had another lead on this one and that patch doesn't seem to
prove useful to fix it, so it's probably better to hold off the testing
at this point

Thanks!
Maxime