NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60585 CVS commit: src/sys/arch/sgimips/gio



The following reply was made to PR port-sgimips/60585; it has been noted by GNATS.

From: "Adrian Chadd" <adrian%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60585 CVS commit: src/sys/arch/sgimips/gio
Date: Tue, 18 Aug 2026 21:27:30 +0000

 Module Name:	src
 Committed By:	adrian
 Date:		Tue Aug 18 21:27:29 UTC 2026
 
 Modified Files:
 	src/sys/arch/sgimips/gio: newport.c
 
 Log Message:
 newport: ensure a valid ri_stride is provided to rasops_init()
 
 The x resolution is calculated by timings programmed into VC2, rather
 than some kind of hard coded width/height from the framebuffer.
 Newport always supports up to 1280x1024 regardless of what your monitor
 resolution is.
 
 However for some monitor detection timings, the resulting geometry
 is not ENTIRELY correct for rasops to work with.  So just round it up
 to a multiple of four so a newport console will always show up regardless
 of said monitor timing.
 
 Submitted by Imre Kaloz  <kaloz%dune.hu@localhost> .
 
 Fixes PR port-sgimips/60585 .
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sgimips/gio/newport.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index