From: yxj Date: Thu, 24 Jan 2013 02:46:54 +0000 (+0800) Subject: rk fb: add ioctl RK_FBIOSET_CONFIG_DONE,RK_FBIOSET_VSYNC_ENABLE X-Git-Tag: firefly_0821_release~7808 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4018fa788c641b4463849ec638c09e3fcaf5949a;p=firefly-linux-kernel-4.4.55.git rk fb: add ioctl RK_FBIOSET_CONFIG_DONE,RK_FBIOSET_VSYNC_ENABLE --- diff --git a/include/linux/rk_fb.h b/include/linux/rk_fb.h index f067c9c5df96..eeeff2f54bdc 100644 --- a/include/linux/rk_fb.h +++ b/include/linux/rk_fb.h @@ -51,6 +51,9 @@ #define FBIOSET_OVERLAY_STATE 0x5018 #define FBIOSET_ENABLE 0x5019 #define FBIOGET_ENABLE 0x5020 +#define RK_FBIOSET_CONFIG_DONE 0x4628 +#define RK_FBIOSET_VSYNC_ENABLE 0x4629 + /******************************************************************** ** display output interface supported by rockchip lcdc *