mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 02:33:59 +08:00
add exdrv_handle for the handle of the shared library for the external DRM driver
This commit is contained in:
@@ -63,6 +63,7 @@ typedef struct GAL_PrivateVideoData {
|
||||
char dev_name[LEN_DEVICE_NAME + 1];
|
||||
int dev_fd;
|
||||
|
||||
void* exdrv_handle;
|
||||
DriDriverOps* driver_ops;
|
||||
DriDriver* driver;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user