[PATCH] drm/i915/gvt: correct a false comment of flag F_UNALIGN
Zhenyu Wang
zhenyuw at linux.intel.com
Mon Sep 14 05:49:49 UTC 2020
On 2020.09.10 11:54:05 +0800, Yan Zhao wrote:
> Correct falsely removed comment of flag F_UNALIGN.
>
> Fixes:85e5eaf20458 ("drm/i915/gvt: remove flag F_CMD_ACCESSED")
>
> Signed-off-by: Yan Zhao <yan.y.zhao at intel.com>
> ---
> drivers/gpu/drm/i915/gvt/gvt.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gvt/gvt.h b/drivers/gpu/drm/i915/gvt/gvt.h
> index 9831361f181e..a81cf0f01e78 100644
> --- a/drivers/gpu/drm/i915/gvt/gvt.h
> +++ b/drivers/gpu/drm/i915/gvt/gvt.h
> @@ -255,7 +255,7 @@ struct intel_gvt_mmio {
> #define F_CMD_ACCESS (1 << 3)
> /* This reg has been accessed by a VM */
> #define F_ACCESSED (1 << 4)
> -/* This reg has been accessed through GPU commands */
> +/* This reg could be accessed by unaligned address */
> #define F_UNALIGN (1 << 6)
> /* This reg is in GVT's mmio save-restor list and in hardware
> * logical context image
> --
Reviewed-by: Zhenyu Wang <zhenyuw at linux.intel.com>
--
$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gvt-dev/attachments/20200914/adc8fe36/attachment.sig>
More information about the intel-gvt-dev
mailing list