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 authored and XinfengZhang committed Mar 4, 2024
1 parent 0e4c0e5 commit 62e2f4d
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 62e2f4d

Please sign in to comment.