diff options
Diffstat (limited to 'lib/ioctl_wrappers.c')
-rw-r--r-- | lib/ioctl_wrappers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c index baebf5c2..ff78ef13 100644 --- a/lib/ioctl_wrappers.c +++ b/lib/ioctl_wrappers.c @@ -699,6 +699,7 @@ void gem_context_set_param(int fd, struct local_i915_gem_context_param *p) /** * gem_context_require_param: * @fd: open i915 drm file descriptor + * @param: i915 hw context parameter * * Feature test macro to query whether hw context parameter support for @param * is available. Automatically skips through igt_require() if not. |