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)
commit9b51b105f2a52a873107d7b28f0aca94e52ad7bd
tree6b86ce2d3633969e010ee4665cdf9c757ce4747d
parent517f188c6be5bcc71f92c049d91a26539482a6f8
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