All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] SimpleDRM: allow configuring physical width and height
@ 2023-01-26 18:24 ` Rayyan Ansari
  0 siblings, 0 replies; 12+ messages in thread
From: Rayyan Ansari @ 2023-01-26 18:24 UTC (permalink / raw)
  To: dri-devel
  Cc: ~postmarketos/upstreaming, asahi, janne, Rayyan Ansari,
	Daniel Vetter, David Airlie, devicetree, Hans de Goede,
	Javier Martinez Canillas, Krzysztof Kozlowski, linux-fbdev,
	linux-kernel, Rob Herring, Thomas Zimmermann

Hello,

The following patches:
- Add support for configuring the width-mm and height-mm DRM mode
  properties in the SimpleDRM driver via Device Tree
- Document these two new Device Tree properties

This is useful for allowing interfaces such as Phosh to calculate
proper scaling values and for early boot code knowing if hi-dpi
rendering is necessary.

Changes since v3:
- Use panel node

Rayyan Ansari (2):
  drm/simpledrm: Allow physical width and height configuration via panel
    node
  dt-bindings: display: simple-framebuffer: Document the panel node

 .../bindings/display/simple-framebuffer.yaml  |  9 ++++++
 drivers/gpu/drm/tiny/simpledrm.c              | 32 +++++++++++++------
 2 files changed, 32 insertions(+), 9 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-01-31  9:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 18:24 [PATCH v4 0/2] SimpleDRM: allow configuring physical width and height Rayyan Ansari
2023-01-26 18:24 ` Rayyan Ansari
2023-01-26 18:24 ` [PATCH v4 1/2] drm/simpledrm: Allow physical width and height configuration via panel node Rayyan Ansari
2023-01-26 18:24   ` Rayyan Ansari
2023-01-31  8:57   ` Thomas Zimmermann
2023-01-31  8:57     ` Thomas Zimmermann
2023-01-26 18:24 ` [PATCH v4 2/2] dt-bindings: display: simple-framebuffer: Document the " Rayyan Ansari
2023-01-26 18:24   ` Rayyan Ansari
2023-01-30 19:01   ` Rob Herring
2023-01-30 19:01     ` Rob Herring
2023-01-31  9:42 ` [PATCH v4 0/2] SimpleDRM: allow configuring physical width and height Thomas Zimmermann
2023-01-31  9:42   ` Thomas Zimmermann

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.