| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Errors will result in nice clean panic messages so we know what's wrong.
Reviewed by dhill visa natano jsg.
|
|
|
|
| |
ok natano visa
|
|
|
|
|
|
|
|
|
| |
definitions instead. We don't change usb.h for now to stay compatible
with userland.
Tested by mpi@ on macppc and myself on i386.
ok mpi@
|
| |
|
|
|
|
| |
feedback and ok mglocker@
|
|
|
|
| |
ok mglocker@
|
|
|
|
| |
ok matthiue@ and mglocker@. -moj
|
|
|
|
| |
backing store.
|
|
|
|
|
|
| |
- Spacing / comments.
- Be constant in using variable types.
- Avoid repeating function-inline definitions for the same variable.
|
|
|
|
| |
monitor. Use the EDID parsing from videomode. -moj ok mglocker@
|
|
|
|
|
|
|
| |
change the UDLIO_DAMAGE ioctl from 0 to 128 and move the ioctl part from
udl.h to udlio.h so we can include it in userland applications.
Suggested and OK miod@
|
|
|
|
| |
be completed.
|
|
|
|
| |
a bit more self explaining. No functional changes.
|
|
|
|
| |
operation and tell the X11 driver to retry later (same as for rasops).
|
|
|
|
|
|
|
| |
compressed). The upcoming X11 driver mmaps its framebuffer from the
kernel and sends updates via the Damage mechanism.
Committed from a X session on udl, of course.
|
| |
|
|
|
|
|
|
|
|
|
| |
and continue operation afterwards. If we can't flush immediately, we will
undo the operation and return EAGAIN to wsdisplay (like we do already for
the xfer queue).
This allows us to set higher resolutions (tested up to 1280x1024) without
bumping the command buffer or xfer buffer memory further.
|
| |
|
|
|
|
|
|
| |
of performance. Instead generate the Huffman table with two ints.
Suggested, help and OK deraadt@
|
|
|
|
|
| |
Huffman table can't be loaded, the driver will operate in uncompressed
mode.
|
|
|
|
|
| |
This safes us some protocol overhead, especially when bit blittering
large regions.
|
| |
|
|
DL-120 / DL-160 graphic chips, using the wsdisplay(4) layer. Based on
the reversed engineered specifications of Florian Echtler. The driver
is disabled in GENERIC for now.
Thanks to claudio@ for donating me a device and to oga@ and miod@ for
giving me hints in the graphic and wsdisplay area.
OK deraadt
|