drm/etnaviv: switch to PFN mappings
authorLucas Stach <l.stach@pengutronix.de>
Fri, 9 Sep 2022 09:20:44 +0000 (11:20 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Wed, 16 Nov 2022 20:36:38 +0000 (21:36 +0100)
commita3b4c2f9b03917d5d640bc6e3f42c24695967552
tree598c5cd8e54601fb78a35672dca49736f6e39575
parent1f5896ca6e930050e0f978a7ec7f6fc92ea15546
drm/etnaviv: switch to PFN mappings

There is no reason to use page based mappings, as the established
mappings are special driver mappings anyways and should not be
handled like normal pages.

Be consistent with what other drivers do and use raw PFN based
mappings.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/etnaviv/etnaviv_gem.c