[PATCH v3 0/2] drm: Add plane SIZE_HINTS property

Ville Syrjälä ville.syrjala at linux.intel.com
Tue Mar 19 09:28:03 UTC 2024


On Mon, Mar 18, 2024 at 10:44:06PM +0200, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
> 
> Final final version I hope. Mainly for CI to test against the
> new IGTs.
> 
> Real userspace implementation:
> https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3165                                                           
> 
> IGT:
> https://patchwork.freedesktop.org/series/131199/

CI said the IGT was correctly skipping without the
kernel patches, and passed on all i915 supported
machines with the kernel patches in place. 

So looks like we're all good to merge this, as soon
as I get someone to review thew i915 patch...

PS. I forgot to cc dri-devel with this series, but bounced
    the whole thing there now.

> 
> Changes from v2:
> - Limit to cursor planes only (Simon)
> 
> Test-with: 20240315191505.27620-1-ville.syrjala at linux.intel.com
> Cc: Simon Ser <contact at emersion.fr>
> Cc: Jonas Ådahl <jadahl at redhat.com>
> Cc: Daniel Stone <daniel at fooishbar.org>
> Cc: Sameer Lattannavar <sameer.lattannavar at intel.com>
> Cc: Sebastian Wick <sebastian.wick at redhat.com>
> Cc: Harry Wentland <harry.wentland at amd.com>
> Cc: Pekka Paalanen <pekka.paalanen at 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                 | 56 +++++++++++++++++++++
>  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                 | 11 ++++
>  6 files changed, 107 insertions(+)
> 
> -- 
> 2.43.2

-- 
Ville Syrjälä
Intel


More information about the dri-devel mailing list