linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/14] Add RDMA memory mode support for mediatek SOC MT2712
@ 2018-08-09  2:15 Stu Hsieh
  2018-08-09  2:15 ` [PATCH v4 01/14] drm/mediatek: add connection from RDMA0 to DPI1 Stu Hsieh
                   ` (14 more replies)
  0 siblings, 15 replies; 20+ messages in thread
From: Stu Hsieh @ 2018-08-09  2:15 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series add RDMA memory mode support for mediatek SOC MT2712.
MT2712 has three display data path, including three HW engine,
two OVL and one RDMA.

The RDMA used in third ddp and it need to be set memory mode,
then RDMA could read data from memory and output to panel.

Change in v4:
- Add the comment about naming color format definition for RDMA in patch
  "drm/mediatek: add memory mode and layer_config for RDMA"
- Add the comment about naming color format definition for OVL in patch
  "drm/mediatek: add the comment about color format setting for OVL"
- Update the naming about matrix definition and Symbolize the mask in patch
  "drm/mediatek: add YUYV/UYVY color format support for RDMA"
- remove the word "callback" for title in patch
  "drm/mediatek: add function to return OVL layer number" and
  "drm/mediatek: add function to return RDMA layer number"
- Use single pointer to declare the planes array in patch
  "drm/mediatek: use layer_nr function to get layer number to init plane"

Stu Hsieh (14):
  drm/mediatek: add connection from RDMA0 to DPI1
  drm/mediatek: add connection from RDMA0 to DSI1
  drm/mediatek: add connection from RDMA1 to DSI0
  drm/mediatek: add connection from RDMA2 to DSI0
  drm/mediatek: add memory mode and layer_config for RDMA
  drm/mediatek: add RGB color format support for RDMA
  drm/mediatek: add the comment about color format setting for OVL
  drm/mediatek: add YUYV/UYVY color format support for RDMA
  drm/mediatek: add function to get layer number for component
  drm/mediatek: add function to return OVL layer number
  drm/mediatek: add function to return RDMA layer number
  drm/mediatek: use layer_nr function to get layer number to init plane
  drm/mediatek: update some variable name from ovl to comp
  drm/mediatek: fix connection from RDMA2 to DSI1

 drivers/gpu/drm/mediatek/mtk_disp_ovl.c     | 11 ++++
 drivers/gpu/drm/mediatek/mtk_disp_rdma.c    | 93 +++++++++++++++++++++++++++++
 drivers/gpu/drm/mediatek/mtk_drm_crtc.c     | 47 ++++++++-------
 drivers/gpu/drm/mediatek/mtk_drm_crtc.h     |  3 +-
 drivers/gpu/drm/mediatek/mtk_drm_ddp.c      | 18 +++++-
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h |  9 +++
 6 files changed, 158 insertions(+), 23 deletions(-)

-- 
2.12.5.2.gbdf23ab

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

end of thread, other threads:[~2018-08-15  1:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09  2:15 [PATCH v4 00/14] Add RDMA memory mode support for mediatek SOC MT2712 Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 01/14] drm/mediatek: add connection from RDMA0 to DPI1 Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 02/14] drm/mediatek: add connection from RDMA0 to DSI1 Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 03/14] drm/mediatek: add connection from RDMA1 to DSI0 Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 04/14] drm/mediatek: add connection from RDMA2 " Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 05/14] drm/mediatek: add memory mode and layer_config for RDMA Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 06/14] drm/mediatek: add RGB color format support " Stu Hsieh
2018-08-09  2:36   ` CK Hu
2018-08-09  2:15 ` [PATCH v4 07/14] drm/mediatek: add the comment about color format setting for OVL Stu Hsieh
2018-08-09  2:37   ` CK Hu
2018-08-09  2:15 ` [PATCH v4 08/14] drm/mediatek: add YUYV/UYVY color format support for RDMA Stu Hsieh
2018-08-09  2:41   ` CK Hu
2018-08-09  2:15 ` [PATCH v4 09/14] drm/mediatek: add function to get layer number for component Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 10/14] drm/mediatek: add function to return OVL layer number Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 11/14] drm/mediatek: add function to return RDMA " Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 12/14] drm/mediatek: use layer_nr function to get layer number to init plane Stu Hsieh
2018-08-09  2:46   ` CK Hu
2018-08-09  2:15 ` [PATCH v4 13/14] drm/mediatek: update some variable name from ovl to comp Stu Hsieh
2018-08-09  2:15 ` [PATCH v4 14/14] drm/mediatek: fix connection from RDMA2 to DSI1 Stu Hsieh
2018-08-15  1:55 ` [PATCH v4 00/14] Add RDMA memory mode support for mediatek SOC MT2712 CK Hu

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