All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v4 v5 0/4] drm/vc4: Use the firmware to stop the display pipeline
@ 2021-12-15  9:51 ` Maxime Ripard
  0 siblings, 0 replies; 32+ messages in thread
From: Maxime Ripard @ 2021-12-15  9:51 UTC (permalink / raw)
  To: Florian Fainelli, Ray Jui, Nicolas Saenz Julienne, Daniel Vetter,
	David Airlie, Maarten Lankhorst, Thomas Zimmermann,
	Maxime Ripard, Scott Branden, Rob Herring, Frank Rowand
  Cc: bcm-kernel-feedback-list, Dave Stevenson, Phil Elwell, Tim Gover,
	Dom Cobley, devicetree, dri-devel, linux-rpi-kernel,
	linux-arm-kernel

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

---

Changes from v4:
  - Don't register v3d with nomodeset

Changes from v3:
  - Support nomodeset

Changes from v2:
  - Switch back to rpi_firmware_get / rpi_firmware_put
  - Moved the rpi_firmware pointer to a local variable

Changes from v1:
  - Use of_find_compatible_node instead of a phandle
  - Use devm_rpi_firmware_get

Maxime Ripard (4):
  firmware: raspberrypi: Add RPI_FIRMWARE_NOTIFY_DISPLAY_DONE
  drm/vc4: Support nomodeset
  drm/vc4: Remove conflicting framebuffers before callind bind_all
  drm/vc4: Notify the firmware when DRM is in charge

 drivers/gpu/drm/vc4/vc4_drv.c              | 33 +++++++++++++++++++---
 include/soc/bcm2835/raspberrypi-firmware.h |  1 +
 2 files changed, 30 insertions(+), 4 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2022-01-11 13:03 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-15  9:51 [PATCH RESEND v4 v5 0/4] drm/vc4: Use the firmware to stop the display pipeline Maxime Ripard
2021-12-15  9:51 ` Maxime Ripard
2021-12-15  9:51 ` Maxime Ripard
2021-12-15  9:51 ` [PATCH RESEND v4 v5 1/4] firmware: raspberrypi: Add RPI_FIRMWARE_NOTIFY_DISPLAY_DONE Maxime Ripard
2021-12-15  9:51   ` Maxime Ripard
2021-12-15  9:51   ` Maxime Ripard
2021-12-15  9:51 ` [PATCH RESEND v4 v5 2/4] drm/vc4: Support nomodeset Maxime Ripard
2021-12-15  9:51   ` Maxime Ripard
2021-12-15  9:51   ` Maxime Ripard
2021-12-15 10:08   ` Thomas Zimmermann
2021-12-15 10:08     ` Thomas Zimmermann
2021-12-15 10:08     ` Thomas Zimmermann
2021-12-15  9:51 ` [PATCH RESEND v4 v5 3/4] drm/vc4: Remove conflicting framebuffers before callind bind_all Maxime Ripard
2021-12-15  9:51   ` Maxime Ripard
2021-12-15  9:51   ` Maxime Ripard
2021-12-15  9:51 ` [PATCH RESEND v4 v5 4/4] drm/vc4: Notify the firmware when DRM is in charge Maxime Ripard
2021-12-15  9:51   ` Maxime Ripard
2021-12-15  9:51   ` Maxime Ripard
2022-01-11  9:26   ` Javier Martinez Canillas
2022-01-11  9:26     ` Javier Martinez Canillas
2022-01-11  9:26     ` Javier Martinez Canillas
2022-01-11  9:38   ` Thomas Zimmermann
2022-01-11  9:38     ` Thomas Zimmermann
2022-01-11 13:01     ` Maxime Ripard
2022-01-11 13:01       ` Maxime Ripard
2022-01-11 13:01       ` Maxime Ripard
2021-12-15  9:57 ` [PATCH RESEND v4 v5 0/4] drm/vc4: Use the firmware to stop the display pipeline Maxime Ripard
2021-12-15  9:57   ` Maxime Ripard
2021-12-15  9:57   ` Maxime Ripard
2022-01-11 12:54 ` Maxime Ripard
2022-01-11 12:54   ` Maxime Ripard
2022-01-11 12:54   ` Maxime Ripard

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.