drm: Plumb modifiers through plane init
authorBen Widawsky <ben@bwidawsk.net>
Mon, 24 Jul 2017 03:46:38 +0000 (20:46 -0700)
committerJianxin Pan <jianxin.pan@amlogic.com>
Wed, 15 Aug 2018 02:41:41 +0000 (19:41 -0700)
commitcd3783e47ec4208df7b0d29462b14d0e530c745a
tree8cfcc948156290cc0b693764bd5d7d3f1ba8076f
parent0aef428ad3ba079ce24a3f7814b5e125b16394e8
drm: Plumb modifiers through plane init

This is the plumbing for supporting fb modifiers on planes. Modifiers
have already been introduced to some extent, but this series will extend
this to allow querying modifiers per plane. Based on this, the client to
enable optimal modifications for framebuffers.

This patch simply allows the DRM drivers to initialize their list of
supported modifiers upon initializing the plane.

v2: A minor addition from Daniel

v3:
* Updated commit message
* s/INVALID/DRM_FORMAT_MOD_INVALID (Liviu)
* Remove some excess newlines (Liviu)
* Update comment for > 64 modifiers (Liviu)

v4: Minor comment adjustments (Liviu)

v5: Some new platforms added due to rebase

v6: Add some missed plane inits (or maybe they're new - who knows at
this point) (Daniel)

Change-Id: I717e6240f729902af34c1419140bbf0b8c0a421d
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Reviewed-by: Daniel Stone <daniels@collabora.com> (v2)
Reviewed-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Daniel Stone <daniels@collabora.com>
drivers/gpu/drm/drm_modeset_helper.c
drivers/gpu/drm/drm_plane.c
drivers/gpu/drm/drm_simple_kms_helper.c
include/drm/drm_plane.h
include/drm/drm_simple_kms_helper.h
include/uapi/drm/drm_fourcc.h