Patch "drm/mgag200: Fix value in register" has been added to the 6.12-stable tree

2025-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/mgag200: Fix value in register to the 6.12-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-mgag200-fix-va

Patch "drm/mgag200: Fix value in register" has been added to the 6.14-stable tree

2025-04-21 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/mgag200: Fix value in register to the 6.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: drm-mgag200-fix-va

Re: [PATCH] drm/mgag200: Fix value in register

2025-04-18 Thread Wakko Warner
Thomas Zimmermann wrote: > Hi > > Am 16.04.25 um 17:22 schrieb Wakko Warner: > > Thomas Zimmermann wrote: > > > Fix an off-by-one error when setting the vblanking start in > > > . Commit d6460bd52c27 ("drm/mgag200: Add dedicated > > > variables for blanking fields") switched the value from > > > c

Re: [PATCH] drm/mgag200: Fix value in register

2025-04-17 Thread Сергей
Hello. Maybe I don't understand something, but I installed kernel version 6.14.2 on Arch Linux and the problem with the blinking video signal on IPMI remained

Re: [PATCH] drm/mgag200: Fix value in register

2025-04-17 Thread Wakko Warner
Thomas Zimmermann wrote: > Fix an off-by-one error when setting the vblanking start in > . Commit d6460bd52c27 ("drm/mgag200: Add dedicated > variables for blanking fields") switched the value from > crtc_vdisplay to crtc_vblank_start, which DRM helpers copy > from the former. The commit missed to

Re: [PATCH] drm/mgag200: Fix value in register

2025-04-17 Thread afmer
Hello. Maybe I don't understand something, but I installed kernel version 6.14.2 on Arch Linux and the problem with the blinking video signal on IPMI remained 16.04.2025 19:56, Wakko Warner пишет: Thomas Zimmermann wrote: Hi Am 16.04.25 um 17:22 schrieb Wakko Warner: Thomas Zimmermann wrot

Re: [PATCH] drm/mgag200: Fix value in register

2025-04-16 Thread Thomas Zimmermann
Hi Am 16.04.25 um 17:22 schrieb Wakko Warner: Thomas Zimmermann wrote: Fix an off-by-one error when setting the vblanking start in . Commit d6460bd52c27 ("drm/mgag200: Add dedicated variables for blanking fields") switched the value from crtc_vdisplay to crtc_vblank_start, which DRM helpers cop

Re: [PATCH] drm/mgag200: Fix value in register

2025-04-16 Thread Jocelyn Falempe
On 16/04/2025 10:38, Thomas Zimmermann wrote: Fix an off-by-one error when setting the vblanking start in . Commit d6460bd52c27 ("drm/mgag200: Add dedicated variables for blanking fields") switched the value from crtc_vdisplay to crtc_vblank_start, which DRM helpers copy from the former. The comm

[PATCH] drm/mgag200: Fix value in register

2025-04-16 Thread Thomas Zimmermann
Fix an off-by-one error when setting the vblanking start in . Commit d6460bd52c27 ("drm/mgag200: Add dedicated variables for blanking fields") switched the value from crtc_vdisplay to crtc_vblank_start, which DRM helpers copy from the former. The commit missed to subtract one though. Reported-by: