Re: [PATCH v5] drm/mediatek: Add AFBC support to Mediatek DRM driver

2022-11-23 Thread Chun-Kuang Hu
Hi, Justin: Justin Green 於 2022年11月17日 週四 凌晨3:33寫道: > > From: Justin Green > > Tested on MT8195 and confirmed both correct video output and improved DRAM > bandwidth performance. I've break this patch into two patches and apply to mediatek-drm-next [1], thanks. [1]

Re: [PATCH v5] drm/mediatek: Add AFBC support to Mediatek DRM driver

2022-11-17 Thread AngeloGioacchino Del Regno
Il 16/11/22 20:33, Justin Green ha scritto: From: Justin Green Tested on MT8195 and confirmed both correct video output and improved DRAM bandwidth performance. v5: * Removed some dead defines. * Refactored mtk_ovl_set_afbc(). v4: * Move modifier validation to format_mod_supported function.

[PATCH v5] drm/mediatek: Add AFBC support to Mediatek DRM driver

2022-11-16 Thread Justin Green
From: Justin Green Tested on MT8195 and confirmed both correct video output and improved DRAM bandwidth performance. v5: * Removed some dead defines. * Refactored mtk_ovl_set_afbc(). v4: * Move modifier validation to format_mod_supported function. * Add modifiers to drm_universal_plane_init()