mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-31 12:30:14 +01:00
Merge remote branch 'upstream/master' into i915-zone-rendering
This commit is contained in:
commit
0eb514b084
1 changed files with 2 additions and 2 deletions
|
|
@ -788,9 +788,9 @@ typedef struct drm_fence_arg {
|
|||
|
||||
typedef enum {
|
||||
drm_bo_type_dc,
|
||||
drm_bo_type_kernel, /* for initial kernel allocations */
|
||||
drm_bo_type_user,
|
||||
drm_bo_type_fake
|
||||
drm_bo_type_fake,
|
||||
drm_bo_type_kernel, /* for initial kernel allocations */
|
||||
}drm_bo_type_t;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue