pvr: Update pvrsrv build version for fixed size fw.

It's still 1.17 but the version is changed due to the fixed size
fw struct update.

Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Reviewed-by: Rajnesh Kanwal <rajnesh.kanwal@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17491>
This commit is contained in:
Karmjit Mahil 2022-06-10 10:10:13 +01:00 committed by Marge Bot
parent d0df34c391
commit f2e2e66e42
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@
(((uint32_t)((uint32_t)(PVR_SRV_VERSION_MAJ)&0xFFFFU) << 16U) | \
(((PVR_SRV_VERSION_MIN)&0xFFFFU) << 0U))
#define PVR_SRV_VERSION_BUILD 6210866
#define PVR_SRV_VERSION_BUILD 6256262
/*! This flags gets set if the client is 64 Bit compatible. */
#define PVR_SRV_FLAGS_CLIENT_64BIT_COMPAT BITFIELD_BIT(5U)