mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
add DRM video driver
This commit is contained in:
@@ -313,6 +313,9 @@ extern VideoBootStrap STGFB_bootstrap;
|
||||
#ifdef _MGGAL_USVFB
|
||||
extern VideoBootStrap USVFB_bootstrap;
|
||||
#endif
|
||||
#ifdef _MGGAL_DRM
|
||||
extern VideoBootStrap DRM_bootstrap;
|
||||
#endif
|
||||
|
||||
/* This is the current video device */
|
||||
extern GAL_VideoDevice *current_video;
|
||||
|
||||
@@ -143,6 +143,9 @@ static VideoBootStrap *bootstrap[] = {
|
||||
#endif
|
||||
#ifdef _MGGAL_USVFB
|
||||
&USVFB_bootstrap,
|
||||
#endif
|
||||
#ifdef _MGGAL_DRM
|
||||
&DRM_bootstrap,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user