All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sven Schnelle <svens@stackframe.org>
To: parisc-linux@vger.kernel.org, linux-fbdev@vger.kernel.org
Cc: Helge Deller <deller@gmx.de>
Subject: [PATCH/RFT] fbdev driver for HP Visualize FX cards
Date: Sun, 31 Oct 2021 20:53:46 +0100	[thread overview]
Message-ID: <20211031195347.13754-1-svens@stackframe.org> (raw)

Hi List(s),

i wrote a fbdev driver for the HP Visualize FX cards used some of the
PA-RISC workstations. It utilizes some of the 2D acceleration features
present in the card.

What is working right now:

- modesetting (tested all VESA modes between 640x480 - 1600x1200).
- hardware cursor
- 2D acceleration like imageblit and fillrect.

What is not (fully) working:

- X11 with fbdev. xinit + mwm looks almost ok, except some corruption
where the text cursor was drawn when it is moved.
- more advanced X11 programs. xfce4-session doesn't really show much.

I would be most interested if people could test this driver with their FX
cards and report. I know that Visualize FXe doesn't work because it uses
completely different register addresses. For FX10 i would hope that they
share the same register set as they are based on the same architecture.
Note that you have to disable the sticon driver, otherwhise that one would
hog the PCI card and visualizefx would never be probed.

Not sure about FX2/4/6. Might be different, might be not.

I obtained all the knowledge about the registers by watching what STI and the HP-UX
X Server writes into the card. So the register names might be called different
compared to what HP has written in their data books.

Sven.


             reply	other threads:[~2021-10-31 20:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-31 19:53 Sven Schnelle [this message]
2021-10-31 19:53 ` [PATCH] video: fbdev: add HP Visualize FX driver Sven Schnelle
2021-11-01  7:07 ` [PATCH/RFT] fbdev driver for HP Visualize FX cards Thomas Zimmermann
2021-11-01  8:54   ` Sven Schnelle
2021-11-01  8:54     ` Sven Schnelle
2021-11-01  9:33     ` Thomas Zimmermann
2021-11-01  9:33       ` Thomas Zimmermann
2021-11-01 10:11       ` Sven Schnelle
2021-11-01 10:11         ` Sven Schnelle
2021-11-06 21:02       ` Sven Schnelle
2021-11-06 21:02         ` Sven Schnelle
2021-11-08  8:37         ` Thomas Zimmermann
2021-11-08  8:37           ` Thomas Zimmermann
2021-11-08 16:31           ` Sven Schnelle
2021-11-08 16:31             ` Sven Schnelle
2021-11-08 19:08             ` Thomas Zimmermann
2021-11-08 19:08               ` Thomas Zimmermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211031195347.13754-1-svens@stackframe.org \
    --to=svens@stackframe.org \
    --cc=deller@gmx.de \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=parisc-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.