dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm: use for_each_endpoint_of_node macro
@ 2015-02-23 16:34 Philipp Zabel
  2015-02-23 16:34 ` [PATCH 1/4] drm: use for_each_endpoint_of_node macro in drm_of_find_possible_crtcs Philipp Zabel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Philipp Zabel @ 2015-02-23 16:34 UTC (permalink / raw)
  To: David Airlie; +Cc: kernel, dri-devel, Laurent Pinchart, Grant Likely, Mark Yao

Hi,

once the "Add of-graph helpers to loop over endpoints and find ports by id"
series [1] gets merged, these patches simplify the common case of looping
over all of graph endpoints in a device node.

[1] https://lkml.org/lkml/2015/2/23/115

regards
Philipp

Philipp Zabel (4):
  drm: use for_each_endpoint_of_node macro in drm_of_find_possible_crtcs
  drm/imx: use for_each_endpoint_of_node macro in
    imx_drm_encoder_get_mux_id
  drm/rcar-du: use for_each_endpoint_of_node macro
  drm/rockchip: use for_each_endpoint_of_node macro, drop endpoint
    reference on break

 drivers/gpu/drm/drm_of.c                    | 10 +++-------
 drivers/gpu/drm/imx/imx-drm-core.c          |  9 +++------
 drivers/gpu/drm/rcar-du/rcar_du_kms.c       | 16 +++-------------
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 11 ++++-------
 4 files changed, 13 insertions(+), 33 deletions(-)

-- 
2.1.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-02-24  9:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23 16:34 [PATCH 0/4] drm: use for_each_endpoint_of_node macro Philipp Zabel
2015-02-23 16:34 ` [PATCH 1/4] drm: use for_each_endpoint_of_node macro in drm_of_find_possible_crtcs Philipp Zabel
2015-02-23 16:34 ` [PATCH 2/4] drm/imx: use for_each_endpoint_of_node macro in imx_drm_encoder_get_mux_id Philipp Zabel
2015-02-23 16:34 ` [PATCH 3/4] drm/rcar-du: use for_each_endpoint_of_node macro Philipp Zabel
2015-02-23 17:00   ` Laurent Pinchart
2015-02-23 16:34 ` [PATCH 4/4] drm/rockchip: use for_each_endpoint_of_node macro, drop endpoint reference on break Philipp Zabel
2015-02-24  3:13   ` Daniel Kurtz
2015-02-24  9:24     ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox