]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: rename F_IN_CTX flag to F_SR_IN_CTX
authorYan Zhao <yan.y.zhao@intel.com>
Tue, 11 Aug 2020 06:09:44 +0000 (14:09 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Thu, 10 Sep 2020 05:47:07 +0000 (13:47 +0800)
commit8a49e384016180732301253ffa2408afe1468c1c
tree8f6919ba12a6fa9bbf2c3c014d1f73bdca57a4aa
parent7e3001b7bc8801cac18dae4dedda1fb6585f3f12
drm/i915/gvt: rename F_IN_CTX flag to F_SR_IN_CTX

F_IN_CTX is an inaccurate flag name, because people may wrongly think all
MMIOs in context image are with this flag. But actually, this flag is only
for MMIOs both in GVT's save-restore list and in hardare logical
context's image.

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/20200811060944.3039-1-yan.y.zhao@intel.com
drivers/gpu/drm/i915/gvt/cmd_parser.c
drivers/gpu/drm/i915/gvt/gvt.h
drivers/gpu/drm/i915/gvt/mmio_context.c