tune DRM_SURBUF_TYPE

This commit is contained in:
Vincent Wei
2023-07-22 17:28:20 +08:00
parent 1de19f9bee
commit 0f566d0342

View File

@@ -87,8 +87,10 @@ extern "C" {
/** The current version of DRM driver. */
#define DRM_DRIVER_VERSION 2
#define DRM_SURBUF_TYPE_OFFSCREEN 0x0000
#define DRM_SURBUF_TYPE_SCANOUT 0x0001
#define DRM_SURBUF_TYPE_OFFSCREEN 0x0000
#define DRM_SURBUF_TYPE_SHADOW 0x0001
#define DRM_SURBUF_TYPE_SCANOUT 0x0002
#define DRM_SURBUF_TYPE_MASK 0x000F
/**
* The struct type represents the DRI sub driver.