drm/vmwgfx: switch from ioremap_cache to memremap
authorDan Williams <dan.j.williams@intel.com>
Wed, 28 Oct 2015 07:19:45 +0000 (00:19 -0700)
committerThomas Hellstrom <thellstrom@vmware.com>
Mon, 2 Nov 2015 08:16:05 +0000 (00:16 -0800)
commit5ad9dceee97477a7bdaa8c57b67cb802627a579d
treeb9cd888ecec55aa6688a147bfd5cacc3071bcbe6
parenta76edb8cec0cc864c8b72fa7e84a72336e033e23
drm/vmwgfx: switch from ioremap_cache to memremap

Per commit 2e586a7e017a "drm/vmwgfx: Map the fifo as cached" the driver
expects the fifo registers to be cacheable.  In preparation for
deprecating ioremap_cache() convert its usage in vmwgfx to memremap().

Cc: David Airlie <airlied@linux.ie>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Cc: Sinclair Yeh <syeh@vmware.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c