nouveau.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Nouveau] [RFC PATCH 0/3] Add support modifiers for drivers whose planes only support linear layout
@ 2021-12-22  5:27 Tomohito Esaki
  2021-12-22  5:27 ` [Nouveau] [RFC PATH 1/3] drm: add " Tomohito Esaki
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tomohito Esaki @ 2021-12-22  5:27 UTC (permalink / raw)
  To: dri-devel
  Cc: David Airlie, nouveau, Michel Dänzer, Lee Jones,
	Tomohito Esaki, Rob Clark, Evan Quan, amd-gfx, Ben Skeggs,
	Petr Mladek, Sakari Ailus, Bas Nieuwenhuizen, Maarten Lankhorst,
	Abhinav Kumar, Dmitry Baryshkov, Takanari Hayama, Sean Paul,
	Maxime Ripard, Daniel Vetter, Andy Shevchenko, Mark Yacoub,
	Qingqing Zhuo, Pan, Xinhui, linux-kernel, Simon Ser,
	Alex Deucher, Damian Hobson-Garcia, Christian König

Some drivers whose planes only support linear layout fb do not support format
modifiers.
These drivers should support modifiers, however the DRM core should handle this
rather than open-coding in every driver.

In this patch series, these drivers expose format modifiers based on the
following suggestion[1].

On Thu, Nov 18, 2021 at 01:02:11PM +0000, Daniel Stone wrote:
> I think the best way forward here is:
>   - add a new mode_config.cannot_support_modifiers flag, and enable
> this in radeon (plus any other drivers in the same boat)
>   - change drm_universal_plane_init() to advertise the LINEAR modifier
> when NULL is passed as the modifier list (including installing a
> default .format_mod_supported hook)
>   - remove the mode_config.allow_fb_modifiers hook and always
> advertise modifier support, unless
> mode_config.cannot_support_modifiers is set


[1] https://patchwork.kernel.org/project/linux-renesas-soc/patch/20190509054518.10781-1-etom@igel.co.jp/#24602575


Tomohito Esaki (3):
  drm: add support modifiers for drivers whose planes only support
    linear layout
  drm: set fb_modifiers_not_supported flag in legacy drivers
  drm: replace allow_fb_modifiers with fb_modifiers_not_supported

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c   |  6 +--
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c        |  2 +
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c        |  2 +
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c         |  1 +
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c         |  2 +
 drivers/gpu/drm/drm_framebuffer.c             |  6 +--
 drivers/gpu/drm/drm_ioctl.c                   |  2 +-
 drivers/gpu/drm/drm_plane.c                   | 41 +++++++++++--------
 drivers/gpu/drm/nouveau/nouveau_display.c     |  6 ++-
 drivers/gpu/drm/radeon/radeon_display.c       |  2 +
 .../gpu/drm/selftests/test-drm_framebuffer.c  |  1 -
 include/drm/drm_mode_config.h                 | 18 +++-----
 include/drm/drm_plane.h                       |  3 ++
 13 files changed, 54 insertions(+), 38 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2022-01-18 20:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22  5:27 [Nouveau] [RFC PATCH 0/3] Add support modifiers for drivers whose planes only support linear layout Tomohito Esaki
2021-12-22  5:27 ` [Nouveau] [RFC PATH 1/3] drm: add " Tomohito Esaki
2022-01-14 16:50   ` Daniel Vetter
2022-01-17  2:45     ` Esaki Tomohito
2021-12-22  5:27 ` [Nouveau] [RFC PATH 2/3] drm: set fb_modifiers_not_supported flag in legacy drivers Tomohito Esaki
2021-12-22  5:27 ` [Nouveau] [RFC PATH 3/3] drm: replace allow_fb_modifiers with fb_modifiers_not_supported Tomohito Esaki
2022-01-05 23:57 ` [Nouveau] [RFC PATCH 0/3] Add support modifiers for drivers whose planes only support linear layout Simon Ser
2022-01-12  2:13   ` Esaki Tomohito

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).