intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/2] drm: Add plane SIZE_HINTS property
@ 2023-02-08  4:09 Ville Syrjala
  2023-02-08  4:09 ` [Intel-gfx] [PATCH 1/2] drm: Introduce " Ville Syrjala
                   ` (7 more replies)
  0 siblings, 8 replies; 41+ messages in thread
From: Ville Syrjala @ 2023-02-08  4:09 UTC (permalink / raw)
  To: dri-devel
  Cc: Simon Ser, intel-gfx, Pekka Paalanen, Jonas Ådahl,
	Daniel Stone

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Proposal for a new plane SIZE_HINTS property to essentially
replace the cursor size caps, based on recent discussion
in this gitlab bug:
https://gitlab.freedesktop.org/drm/intel/-/issues/7687

As for userspace, so far I only did a quick modetest
blob decoder (mainly to verify that it looks correct):
https://gitlab.freedesktop.org/vsyrjala/libdrm/-/commits/plane_size_hints

Didn't yet update my modesetting ddx cursor size patch
to use this or anything.

Cc: Simon Ser <contact@emersion.fr>
Cc: Jonas Ådahl <jadahl@redhat.com>
Cc: Daniel Stone <daniel@fooishbar.org>
Cc: Pekka Paalanen <pekka.paalanen@collabora.com>

Ville Syrjälä (2):
  drm: Introduce plane SIZE_HINTS property
  drm/i915: Add SIZE_HINTS property for cursors

 drivers/gpu/drm/drm_mode_config.c           |  7 +++++
 drivers/gpu/drm/drm_plane.c                 | 33 +++++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_cursor.c | 24 +++++++++++++++
 include/drm/drm_mode_config.h               |  5 ++++
 include/drm/drm_plane.h                     |  4 +++
 include/uapi/drm/drm_mode.h                 |  5 ++++
 6 files changed, 78 insertions(+)

-- 
2.39.1


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

end of thread, other threads:[~2023-03-17 13:18 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08  4:09 [Intel-gfx] [PATCH 0/2] drm: Add plane SIZE_HINTS property Ville Syrjala
2023-02-08  4:09 ` [Intel-gfx] [PATCH 1/2] drm: Introduce " Ville Syrjala
2023-02-08  6:09   ` kernel test robot
2023-02-08  6:09   ` kernel test robot
2023-02-08 12:13   ` Pekka Paalanen
2023-02-08 13:03     ` Ville Syrjälä
2023-02-08 21:16       ` Ville Syrjälä
2023-02-09 11:51         ` Pekka Paalanen
2023-02-14  9:42           ` Pekka Paalanen
2023-02-14 10:27             ` Ville Syrjälä
2023-02-14 11:17               ` Pekka Paalanen
2023-02-14 11:35                 ` Ville Syrjälä
2023-02-08 16:51   ` Harry Wentland
2023-02-08 21:10   ` [Intel-gfx] [PATCH v2 " Ville Syrjala
2023-02-09 11:58     ` Pekka Paalanen
2023-02-09 13:10       ` Ville Syrjälä
2023-02-10  9:44         ` Pekka Paalanen
2023-02-09 14:16     ` Jonas Ådahl
2023-02-14  9:25       ` Ville Syrjälä
2023-02-14  9:54         ` Jonas Ådahl
2023-02-14 10:28           ` Ville Syrjälä
2023-02-14 11:01             ` Jonas Ådahl
2023-02-14 11:19               ` Ville Syrjälä
2023-02-22 18:34                 ` Ville Syrjälä
2023-02-14 19:27             ` Harry Wentland
2023-02-14 19:59               ` Ville Syrjälä
2023-03-13 16:33     ` [Intel-gfx] [PATCH v3 " Ville Syrjala
2023-03-17 10:34       ` Jonas Ådahl
2023-03-17 11:33         ` Ville Syrjälä
2023-03-17 12:21           ` Jonas Ådahl
2023-03-17 12:29             ` Jonas Ådahl
2023-03-17 13:15               ` Ville Syrjälä
2023-03-17 13:18                 ` Jonas Ådahl
2023-03-17 13:13             ` Ville Syrjälä
2023-02-08  4:09 ` [Intel-gfx] [PATCH 2/2] drm/i915: Add SIZE_HINTS property for cursors Ville Syrjala
2023-02-08  4:50 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm: Add plane SIZE_HINTS property Patchwork
2023-02-08  5:17 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2023-02-08 23:15 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm: Add plane SIZE_HINTS property (rev2) Patchwork
2023-02-09 21:27 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-03-13 17:49 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm: Add plane SIZE_HINTS property (rev3) Patchwork
2023-03-14 21:59 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

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