]> 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)
commitc1b1be639146c9ba87a93935e42f563ee3f423a8
tree8f6919ba12a6fa9bbf2c3c014d1f73bdca57a4aa
parentdeec8e0cdc77a51fe191aeca9fb7a883fbf31570
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