diff options
author | Ira Weiny <ira.weiny@intel.com> | 2022-01-23 17:54:05 -0800 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2022-01-24 17:02:43 +0100 |
commit | 8b250cd3b5da18bd90f34ecb04c01661213b65ba (patch) | |
tree | f95ffb3e4340ae5924b2976881f57c17954afd59 /include/pcmcia | |
parent | ce99534e978d4a36787dbe5e5c57749d12e6bf4a (diff) |
drm/gma: Remove calls to kmap()
kmap() is being deprecated and these instances are easy to convert to
kmap_local_page().
Furthermore, in gma_crtc_cursor_set() use the memcpy_from_page() helper
instead of an open coded use of kmap_local_page().
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220124015409.807587-4-ira.weiny@intel.com
Diffstat (limited to 'include/pcmcia')
0 files changed, 0 insertions, 0 deletions