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

2019-02-27 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: e90

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

2019-02-24 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 modifie