All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/exynos: Fix exynos-drm initialization
@ 2014-11-20 23:42 Gustavo Padovan
  2014-11-20 23:42 ` [PATCH 1/3] drm/exynos: revert fixes for the infinite loop issue Gustavo Padovan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Gustavo Padovan @ 2014-11-20 23:42 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: Gustavo Padovan, dri-devel

From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

These patches were tested both in drm-exynos-next and linux-next (with
drm-exynos-next merged in) and it solves the infinite loop and parent device
lock deadlock. It was tested with Ajay's DP patches applied. A tree based on
drm-exynos-next can be found here:

https://git.kernel.org/cgit/linux/kernel/git/padovan/drm-exynos.git/log/?h=dp-integ

The first patch reverts the other tries to fix this problem.

The second patch is a revert and fixes a regression with the subdriver probe
function getting a NULL drvdata and thus failing drm_exynos_init()

The third patch is a port to drm-exynos-next of Javier patches that moves the
platform driver registration to init.

Gustavo Padovan (3):
  drm/exynos: revert fixes for the infinite loop issue
  Revert "drm/exynos: fix null pointer dereference issue"
  drm/exynos: move Exynos platform drivers registration to init

 drivers/gpu/drm/exynos/exynos_drm_drv.c | 159 ++++++++++++++------------------
 1 file changed, 68 insertions(+), 91 deletions(-)

-- 
1.9.3

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

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

end of thread, other threads:[~2014-11-24  7:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 23:42 [PATCH 0/3] drm/exynos: Fix exynos-drm initialization Gustavo Padovan
2014-11-20 23:42 ` [PATCH 1/3] drm/exynos: revert fixes for the infinite loop issue Gustavo Padovan
2014-11-20 23:42 ` [PATCH 2/3] Revert "drm/exynos: fix null pointer dereference issue" Gustavo Padovan
2014-11-20 23:42 ` [PATCH 3/3] drm/exynos: move Exynos platform drivers registration to init Gustavo Padovan
2014-11-24  7:57   ` Inki Dae

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.