All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/2] Silence missing-graph error for DRM bridges
@ 2020-07-01  2:16 ` Dmitry Osipenko
  0 siblings, 0 replies; 15+ messages in thread
From: Dmitry Osipenko @ 2020-07-01  2:16 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg, Laurent Pinchart, Rob Herring,
	Frank Rowand
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Hi!

This small series improves DRM bridges code by silencing a noisy error
coming from of-graph code for the device-trees that are missing a
display bridge graph.

  graph: no port node found in ...

One example where this error happens is an older bridge-less DTB used
in conjunction with a newer kernel which has a display controller driver
that supports DRM bridges.

Changelog:

v9: - These two patches are factored out from [1] in order to ease applying
      of the patches.

    - The of_graph_presents() is renamed to of_graph_is_present() like it
      was requested by Rob Herring in the review comment to [1].

    - Added Rob's r-b.

    [1] https://patchwork.ozlabs.org/project/linux-tegra/list/?series=184102

Dmitry Osipenko (2):
  of_graph: add of_graph_is_present()
  drm/of: Make drm_of_find_panel_or_bridge() to check graph's presence

 drivers/gpu/drm/drm_of.c |  9 +++++++
 drivers/of/property.c    | 52 +++++++++++++++++++++++++++++++++-------
 include/linux/of_graph.h |  6 +++++
 3 files changed, 58 insertions(+), 9 deletions(-)

-- 
2.26.0

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

end of thread, other threads:[~2020-07-01  7:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-01  2:16 [PATCH v9 0/2] Silence missing-graph error for DRM bridges Dmitry Osipenko
2020-07-01  2:16 ` Dmitry Osipenko
2020-07-01  2:16 ` Dmitry Osipenko
     [not found] ` <20200701021617.12030-1-digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-01  2:16   ` [PATCH v9 1/2] of_graph: add of_graph_is_present() Dmitry Osipenko
2020-07-01  2:16     ` Dmitry Osipenko
2020-07-01  2:16     ` Dmitry Osipenko
     [not found]     ` <20200701021617.12030-2-digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-01  5:45       ` Laurent Pinchart
2020-07-01  5:45         ` Laurent Pinchart
2020-07-01  5:45         ` Laurent Pinchart
     [not found]         ` <20200701054543.GA5963-N3hz7ZxfLydczECFQUw77jytWr6r+dGw0E9HWUfgJXw@public.gmane.org>
2020-07-01  6:42           ` Dmitry Osipenko
2020-07-01  6:42             ` Dmitry Osipenko
2020-07-01  6:42             ` Dmitry Osipenko
2020-07-01  2:16   ` [PATCH v9 2/2] drm/of: Make drm_of_find_panel_or_bridge() to check graph's presence Dmitry Osipenko
2020-07-01  2:16     ` Dmitry Osipenko
2020-07-01  2:16     ` Dmitry Osipenko

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.