index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sbus
/
tvtwo.c
Age
Commit message (
Expand
)
Author
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2008-12-27
Sync the sparc64 fb* api with the recent changes done on sparc.
Miod Vallat
2008-12-25
Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of
Miod Vallat
2008-03-15
Support the old-prom XVideo boards by rewriting the sbus range registers;
Miod Vallat
2007-03-13
When about to run X11 in 32 bpp mode, advertize correctly that we are
Miod Vallat
2006-08-14
Fix 640x480 mode operation (needs a font change, and stride is larger than
Miod Vallat
2006-06-02
sbus_establish() and the associated linked list in the sbus softc is now only
Miod Vallat
2006-02-12
Disable sync when blanking if display.vblank is set to off.
Miod Vallat
2006-02-12
Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit.
Miod Vallat
2006-02-12
Don't cause the screen border to be black; but we have to clear the whole
Miod Vallat
2005-03-07
- Match PGI,tvthree (similar frame buffer capacities)
Miod Vallat
2005-03-07
Do not bother passing the blanking routine to fbwscons_console_init(),
Miod Vallat
2005-01-05
Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most
Miod Vallat
2004-11-29
Move the struct wsscreen_descr from a per-driver global to a per-instance
Miod Vallat
2004-11-29
Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested
Miod Vallat