mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Abhinav Kumar <quic_abhinavk@quicinc.com>
To: Simon Ser <contact@emersion.fr>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	Jessica Zhang <quic_jesszhan@quicinc.com>, <ppaalanen@gmail.com>,
	<laurent.pinchart@ideasonboard.com>, <sebastian.wick@redhat.com>,
	<ville.syrjala@linux.intel.com>,
	<dri-devel@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-msm@vger.kernel.org>,
	<freedreno@lists.freedesktop.org>,
	<wayland-devel@lists.freedesktop.org>,
	Pekka Paalanen <pekka.paalanen@collabora.com>,
	Harry Wentland <harry.wentland@amd.com>,
	Sebastian Wick <sebastian@sebastianwick.net>
Subject: Re: (subset) [PATCH RFC v7 00/10] Support for Solid Fill Planes
Date: Mon, 4 Dec 2023 09:51:23 -0800	[thread overview]
Message-ID: <44a3fbd4-44fb-0a39-65be-e680e03b1b6e@quicinc.com> (raw)
In-Reply-To: <OiX1EToyQ0JBECS-Vs6IOw1vqLTt42PYkTlTCBhsPUi-VXC2UoLjkRfEW-OFucxsTqz93Q3IIXZZ3Lw_Lqs1dFt4YbuFSUGrKfDPnnKDCbw=@emersion.fr>

Hi Simon

On 12/3/2023 4:15 AM, Simon Ser wrote:
> On Saturday, December 2nd, 2023 at 22:41, Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote:
> 
>> On Fri, 27 Oct 2023 15:32:50 -0700, Jessica Zhang wrote:
>>
>>> Some drivers support hardware that have optimizations for solid fill
>>> planes. This series aims to expose these capabilities to userspace as
>>> some compositors have a solid fill flag (ex. SOLID_COLOR in the Android
>>> hardware composer HAL) that can be set by apps like the Android Gears
>>> test app.
>>>
>>> In order to expose this capability to userspace, this series will:
>>>
>>> [...]
>>
>>
>> Applied to drm-misc-next, thanks!
> 
> Where are the IGT and userspace for this uAPI addition?

Yes, we made IGT changes to test and validate this. We will post them on 
the IGT dev list shortly and CC you.

We do not have a compositor change yet for this as we primarily used IGT 
to validate this.

Can we re-try to land this once IGT changes are accepted?

Thanks

Abhinav

  parent reply	other threads:[~2023-12-04 17:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27 22:32 Jessica Zhang
2023-10-27 22:32 ` [PATCH RFC v7 01/10] drm: Introduce pixel_source DRM plane property Jessica Zhang
2023-10-27 22:32 ` [PATCH RFC v7 02/10] drm: Introduce solid fill " Jessica Zhang
2023-11-30  4:03   ` Dmitry Baryshkov
2023-10-27 22:32 ` [PATCH RFC v7 03/10] drm: Add solid fill pixel source Jessica Zhang
2023-10-27 22:32 ` [PATCH RFC v7 04/10] drm/atomic: Add pixel source to plane state dump Jessica Zhang
2023-10-27 22:32 ` [PATCH RFC v7 05/10] drm/atomic: Add solid fill data " Jessica Zhang
2023-10-27 22:32 ` [PATCH RFC v7 06/10] drm/atomic: Move framebuffer checks to helper Jessica Zhang
2023-10-27 22:32 ` [PATCH RFC v7 07/10] drm/atomic: Loosen FB atomic checks Jessica Zhang
2023-11-30  4:06   ` Dmitry Baryshkov
2023-12-05  8:39   ` Maxime Ripard
2023-10-27 22:32 ` [PATCH RFC v7 08/10] drm/msm/dpu: Allow NULL FBs in atomic commit Jessica Zhang
2023-10-27 22:32 ` [PATCH RFC v7 09/10] drm/msm/dpu: Use DRM solid_fill property Jessica Zhang
2023-10-27 22:33 ` [PATCH RFC v7 10/10] drm/msm/dpu: Add solid fill and pixel source properties Jessica Zhang
2023-12-02 21:41 ` (subset) [PATCH RFC v7 00/10] Support for Solid Fill Planes Dmitry Baryshkov
2023-12-03 12:15   ` Simon Ser
2023-12-03 18:10     ` Dmitry Baryshkov
2023-12-04  9:00       ` Maxime Ripard
2023-12-04 17:51     ` Abhinav Kumar [this message]
2023-12-04 17:57       ` Simon Ser
2023-12-04 17:58         ` Abhinav Kumar

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=44a3fbd4-44fb-0a39-65be-e680e03b1b6e@quicinc.com \
    --to=quic_abhinavk@quicinc.com \
    --cc=airlied@gmail.com \
    --cc=contact@emersion.fr \
    --cc=daniel@ffwll.ch \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=harry.wentland@amd.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=marijn.suijten@somainline.org \
    --cc=mripard@kernel.org \
    --cc=pekka.paalanen@collabora.com \
    --cc=ppaalanen@gmail.com \
    --cc=quic_jesszhan@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=sebastian.wick@redhat.com \
    --cc=sebastian@sebastianwick.net \
    --cc=tzimmermann@suse.de \
    --cc=ville.syrjala@linux.intel.com \
    --cc=wayland-devel@lists.freedesktop.org \
    /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

all inboxes | Powered by JetHome®