Module Name: src Committed By: jmcneill Date: Tue Mar 2 11:51:00 UTC 2021
Modified Files: src/sys/arch/arm/fdt: arm_simplefb.c src/sys/dev/fdt: simplefb.c Log Message: Fix previous: Each line is "stride" bytes wide, not "width * depth". While here, add a comment explaining what this test is doing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/fdt/arm_simplefb.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/fdt/simplefb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.