Re: [PATCH v1] drm/tegra: plane: Remove format-modifier checking

2019-10-23 Thread Thierry Reding
On Sun, Feb 24, 2019 at 06:34:05PM +0300, Dmitry Osipenko wrote: > Tiling modifier can't be applied to YV12 video overlay because all tiling > modifiers are filtered out for multi-plane formats. AFAIK, all modifiers > should work with all of formats, hence the checking is incorrect and > simply

Re: [PATCH v1] drm/tegra: plane: Remove format-modifier checking

2019-04-04 Thread Dmitry Osipenko
27.02.2019 18:08, Dmitry Osipenko пишет: > 24.02.2019 18:34, Dmitry Osipenko пишет: >> Tiling modifier can't be applied to YV12 video overlay because all tiling >> modifiers are filtered out for multi-plane formats. AFAIK, all modifiers >> should work with all of formats, hence the checking is

Re: [PATCH v1] drm/tegra: plane: Remove format-modifier checking

2019-02-28 Thread Dmitry Osipenko
24.02.2019 18:34, Dmitry Osipenko пишет: > Tiling modifier can't be applied to YV12 video overlay because all tiling > modifiers are filtered out for multi-plane formats. AFAIK, all modifiers > should work with all of formats, hence the checking is incorrect and > simply not needed. > > Fixes:

[PATCH v1] drm/tegra: plane: Remove format-modifier checking

2019-02-25 Thread Dmitry Osipenko
Tiling modifier can't be applied to YV12 video overlay because all tiling modifiers are filtered out for multi-plane formats. AFAIK, all modifiers should work with all of formats, hence the checking is incorrect and simply not needed. Fixes: e90124cb46bdb ("drm/tegra: plane: Support format