qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* can surface_bits_per_pixel() for the console surface ever return anything other than 32 ?
@ 2021-02-10 18:02 Peter Maydell
  2021-02-11 10:12 ` Gerd Hoffmann
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Maydell @ 2021-02-10 18:02 UTC (permalink / raw)
  To: QEMU Developers, Gerd Hoffmann

Hi; I was doing a bit of cleanup of one or two of the older
display devices based on a note in BiteSizedTasks about removing
dead code that tries to support bit depths other than 32 for the
console display surface.

I notice that as well as handling surface_bits_per_pixel()
possibly returning 8, 15, 16, 24, these devices also seem to
check for the possibility it returns 0 (presumably meaning
"no surface" or "no surface yet" ?).

Is it still possible that surface_bits_per_pixel() could return 0
here, either transiently during system initialization or more
generally, eg for '-display none' ? Or is the 'case 0' code also
entirely dead ?

thanks
-- PMM


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-15  9:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-10 18:02 can surface_bits_per_pixel() for the console surface ever return anything other than 32 ? Peter Maydell
2021-02-11 10:12 ` Gerd Hoffmann
2021-02-11 10:51   ` Peter Maydell
2021-02-12 18:38   ` Peter Maydell
2021-02-15  9:01     ` Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).