linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] parisc/stifb: Enable stifb with A1924A on HP 730 workstation
@ 2020-10-12  7:18 Helge Deller
  0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2020-10-12  7:18 UTC (permalink / raw)
  To: linux-parisc, James Bottomley, John David Anglin

The stifb driver should - according to the documentation - work on my HP
730 workstation with built-in A1924A card. The A1924A is a grayscale CRC
card and should be compatible with the A1659A. Nevertheless, the screen
stays blank and this patch needs more analysis...

Signed-off-by: Helge Deller <deller@gmx.de>

diff --git a/drivers/video/fbdev/stifb.c b/drivers/video/fbdev/stifb.c
index 265865610edc..60ebbb7f922d 100644
--- a/drivers/video/fbdev/stifb.c
+++ b/drivers/video/fbdev/stifb.c
@@ -1162,6 +1162,7 @@ static int __init stifb_init_fb(struct sti_struct *sti, int bpp_pref)
 	case S9000_ID_HCRX:
 	case S9000_ID_TIMBER:
 	case S9000_ID_A1659A:
+	case S9000_ID_A1924A:
 	case S9000_ID_A1439A:
 		break;
 	default:

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-12  7:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  7:18 [PATCH] parisc/stifb: Enable stifb with A1924A on HP 730 workstation Helge Deller

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).