drm: remove allow_fb_modifiers
authorTomohito Esaki <etom@igel.co.jp>
Fri, 28 Jan 2022 06:08:36 +0000 (15:08 +0900)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 31 Jan 2022 20:45:24 +0000 (21:45 +0100)
commit3d082157a24216ca084082ce421a37d14ecfcfad
tree962419386db9b5ef868d1f5be0dff0912402ca4c
parent8be576837b6e62b2ad0de2f9ba31cef618fa2891
drm: remove allow_fb_modifiers

The allow_fb_modifiers flag is unnecessary since it has been replaced
with fb_modifiers_not_supported flag.

v3:
 - change the order as follows:
   1. add fb_modifiers_not_supported flag
   2. add default modifiers
   3. remove allow_fb_modifiers flag

v5:
 - keep a sanity check in plane init func

Signed-off-by: Tomohito Esaki <etom@igel.co.jp>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220128060836.11216-4-etom@igel.co.jp
drivers/gpu/drm/selftests/test-drm_framebuffer.c
include/drm/drm_mode_config.h