From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: Re: [PATCH v2 0/9] drm/exynos: misc fixes and more Date: Fri, 25 Aug 2017 15:21:21 +0900 Message-ID: <599FC1E1.10406@samsung.com> References: <20170822141944.8138-1-tjakobi@math.uni-bielefeld.de> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: Received: from mailout1.samsung.com ([203.254.224.24]:15237 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751857AbdHYGVY (ORCPT ); Fri, 25 Aug 2017 02:21:24 -0400 In-reply-to: <20170822141944.8138-1-tjakobi@math.uni-bielefeld.de> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Tobias Jakobi , linux-samsung-soc@vger.kernel.org Cc: dri-devel@lists.freedesktop.org, m.szyprowski@samsung.com Hi Tobias, Regarding below two patches, I'd like to have more review so I will consider to merge them in next turn. Sorry for this. drm/exynos: introduce BYTE_PITCH capability drm/exynos: add BYTE_PITCH cap for all supported planes Thanks, Inki Dae 2017년 08월 22일 23:19에 Tobias Jakobi 이(가) 쓴 글: > Hello, > > this is the second iteration of [1], with the following changes: > - split patch 3/8 (suggested by Inki) > - zero init registers in patch 4/8 (suggested by Inki) > - rephrased commit description of patch 5/8 to make it more > clear that this behaviour depends on the hw > - replace zero with linear modifier in patch 2/8 > > > Summary: > (a) Enables support for NV12MT in the mixer. > (b) Sanitizes buffer pitch for HW with restrictions. > (c) Misc fixes > > With best wishes, > Tobias > > [1] https://www.spinics.net/lists/linux-samsung-soc/msg60235.html > > > Tobias Jakobi (9): > drm/exynos: mixer: fix chroma comment in vp_video_buffer() > drm/exynos: mixer: enable NV12MT support for the video plane > drm/exynos: mixer: simplify vp_video_buffer() > drm/exynos: mixer: simplify mixer_graph_buffer() > drm/exynos: mixer: remove src offset from mixer_graph_buffer() > drm/exynos: introduce BYTE_PITCH capability > drm/exynos: add BYTE_PITCH cap for all supported planes > drm/exynos: consistent use of cpp > drm/exynos: simplify set_pixfmt() in DECON and FIMD drivers > > drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 17 +++++----- > drivers/gpu/drm/exynos/exynos7_drm_decon.c | 13 +++----- > drivers/gpu/drm/exynos/exynos_drm_drv.h | 2 ++ > drivers/gpu/drm/exynos/exynos_drm_fb.c | 2 ++ > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 17 ++++------ > drivers/gpu/drm/exynos/exynos_drm_plane.c | 37 +++++++++++++++++++++ > drivers/gpu/drm/exynos/exynos_mixer.c | 48 +++++++++------------------ > 7 files changed, 75 insertions(+), 61 deletions(-) >