Skip to content

Commit

Permalink
Update Prime3 definition
Browse files Browse the repository at this point in the history
0x80000000 usually used as unsupport bit, update to new value.

Signed-off-by: Li, Xin6 <[email protected]>
  • Loading branch information
lixin5x committed Feb 18, 2024
1 parent eeebe59 commit 3b8ca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion va/va_drmcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct drm_state {
*
* Used with VADRMPRIME3SurfaceDescriptor.
*/
#define VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_3 0x80000000
#define VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_3 0x08000000

/**
* \brief External buffer descriptor for a DRM PRIME surface.
Expand Down

0 comments on commit 3b8ca25

Please sign in to comment.