[PATCH v2 01/22] drm: add clone mode check for CRTC
Maxime Ripard
mripard at kernel.org
Wed Sep 25 07:22:19 UTC 2024
On Wed, Sep 25, 2024 at 02:06:35AM GMT, Dmitry Baryshkov wrote:
> On Tue, Sep 24, 2024 at 03:59:17PM GMT, Jessica Zhang wrote:
> > Add helper to check if the given CRTC state is in clone mode
> >
> > Signed-off-by: Jessica Zhang <quic_jesszhan at quicinc.com>
> > ---
> > include/drm/drm_crtc.h | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
> > index 8b48a1974da3..ecb93e2c4afc 100644
> > --- a/include/drm/drm_crtc.h
> > +++ b/include/drm/drm_crtc.h
> > @@ -1323,5 +1323,12 @@ static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev,
> >
> > int drm_crtc_create_scaling_filter_property(struct drm_crtc *crtc,
> > unsigned int supported_filters);
>
> Missing kerneldoc
Also, a proper commit log to describe what this will be used for, and
ideally some kunit tests.
Maxime
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 273 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/freedreno/attachments/20240925/87e8de05/attachment.sig>
More information about the Freedreno
mailing list