diff options
author | Mika Kuoppala <mika.kuoppala@intel.com> | 2014-03-26 17:24:43 +0200 |
---|---|---|
committer | Mika Kuoppala <mika.kuoppala@intel.com> | 2014-03-26 17:40:23 +0200 |
commit | db25973c8651052dc2fd024ab67a8cea878aedc4 (patch) | |
tree | 5b61f1ee9c18b86c70525b0aac992171e8ea3e04 /lib | |
parent | 71c6f87eb3dacffbd489c83acfe95baf613d20cb (diff) |
lib/intel_batchbuffer fix OUT_RELOC doc tag
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/intel_batchbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intel_batchbuffer.h b/lib/intel_batchbuffer.h index e11281a3..49dbcf0a 100644 --- a/lib/intel_batchbuffer.h +++ b/lib/intel_batchbuffer.h @@ -117,7 +117,7 @@ intel_batchbuffer_require_space(struct intel_batchbuffer *batch, } while (0) /** - * OUT_RELOC_FENCED: + * OUT_RELOC: * @buf: relocation target libdrm buffer object * @read_domains: gem domain bits for the relocation * @write_domain: gem domain bit for the relocation |