All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Refactor MDP driver and add dummy component driver
@ 2020-05-05  7:44 ` Eizan Miyamoto
  0 siblings, 0 replies; 12+ messages in thread
From: Eizan Miyamoto @ 2020-05-05  7:44 UTC (permalink / raw)
  To: LKML
  Cc: Eizan Miyamoto, Andrew-CT Chen, Houlong Wei, Matthias Brugger,
	Mauro Carvalho Chehab, Minghsiu Tsai, linux-arm-kernel,
	linux-media, linux-mediatek


This series depends on changes in
https://patchwork.kernel.org/patch/11528171/

We are adding a dummy MDP component driver so that all the components
are properly configured with IOMMUs and LARBs. This is required for
us to get hardware video decode working in 4.19, and possibly newer
kernels.


Eizan Miyamoto (2):
  [media] mtk-mdp: add driver to probe mdp components
  [media] mtk-mdp: use pm_runtime in MDP component driver

 drivers/media/platform/mtk-mdp/mtk_mdp_comp.c | 186 +++++++++++++++---
 drivers/media/platform/mtk-mdp/mtk_mdp_comp.h |  33 +---
 drivers/media/platform/mtk-mdp/mtk_mdp_core.c | 177 ++++++++++++-----
 drivers/media/platform/mtk-mdp/mtk_mdp_core.h |   1 +
 4 files changed, 297 insertions(+), 100 deletions(-)

-- 
2.26.2.526.g744177e7f7-goog


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

end of thread, other threads:[~2020-05-05 22:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  7:44 [PATCH v1 0/2] Refactor MDP driver and add dummy component driver Eizan Miyamoto
2020-05-05  7:44 ` Eizan Miyamoto
2020-05-05  7:44 ` Eizan Miyamoto
2020-05-05  7:44 ` [PATCH v1 1/2] [media] mtk-mdp: add driver to probe mdp components Eizan Miyamoto
2020-05-05  7:44   ` Eizan Miyamoto
2020-05-05  7:44   ` Eizan Miyamoto
2020-05-05 22:12   ` Enric Balletbo Serra
2020-05-05 22:12     ` Enric Balletbo Serra
2020-05-05 22:12     ` Enric Balletbo Serra
2020-05-05  7:44 ` [PATCH v1 2/2] [media] mtk-mdp: use pm_runtime in MDP component driver Eizan Miyamoto
2020-05-05  7:44   ` Eizan Miyamoto
2020-05-05  7:44   ` Eizan Miyamoto

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.