* [PATCH v2] drm/atomic-helper: Update reference to drm_crtc_force_disable_all()
@ 2023-07-28 9:03 Geert Uytterhoeven
2023-07-28 9:53 ` Javier Martinez Canillas
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-07-28 9:03 UTC (permalink / raw)
To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
David Airlie, Daniel Vetter, Sean Paul, Alex Deucher
Cc: dri-devel, linux-kernel, Geert Uytterhoeven, Sui Jingfeng
drm_crtc_force_disable_all() was renamed to
drm_helper_force_disable_all(), but one reference was not updated.
Fixes: c2d88e06bcb98540 ("drm: Move the legacy kms disable_all helper to crtc helpers")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn>
---
v2:
- Add Reviewed-by.
---
drivers/gpu/drm/drm_atomic_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
index 41b8066f61fff4be..292e38eb621806a0 100644
--- a/drivers/gpu/drm/drm_atomic_helper.c
+++ b/drivers/gpu/drm/drm_atomic_helper.c
@@ -3332,7 +3332,7 @@ EXPORT_SYMBOL(drm_atomic_helper_disable_all);
* that also takes a snapshot of the modeset state to be restored on resume.
*
* This is just a convenience wrapper around drm_atomic_helper_disable_all(),
- * and it is the atomic version of drm_crtc_force_disable_all().
+ * and it is the atomic version of drm_helper_force_disable_all().
*/
void drm_atomic_helper_shutdown(struct drm_device *dev)
{
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v2] drm/atomic-helper: Update reference to drm_crtc_force_disable_all()
2023-07-28 9:03 [PATCH v2] drm/atomic-helper: Update reference to drm_crtc_force_disable_all() Geert Uytterhoeven
@ 2023-07-28 9:53 ` Javier Martinez Canillas
2023-07-28 9:55 ` Geert Uytterhoeven
0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2023-07-28 9:53 UTC (permalink / raw)
To: Geert Uytterhoeven, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Daniel Vetter, Sean Paul,
Alex Deucher
Cc: Geert Uytterhoeven, Sui Jingfeng, linux-kernel, dri-devel
Geert Uytterhoeven <geert+renesas@glider.be> writes:
Hello Geert,
> drm_crtc_force_disable_all() was renamed to
> drm_helper_force_disable_all(), but one reference was not updated.
>
> Fixes: c2d88e06bcb98540 ("drm: Move the legacy kms disable_all helper to crtc helpers")
The dim tool complains that:
-:10: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")'
So I've fixed it locally to only use the first 12 chars of the sha1.
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn>
> ---
Pushed to drm-misc (drm-misc-next). Thanks!
--
Best regards,
Javier Martinez Canillas
Core Platforms
Red Hat
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v2] drm/atomic-helper: Update reference to drm_crtc_force_disable_all()
2023-07-28 9:53 ` Javier Martinez Canillas
@ 2023-07-28 9:55 ` Geert Uytterhoeven
2023-07-28 9:59 ` Javier Martinez Canillas
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-07-28 9:55 UTC (permalink / raw)
To: Javier Martinez Canillas
Cc: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
David Airlie, Daniel Vetter, Sean Paul, Alex Deucher,
Sui Jingfeng, linux-kernel, dri-devel
Hi Javier,
On Fri, Jul 28, 2023 at 11:53 AM Javier Martinez Canillas
<javierm@redhat.com> wrote:
> Geert Uytterhoeven <geert+renesas@glider.be> writes:
> > drm_crtc_force_disable_all() was renamed to
> > drm_helper_force_disable_all(), but one reference was not updated.
> >
> > Fixes: c2d88e06bcb98540 ("drm: Move the legacy kms disable_all helper to crtc helpers")
>
> The dim tool complains that:
>
> -:10: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")'
>
> So I've fixed it locally to only use the first 12 chars of the sha1.
Good luck restoring them in the future (you do care about Y2038,
do you? ;-)
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn>
> > ---
>
> Pushed to drm-misc (drm-misc-next). Thanks!
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v2] drm/atomic-helper: Update reference to drm_crtc_force_disable_all()
2023-07-28 9:55 ` Geert Uytterhoeven
@ 2023-07-28 9:59 ` Javier Martinez Canillas
0 siblings, 0 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2023-07-28 9:59 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
David Airlie, Daniel Vetter, Sean Paul, Alex Deucher,
Sui Jingfeng, linux-kernel, dri-devel
Geert Uytterhoeven <geert@linux-m68k.org> writes:
> Hi Javier,
>
> On Fri, Jul 28, 2023 at 11:53 AM Javier Martinez Canillas
> <javierm@redhat.com> wrote:
>> Geert Uytterhoeven <geert+renesas@glider.be> writes:
>> > drm_crtc_force_disable_all() was renamed to
>> > drm_helper_force_disable_all(), but one reference was not updated.
>> >
>> > Fixes: c2d88e06bcb98540 ("drm: Move the legacy kms disable_all helper to crtc helpers")
>>
>> The dim tool complains that:
>>
>> -:10: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")'
>>
>> So I've fixed it locally to only use the first 12 chars of the sha1.
>
> Good luck restoring them in the future (you do care about Y2038,
> do you? ;-)
>
Fair. I fixed it not only because checkpatch complained but also to make
it consistent with the rest of the Fixes: tag in the tree, in case that
people have automation in place having the assumption of the 12 chars...
--
Best regards,
Javier Martinez Canillas
Core Platforms
Red Hat
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-28 10:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28 9:03 [PATCH v2] drm/atomic-helper: Update reference to drm_crtc_force_disable_all() Geert Uytterhoeven
2023-07-28 9:53 ` Javier Martinez Canillas
2023-07-28 9:55 ` Geert Uytterhoeven
2023-07-28 9:59 ` Javier Martinez Canillas
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®