dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Improve drm_of_component_probe() and move rockchip to use it
@ 2015-11-20 14:22 Liviu Dudau
  2015-11-20 14:22 ` [PATCH v2 1/2] drm: Improve drm_of_component_probe() to correctly handle ports and remote ports Liviu Dudau
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Liviu Dudau @ 2015-11-20 14:22 UTC (permalink / raw)
  To: Russell King, Mark Yao, Heiko Stübner, Philipp Zabel,
	Daniel Vetter, David Airlie, Eric Anholt
  Cc: linux-rockchip, LAKML, dri-devel, LKML

Hello,

This is v2 of the patchset trying to make drm_of_component_probe() cope with finding
both local crtc ports and remote encoder ones. Heiko Stübner was nice enough to test
an earlier version that was patched following Russell's suggestions on rk3288, but
I haven't seen any reports from iMX or Armada users.

Changelog:
 v2: Updated the drm_of_component_probe() comment to explain why the reference count
     is not dropped. Fixed the compare_port() function for rockchip as described by
     Russell.
 v1: Original submission. http://lists.freedesktop.org/archives/dri-devel/2015-November/094546.html

Liviu Dudau (2):
  drm: Improve drm_of_component_probe() to correctly handle ports and remote ports.
  drm/rockchip: Convert the probe function to the generic drm_of_component_probe()

 drivers/gpu/drm/armada/armada_drv.c         |  3 +-
 drivers/gpu/drm/drm_of.c                    | 19 ++++--
 drivers/gpu/drm/imx/imx-drm-core.c          |  3 +-
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 98 ++++++-----------------------
 include/drm/drm_of.h                        |  6 +-
 5 files changed, 40 insertions(+), 89 deletions(-)

-- 
2.6.2

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

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

end of thread, other threads:[~2016-02-22 15:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-20 14:22 [PATCH v2 0/2] Improve drm_of_component_probe() and move rockchip to use it Liviu Dudau
2015-11-20 14:22 ` [PATCH v2 1/2] drm: Improve drm_of_component_probe() to correctly handle ports and remote ports Liviu Dudau
2016-02-22 11:51   ` Liviu Dudau
2016-02-22 15:51     ` Russell King - ARM Linux
2016-02-22 15:57       ` Liviu Dudau
2015-11-20 14:22 ` [PATCH v2 2/2] drm/rockchip: Convert the probe function to the generic drm_of_component_probe() Liviu Dudau
2015-11-23  9:39   ` Mark yao
2015-11-23 23:20 ` [PATCH v2 0/2] Improve drm_of_component_probe() and move rockchip to use it Heiko Stübner
2015-12-12 13:29 ` Heiko Stübner
2015-12-22 17:38 ` Liviu Dudau
2015-12-23  1:33   ` Dave Airlie
2015-12-23  9:39   ` Jean-Francois Moine
2015-12-23 10:05     ` Liviu Dudau
2015-12-23 17:20       ` Jean-Francois Moine
2015-12-23 18:59         ` Russell King - ARM Linux
2015-12-24  8:15           ` Jean-Francois Moine
2015-12-24 10:52             ` Russell King - ARM Linux
2015-12-24 12:27               ` Jean-Francois Moine
2015-12-24 12:36                 ` Russell King - ARM Linux
2015-12-25  9:38                   ` Jean-Francois Moine

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).