Re: [PATCH] drm/imx: ipuv3-plane: use drm managed resources

2021-05-10 Thread Philipp Zabel
Hi Lucas, On Mon, 2021-05-10 at 16:29 +0200, Lucas Stach wrote: > The conversion to drm managed resources introduced two bugs: the plane is now > always initialized with the linear-only list, while the list with the Vivante > GPU modifiers should have been used when the PRG/PRE engines are present

[PATCH] drm/imx: ipuv3-plane: use drm managed resources

2021-05-10 Thread Lucas Stach
The conversion to drm managed resources introduced two bugs: the plane is now always initialized with the linear-only list, while the list with the Vivante GPU modifiers should have been used when the PRG/PRE engines are present. This masked another issue, as ipu_plane_format_mod_supported() is now