Skip to content

Commit

Permalink
[VP] Move Reserved Bit to the End
Browse files Browse the repository at this point in the history
Move reserved bits to the end for renderhal state param
  • Loading branch information
peiyigu-intel authored and intel-mediadev committed Jul 9, 2024
1 parent 3596245 commit 30ba860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_common/agnostic/common/renderhal/renderhal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1024,10 +1024,10 @@ typedef struct _RENDERHAL_SURFACE_STATE_PARAMS
uint32_t bVmeUse : 1; // Flag for VME use
uint32_t bBufferUse : 1; // Flags for 1D buffer use
uint32_t bSurfaceTypeDefined : 1;
uint32_t : 1;
uint32_t forceCommonSurfaceMessage : 1;
uint32_t surfaceType : 11;
MOS_COMPONENT Component : 4;
uint32_t reserved : 1;
RENDERHAL_MEMORY_OBJECT_CONTROL MemObjCtl; // Caching attributes
} RENDERHAL_SURFACE_STATE_PARAMS, *PRENDERHAL_SURFACE_STATE_PARAMS;

Expand Down

0 comments on commit 30ba860

Please sign in to comment.