[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211222090552.25972-1-jose.exposito89@gmail.com>
Date: Wed, 22 Dec 2021 10:05:46 +0100
From: José Expósito <jose.exposito89@...il.com>
To: contact@...rsion.fr
Cc: dmitry.baryshkov@...aro.org, maarten.lankhorst@...ux.intel.com,
mripard@...nel.org, tzimmermann@...e.de, airlied@...ux.ie,
daniel@...ll.ch, jani.nikula@...ux.intel.com,
joonas.lahtinen@...ux.intel.com, rodrigo.vivi@...el.com,
marex@...x.de, stefan@...er.ch, shawnguo@...nel.org,
s.hauer@...gutronix.de, kernel@...gutronix.de, festevam@...il.com,
linux-imx@....com, yannick.fertre@...s.st.com,
philippe.cornu@...s.st.com, benjamin.gaignard@...aro.org,
mcoquelin.stm32@...il.com, alexandre.torgue@...s.st.com,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
intel-gfx@...ts.freedesktop.org,
linux-arm-kernel@...ts.infradead.org,
linux-stm32@...md-mailman.stormreply.com,
José Expósito <jose.exposito89@...il.com>
Subject: [PATCH v2 0/6] Add missing format_mod_supported functions
Hi all,
This patchset supersedes [1]. Now the title is a bit misleading, but
I left it this way to (hopefully) facilitate the maintainers' work.
A little context: Originally, I sent a patch adding modifiers to the
VKMS driver and Simon Ser kindly reviewed it and pointed out that
"format_mod_supported" was missing [2].
I asked if the docs were incorrect or if it was a bug in
"create_in_format_blob".
In the first version of this series, Simon Ser and Dmitry Baryshkov
agreed [1] that the code should behave as documented and
"create_in_format_blob" should be changed.
This second version implements the required changes and drops the
"format_mod_supported" in the drivers that can use the default
implementation.
Jose
[1] https://lore.kernel.org/dri-devel/CAA8EJpqJ-tWmb5Ba6XSK59toCtLb3nRRmVH8da4Ud_rrRYytmw@mail.gmail.com/T/
[2] https://lore.kernel.org/dri-devel/20211216170532.GA16349@elementary/T/
José Expósito (6):
drm/plane: Make format_mod_supported truly optional
drm/plane: Fix typo in format_mod_supported documentation
drm/simple-kms: Drop format_mod_supported function
drm/i915/display: Drop format_mod_supported function
drm: mxsfb: Drop format_mod_supported function
drm/stm: ltdc: Drop format_mod_supported function
drivers/gpu/drm/drm_plane.c | 8 ++------
drivers/gpu/drm/drm_simple_kms_helper.c | 8 --------
drivers/gpu/drm/i915/display/intel_cursor.c | 8 --------
drivers/gpu/drm/mxsfb/mxsfb_kms.c | 8 --------
drivers/gpu/drm/stm/ltdc.c | 11 -----------
include/drm/drm_plane.h | 2 +-
6 files changed, 3 insertions(+), 42 deletions(-)
--
2.25.1
Powered by blists - more mailing lists