lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 21 Jun 2024 01:52:22 +0000
From: Shawn Sung (宋孝謙) <Shawn.Sung@...iatek.com>
To: "chunkuang.hu@...nel.org" <chunkuang.hu@...nel.org>
CC: "linux-arm-kernel@...ts.infradead.org"
	<linux-arm-kernel@...ts.infradead.org>, "linux-mediatek@...ts.infradead.org"
	<linux-mediatek@...ts.infradead.org>, "linux-kernel@...r.kernel.org"
	<linux-kernel@...r.kernel.org>, Bibby Hsieh (謝濟遠)
	<Bibby.Hsieh@...iatek.com>, "djkurtz@...omium.org" <djkurtz@...omium.org>,
	Nancy Lin (林欣螢) <Nancy.Lin@...iatek.com>,
	"daniel@...ll.ch" <daniel@...ll.ch>, "p.zabel@...gutronix.de"
	<p.zabel@...gutronix.de>, CK Hu (胡俊光)
	<ck.hu@...iatek.com>, "dri-devel@...ts.freedesktop.org"
	<dri-devel@...ts.freedesktop.org>, "airlied@...il.com" <airlied@...il.com>,
	YT Shen (沈岳霆) <Yt.Shen@...iatek.com>,
	"matthias.bgg@...il.com" <matthias.bgg@...il.com>, "littlecvr@...omium.org"
	<littlecvr@...omium.org>, "angelogioacchino.delregno@...labora.com"
	<angelogioacchino.delregno@...labora.com>
Subject: Re: [PATCH v3 00/14] This series fixes the errors of MediaTek display
 driver found by IGT.

Hi CK,

On Thu, 2024-06-20 at 22:16 +0800, Chun-Kuang Hu wrote:
>  	 
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
>  Hi Shawn:
> 
> Hsiao Chien Sung via B4 Relay
> <devnull+shawn.sung.mediatek.com@...nel.org> 於 2024年6月20日 週四
> 上午12:38寫道:
> >
> > Signed-off-by: Hsiao Chien Sung <shawn.sung@...iatek.com>
> 
> For the series, applied to mediatek-drm-next [1], thanks.
> 
> [1] 
> https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/log/?h=mediatek-drm-next
> 
> Regards,
> Chun-Kuang.

Thank you for the notification.

Best regards,
Shawn

> 
> > ---
> > Changes in v3:
> > - Modify the commit message
> > - Add a patch to fix destination alpha error in OVL
> > - Link to v2: 
> https://lore.kernel.org/all/20240619-mediatek-drm-next-v2-0-abf68f46f8d2@mediatek.com
> >
> > ---
> > Changes in v2:
> > - Seperate the changes that belong to another repo
> (driver/soc/mediatek)
> > - Move the fix patches to the front of the series
> > - Link to v1: 
> https://lore.kernel.org/r/20240616-mediatek-drm-next-v1-0-7e8f9cf785d8@mediatek.com
> >
> > ---
> > Hsiao Chien Sung (14):
> >       drm/mediatek: Add missing plane settings when async update
> >       drm/mediatek: Disable 9-bit alpha in ETHDR
> >       drm/mediatek: Fix XRGB setting error in OVL
> >       drm/mediatek: Fix XRGB setting error in Mixer
> >       drm/mediatek: Turn off the layers with zero width or height
> >       drm/mediatek: Add OVL compatible name for MT8195
> >       drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property
> >       drm/mediatek: Add new color format MACROs in OVL
> >       drm/mediatek: Set DRM mode configs accordingly
> >       drm/mediatek: Support more 10bit formats in OVL
> >       drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195
> >       drm/mediatek: Support DRM plane alpha in OVL
> >       drm/mediatek: Support DRM plane alpha in Mixer
> >       drm/mediatek: Fix XRGB setting error in OVL
> >
> >  drivers/gpu/drm/mediatek/mtk_ddp_comp.h         |  6 +-
> >  drivers/gpu/drm/mediatek/mtk_disp_ovl.c         | 93
> ++++++++++++++++++-------
> >  drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c |  2 +-
> >  drivers/gpu/drm/mediatek/mtk_drm_drv.c          | 24 +++++++
> >  drivers/gpu/drm/mediatek/mtk_drm_drv.h          |  4 ++
> >  drivers/gpu/drm/mediatek/mtk_ethdr.c            | 27 +++++--
> >  drivers/gpu/drm/mediatek/mtk_plane.c            |  4 +-
> >  7 files changed, 126 insertions(+), 34 deletions(-)
> > ---
> > base-commit: 62fe4b067581d480e863191305f108bebffbc0e9
> > change-id: 20240615-mediatek-drm-next-ad601b349f23
> >
> > Best regards,
> >
> > ---
> > Hsiao Chien Sung (14):
> >       drm/mediatek: Add missing plane settings when async update
> >       drm/mediatek: Use 8-bit alpha in ETHDR
> >       drm/mediatek: Fix XRGB setting error in OVL
> >       drm/mediatek: Fix XRGB setting error in Mixer
> >       drm/mediatek: Fix destination alpha error in OVL
> >       drm/mediatek: Turn off the layers with zero width or height
> >       drm/mediatek: Add OVL compatible name for MT8195
> >       drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property
> >       drm/mediatek: Add new color format MACROs in OVL
> >       drm/mediatek: Set DRM mode configs accordingly
> >       drm/mediatek: Support more 10bit formats in OVL
> >       drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195
> >       drm/mediatek: Support DRM plane alpha in OVL
> >       drm/mediatek: Support DRM plane alpha in Mixer
> >
> >  drivers/gpu/drm/mediatek/mtk_ddp_comp.h         |  6 +-
> >  drivers/gpu/drm/mediatek/mtk_disp_ovl.c         | 95
> ++++++++++++++++++-------
> >  drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c |  2 +-
> >  drivers/gpu/drm/mediatek/mtk_drm_drv.c          | 24 +++++++
> >  drivers/gpu/drm/mediatek/mtk_drm_drv.h          |  4 ++
> >  drivers/gpu/drm/mediatek/mtk_ethdr.c            | 27 +++++--
> >  drivers/gpu/drm/mediatek/mtk_plane.c            |  4 +-
> >  7 files changed, 127 insertions(+), 35 deletions(-)
> > ---
> > base-commit: 62fe4b067581d480e863191305f108bebffbc0e9
> > change-id: 20240619-igt-49195e21404d
> >
> > Best regards,
> > --
> > Hsiao Chien Sung <shawn.sung@...iatek.com>
> >
> >

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ