Message ID | 20211226112503.31771-3-jose.exposito89@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add missing format_mod_supported functions | expand |
Pushed patches 1 & 2 to drm-misc-next. Thanks for your contribution!
Hi Simon,
On Wed, Jan 05, 2022 at 11:54:43PM +0000, Simon Ser wrote:
> Pushed patches 1 & 2 to drm-misc-next. Thanks for your contribution!
Thanks a lot for the review and for applying the changes, appreciate it.
Is there something that needs to improve in the other 4 patches?
Or just waiting on maintainers input?
Thanks,
José Expósito
On Friday, January 7th, 2022 at 18:26, José Expósito <jose.exposito89@gmail.com> wrote: > Is there something that needs to improve in the other 4 patches? > Or just waiting on maintainers input? Yeah, these patches look good to me. Feel free to add my R-b. Maintainers for these drivers still need to review/ack/apply them.
On 1/7/22 6:26 PM, José Expósito wrote: > Hi Simon, > > On Wed, Jan 05, 2022 at 11:54:43PM +0000, Simon Ser wrote: >> Pushed patches 1 & 2 to drm-misc-next. Thanks for your contribution! > > Thanks a lot for the review and for applying the changes, appreciate it. > > Is there something that needs to improve in the other 4 patches? > Or just waiting on maintainers input? > > Thanks, > José Expósito > Hi José, for the drm/stm part, Applied on drm-misc-next. Many thanks for your patches, Philippe :-)
diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h index 0c1102dc4d88..06759badf99f 100644 --- a/include/drm/drm_plane.h +++ b/include/drm/drm_plane.h @@ -516,7 +516,7 @@ struct drm_plane_funcs { * This optional hook is used for the DRM to determine if the given * format/modifier combination is valid for the plane. This allows the * DRM to generate the correct format bitmask (which formats apply to - * which modifier), and to valdiate modifiers at atomic_check time. + * which modifier), and to validate modifiers at atomic_check time. * * If not present, then any modifier in the plane's modifier * list is allowed with any of the plane's formats.