Skip to content

Commit b03be3e

Browse files
MarlonHenqrodrigovivi
authored andcommitted
drm/i915/gem: fix typo in comment (I915_EXEC_NO_RELOC)
The comment referenced the flag name incorrectly as 'I915_EXEC_NORELOC' (missing underscore). This patch corrects the spelling in the comment only; there is no functional change. Signed-off-by: Marlon Henrique Sanches <marlonsanches@estudante.ufscar.br> Link: https://lore.kernel.org/r/20251013183123.438573-1-marlonsanches@estudante.ufscar.br Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 604b5ee commit b03be3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ enum {
142142
* we want to leave the object where it is and for all the existing relocations
143143
* to match. If the object is given a new address, or if userspace thinks the
144144
* object is elsewhere, we have to parse all the relocation entries and update
145-
* the addresses. Userspace can set the I915_EXEC_NORELOC flag to hint that
145+
* the addresses. Userspace can set the I915_EXEC_NO_RELOC flag to hint that
146146
* all the target addresses in all of its objects match the value in the
147147
* relocation entries and that they all match the presumed offsets given by the
148148
* list of execbuffer objects. Using this knowledge, we know that if we haven't

0 commit comments

Comments
 (0)