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
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
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
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
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
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
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
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
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: