diff options
author | Thomas Wood <thomas.wood@intel.com> | 2015-03-12 17:01:57 +0000 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2015-03-12 17:05:18 +0000 |
commit | 3b8e121552b2bd0c9023fbec0b88da36a27ce42c (patch) | |
tree | 33405af9882855ef2cb5bbfc1643a9dd86729e16 /lib/ioctl_wrappers.c | |
parent | 595575b9cbdc705edc6f1ac6a3fbf2ceb45bf5ba (diff) |
lib: small documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
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. |