mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
linux-user: Add support for even more FB ioctls
This patch was validated with programs from DirectFB-1.0 and WebKit/DirectFB. Signed-off-by: Cédric VINCENT <cedric.vincent@st.com> Cc: Riku Voipio <riku.voipio@iki.fi> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
committed by
Riku Voipio
parent
774750c088
commit
12b81b7145
@@ -161,6 +161,19 @@ STRUCT(fb_var_screeninfo,
|
||||
TYPE_INT, /* rotate */
|
||||
MK_ARRAY(TYPE_INT, 5)) /* reserved */
|
||||
|
||||
STRUCT(fb_cmap,
|
||||
TYPE_INT, /* start */
|
||||
TYPE_INT, /* len */
|
||||
TYPE_PTRVOID, /* red */
|
||||
TYPE_PTRVOID, /* green */
|
||||
TYPE_PTRVOID, /* blue */
|
||||
TYPE_PTRVOID) /* transp */
|
||||
|
||||
STRUCT(fb_con2fbmap,
|
||||
TYPE_INT, /* console */
|
||||
TYPE_INT) /* framebuffer */
|
||||
|
||||
|
||||
STRUCT(vt_stat,
|
||||
TYPE_SHORT, /* v_active */
|
||||
TYPE_SHORT, /* v_signal */
|
||||
|
||||
Reference in New Issue
Block a user