devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/vc4: Use the firmware to stop the display pipeline
@ 2021-11-17 14:50 Maxime Ripard
  2021-11-17 14:50 ` [PATCH 1/5] dt-bindings: display: vc4: Add optional phandle to firmware Maxime Ripard
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Maxime Ripard @ 2021-11-17 14:50 UTC (permalink / raw)
  To: Scott Branden, Nicolas Saenz Julienne, Rob Herring, Frank Rowand,
	Ray Jui, Florian Fainelli, Daniel Vetter, David Airlie,
	Maarten Lankhorst, Thomas Zimmermann, Maxime Ripard
  Cc: linux-rpi-kernel, dri-devel, linux-arm-kernel, Dave Stevenson,
	Phil Elwell, Tim Gover, Dom Cobley, devicetree,
	bcm-kernel-feedback-list

Hi,

The VC4 driver has had limited support to disable the HDMI controllers and
pixelvalves at boot if the firmware has enabled them.

However, this proved to be limited, and a bit unreliable so a new firmware
command has been introduced some time ago to make it free all its resources and
disable any display output it might have enabled.

This series takes advantage of that command to call it once the transition from
simplefb to the KMS driver has been done.

Let me know what you think,
Maxime

Maxime Ripard (5):
  dt-bindings: display: vc4: Add optional phandle to firmware
  firmware: raspberrypi: Add RPI_FIRMWARE_NOTIFY_DISPLAY_DONE
  drm/vc4: Remove conflicting framebuffers before callind bind_all
  drm/vc4: Notify the firmware when DRM is in charge
  ARM: dts: rpi: Add the firmware node to vc4

 .../bindings/display/brcm,bcm2835-vc4.yaml    |  5 ++++
 arch/arm/boot/dts/bcm2835-rpi.dtsi            |  4 +++
 drivers/gpu/drm/vc4/vc4_drv.c                 | 27 ++++++++++++++++---
 drivers/gpu/drm/vc4/vc4_drv.h                 |  2 ++
 include/soc/bcm2835/raspberrypi-firmware.h    |  1 +
 5 files changed, 35 insertions(+), 4 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-12-03 13:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17 14:50 [PATCH 0/5] drm/vc4: Use the firmware to stop the display pipeline Maxime Ripard
2021-11-17 14:50 ` [PATCH 1/5] dt-bindings: display: vc4: Add optional phandle to firmware Maxime Ripard
2021-11-29 22:49   ` Rob Herring
2021-11-17 14:50 ` [PATCH 2/5] firmware: raspberrypi: Add RPI_FIRMWARE_NOTIFY_DISPLAY_DONE Maxime Ripard
2021-11-17 14:50 ` [PATCH 3/5] drm/vc4: Remove conflicting framebuffers before callind bind_all Maxime Ripard
2021-11-17 14:50 ` [PATCH 4/5] drm/vc4: Notify the firmware when DRM is in charge Maxime Ripard
2021-11-17 14:50 ` [PATCH 5/5] ARM: dts: rpi: Add the firmware node to vc4 Maxime Ripard
2021-11-30 11:45 ` [PATCH 0/5] drm/vc4: Use the firmware to stop the display pipeline nicolas saenz julienne
2021-12-03 13:50   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).