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

2022-10-14 Thread Daniel Stone
Hi, On Fri, 14 Oct 2022 at 08:46, AngeloGioacchino Del Regno < angelogioacchino.delre...@collabora.com> wrote: > Il 13/10/22 21:31, Justin Green ha scritto: > > Signed-off-by: Justin Green > > Reviewed-by: AngeloGioacchino Del Regno < > angelogioacchino.delre...@collabora.com> > And also:

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

2022-10-14 Thread AngeloGioacchino Del Regno
Il 13/10/22 21:31, Justin Green ha scritto: Tested on MT8195 and confirmed both correct video output and improved DRAM bandwidth performance. v4: * Move modifier validation to format_mod_supported function. * Add modifiers to drm_universal_plane_init() call. * Make comparisons to

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

2022-10-13 Thread Justin Green
Tested on MT8195 and confirmed both correct video output and improved DRAM bandwidth performance. v4: * Move modifier validation to format_mod_supported function. * Add modifiers to drm_universal_plane_init() call. * Make comparisons to DRM_FORMAT_MOD_LINEAR explicit rather than relying on