summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gvt/cfg_space.c
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyuw@linux.intel.com>2017-02-16 09:10:01 +0300
committerZhenyu Wang <zhenyuw@linux.intel.com>2017-02-17 09:56:36 +0300
commitf655e67ac8d797425abb0404d0878758f3f71c1a (patch)
tree5f2778a0c205e5ae7f39cd5c8e85012a8b3239d8 /drivers/gpu/drm/i915/gvt/cfg_space.c
parent4a0b3444da3ce1090d0f894f4e343756a94ab8c3 (diff)
downloadlinux-f655e67ac8d797425abb0404d0878758f3f71c1a.tar.xz
drm/i915/gvt: Fix check error on opregion.c
As we switched to memremap for opregion, shouldn't use any __iomem for that, and move to use memcpy instead. This fixed static check errors for: CHECK drivers/gpu/drm/i915//gvt/opregion.c drivers/gpu/drm/i915//gvt/opregion.c:142:31: warning: incorrect type in argument 1 (different address spaces) drivers/gpu/drm/i915//gvt/opregion.c:142:31: expected void *addr drivers/gpu/drm/i915//gvt/opregion.c:142:31: got void [noderef] <asn:2>*opregion_va drivers/gpu/drm/i915//gvt/opregion.c:160:35: warning: incorrect type in assignment (different address spaces) drivers/gpu/drm/i915//gvt/opregion.c:160:35: expected void [noderef] <asn:2>*opregion_va drivers/gpu/drm/i915//gvt/opregion.c:160:35: got void * Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/gvt/cfg_space.c')
0 files changed, 0 insertions, 0 deletions