All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add missing format_mod_supported functions
@ 2021-12-22  9:05 ` José Expósito
  0 siblings, 0 replies; 63+ messages in thread
From: José Expósito @ 2021-12-22  9:05 UTC (permalink / raw)
  To: contact
  Cc: dmitry.baryshkov, maarten.lankhorst, mripard, tzimmermann,
	airlied, daniel, jani.nikula, joonas.lahtinen, rodrigo.vivi,
	marex, stefan, shawnguo, s.hauer, kernel, festevam, linux-imx,
	yannick.fertre, philippe.cornu, benjamin.gaignard,
	mcoquelin.stm32, alexandre.torgue, dri-devel, linux-kernel,
	intel-gfx, linux-arm-kernel, linux-stm32,
	José Expósito

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


^ permalink raw reply	[flat|nested] 63+ messages in thread

end of thread, other threads:[~2022-01-12 10:21 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22  9:05 [PATCH v2 0/6] Add missing format_mod_supported functions José Expósito
2021-12-22  9:05 ` [Intel-gfx] " José Expósito
2021-12-22  9:05 ` José Expósito
2021-12-22  9:05 ` José Expósito
2021-12-22  9:05 ` [PATCH v2 1/6] drm/plane: Make format_mod_supported truly optional José Expósito
2021-12-22  9:05   ` [Intel-gfx] " José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22 13:10   ` kernel test robot
2021-12-22 13:10     ` kernel test robot
2021-12-23 10:10   ` Simon Ser
2021-12-23 10:10     ` Simon Ser
2021-12-23 10:10     ` [Intel-gfx] " Simon Ser
2021-12-23 10:10     ` Simon Ser
2021-12-23 11:56   ` Ville Syrjälä
2021-12-23 11:56     ` Ville Syrjälä
2021-12-23 11:56     ` [Intel-gfx] " Ville Syrjälä
2021-12-23 11:56     ` Ville Syrjälä
2021-12-23 13:42     ` Simon Ser
2021-12-23 13:42       ` Simon Ser
2021-12-23 13:42       ` [Intel-gfx] " Simon Ser
2021-12-23 13:42       ` Simon Ser
2021-12-23 15:03       ` Ville Syrjälä
2021-12-23 15:03         ` Ville Syrjälä
2021-12-23 15:03         ` [Intel-gfx] " Ville Syrjälä
2021-12-23 15:03         ` Ville Syrjälä
2021-12-23 16:57         ` José Expósito
2021-12-23 16:57           ` [Intel-gfx] " José Expósito
2021-12-23 16:57           ` José Expósito
2021-12-23 16:57           ` José Expósito
2021-12-22  9:05 ` [PATCH v2 2/6] drm/plane: Fix typo in format_mod_supported documentation José Expósito
2021-12-22  9:05   ` [Intel-gfx] " José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-23 10:07   ` Simon Ser
2021-12-23 10:07     ` Simon Ser
2021-12-23 10:07     ` [Intel-gfx] " Simon Ser
2021-12-23 10:07     ` Simon Ser
2021-12-22  9:05 ` [PATCH v2 3/6] drm/simple-kms: Drop format_mod_supported function José Expósito
2021-12-22  9:05   ` [Intel-gfx] " José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05 ` [PATCH v2 4/6] drm/i915/display: " José Expósito
2021-12-22  9:05   ` [Intel-gfx] " José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05 ` [PATCH v2 5/6] drm: mxsfb: " José Expósito
2021-12-22  9:05   ` [Intel-gfx] " José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05 ` [PATCH v2 6/6] drm/stm: ltdc: " José Expósito
2021-12-22  9:05   ` [Intel-gfx] " José Expósito
2021-12-22  9:05   ` José Expósito
2021-12-22  9:05   ` José Expósito
2022-01-12  9:44   ` yannick Fertre
2022-01-12  9:44     ` [Intel-gfx] " yannick Fertre
2022-01-12  9:44     ` yannick Fertre
2022-01-12  9:44     ` yannick Fertre
2022-01-12 10:01   ` Jagan Teki
2022-01-12 10:01     ` Jagan Teki
2022-01-12 10:01     ` [Intel-gfx] " Jagan Teki
2022-01-12 10:01     ` Jagan Teki
2022-01-10 19:14 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Add missing format_mod_supported functions (rev2) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.