dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: "José Expósito" <jose.exposito89@gmail.com>
To: contact@emersion.fr
Cc: airlied@linux.ie, alexandre.torgue@foss.st.com,
	benjamin.gaignard@linaro.org,
	linux-stm32@st-md-mailman.stormreply.com, marex@denx.de,
	linux-imx@nxp.com, intel-gfx@lists.freedesktop.org,
	s.hauer@pengutronix.de, rodrigo.vivi@intel.com,
	kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org,
	dri-devel@lists.freedesktop.org, tzimmermann@suse.de,
	yannick.fertre@foss.st.com, linux-kernel@vger.kernel.org,
	philippe.cornu@foss.st.com, mcoquelin.stm32@gmail.com,
	dmitry.baryshkov@linaro.org,
	"José Expósito" <jose.exposito89@gmail.com>,
	shawnguo@kernel.org
Subject: [PATCH v3 0/6] Add missing format_mod_supported functions
Date: Sun, 26 Dec 2021 12:24:57 +0100	[thread overview]
Message-ID: <20211226112503.31771-1-jose.exposito89@gmail.com> (raw)

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.

The second version implemented the required changes and drops the
"format_mod_supported" in the drivers that can use the default
implementation. [3]

This third version fixes a compiler warning and adds the reviewed
by tags.

Thanks,
José Expósito

[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/
[3] https://lore.kernel.org/dri-devel/20211222090552.25972-1-jose.exposito89@gmail.com/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                 |  9 ++-------
 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(+), 43 deletions(-)

-- 
2.25.1


             reply	other threads:[~2021-12-26 11:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-26 11:24 José Expósito [this message]
2021-12-26 11:24 ` [PATCH v3 1/6] drm/plane: Make format_mod_supported truly optional José Expósito
2021-12-26 11:24 ` [PATCH v3 2/6] drm/plane: Fix typo in format_mod_supported documentation José Expósito
2022-01-05 23:54   ` Simon Ser
2022-01-07 17:26     ` José Expósito
2022-01-07 17:29       ` Simon Ser
2022-01-13 13:16       ` Philippe CORNU
2021-12-26 11:25 ` [PATCH v3 3/6] drm/simple-kms: Drop format_mod_supported function José Expósito
2021-12-26 11:25 ` [PATCH v3 4/6] drm/i915/display: " José Expósito
2021-12-26 11:25 ` [PATCH v3 5/6] drm: mxsfb: " José Expósito
2021-12-26 11:25 ` [PATCH v3 6/6] drm/stm: ltdc: " José Expósito

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211226112503.31771-1-jose.exposito89@gmail.com \
    --to=jose.exposito89@gmail.com \
    --cc=airlied@linux.ie \
    --cc=alexandre.torgue@foss.st.com \
    --cc=benjamin.gaignard@linaro.org \
    --cc=contact@emersion.fr \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=marex@denx.de \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=philippe.cornu@foss.st.com \
    --cc=rodrigo.vivi@intel.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=tzimmermann@suse.de \
    --cc=yannick.fertre@foss.st.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).