]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: clean up unused vgpu_read/write
authorWeinan Li <weinan.z.li@intel.com>
Thu, 26 Jan 2017 05:23:48 +0000 (13:23 +0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 31 Jan 2017 10:03:49 +0000 (10:03 +0000)
commit63752f7682219e6d35cb6344f2ff3c6333f51bcd
tree6b86ce2d3633969e010ee4665cdf9c757ce4747d
parent39adb9ce492cc5b8fcf2a85d745487819a528a68
drm/i915: clean up unused vgpu_read/write

Having converted the force_wake_get/_put routines for a vGPU to be no-op,
we can use the common mmio accessors and remove our specialised routines
that simply skipped the calls to control force_wake.

Signed-off-by: Weinan Li <weinan.z.li@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1485408228-12932-1-git-send-email-weinan.z.li@intel.com
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_uncore.c