Get the cmd parser version number
int i915_cmd_parser_get_version(void);
void
no arguments
The cmd parser maintains a simple increasing integer version number suitable for passing to userspace clients to determine what operations are permitted.
the current version number of the cmd parser
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place