From: Abhinav Kumar <quic_abhinavk@quicinc.com>
To: Simon Ser <contact@emersion.fr>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
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:58:22 -0800 [thread overview]
Message-ID: <840c8b10-c1c2-b380-bdf8-e04899bc33ad@quicinc.com> (raw)
In-Reply-To: <jLtQnAu4g7zRJxEwwoX5HhVfleNLflhi9mUGTQAVKV4QaZt_D7NIOov31MKHu3zdEls3ULzYEiQNGeL4gKRpjjU1VDbl4DDhEBldXXrYzNA=@emersion.fr>
On 12/4/2023 9:57 AM, Simon Ser wrote:
> On Monday, December 4th, 2023 at 18:51, Abhinav Kumar <quic_abhinavk@quicinc.com> wrote:
>
>>> 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.
>
> Yes, please post the IGT.
>
>> Can we re-try to land this once IGT changes are accepted?
>
> There will need to be a user-space implementation as well, since this is
> a hard requirement for new uAPI [1]. Maybe I'll give this a go if I have
> time.
>
Much appreciated.
> [1]: https://dri.freedesktop.org/docs/drm/gpu/drm-uapi.html#open-source-userspace-requirements
prev parent reply other threads:[~2023-12-04 17:59 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
2023-12-04 17:57 ` Simon Ser
2023-12-04 17:58 ` Abhinav Kumar [this message]
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=840c8b10-c1c2-b380-bdf8-e04899bc33ad@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®