Skip to content

Commit b5e420f

Browse files
yanzhao56rodrigovivi
authored andcommitted
drm/i915/gvt: correct a false comment of flag F_UNALIGN
Correct falsely removed comment of flag F_UNALIGN. Fixes: a6c5817 ("drm/i915/gvt: remove flag F_CMD_ACCESSED") Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com> Signed-off-by: Yan Zhao <yan.y.zhao@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20200910035405.20273-1-yan.y.zhao@intel.com (cherry picked from commit 6594094) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 0305613 commit b5e420f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/i915/gvt

drivers/gpu/drm/i915/gvt/gvt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ struct intel_gvt_mmio {
255255
#define F_CMD_ACCESS (1 << 3)
256256
/* This reg has been accessed by a VM */
257257
#define F_ACCESSED (1 << 4)
258-
/* This reg has been accessed through GPU commands */
258+
/* This reg could be accessed by unaligned address */
259259
#define F_UNALIGN (1 << 6)
260260
/* This reg is in GVT's mmio save-restor list and in hardware
261261
* logical context image

0 commit comments

Comments
 (0)