diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-10-04 16:17:58 +0200 |
---|---|---|
committer | Paul Cercueil <paul@crapouillou.net> | 2020-10-04 22:04:10 +0200 |
commit | 21271d41a67c2ffb9afe1b0741dd042acff7a0f8 (patch) | |
tree | 5b40695f4d1cc1a1aebc6a1ffe2550ea34466b7a /drivers/gpu/drm/ingenic/ingenic-drm.h | |
parent | drm/atomic: Make the kerneldoc a bit clearer (diff) | |
download | linux-21271d41a67c2ffb9afe1b0741dd042acff7a0f8.tar.xz linux-21271d41a67c2ffb9afe1b0741dd042acff7a0f8.zip |
Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"
This reverts commit 37054fc81443 ("gpu/drm: ingenic: Add option to mmap
GEM buffers cached")
At the very moment this commit was created, the DMA API it relied on was
modified in the DMA tree, which caused the driver to break in
linux-next.
Revert it for now, and it will be resubmitted later to work with the new
DMA API.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201004141758.1013317-1-paul@crapouillou.net
Diffstat (limited to 'drivers/gpu/drm/ingenic/ingenic-drm.h')
-rw-r--r-- | drivers/gpu/drm/ingenic/ingenic-drm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/ingenic/ingenic-drm.h b/drivers/gpu/drm/ingenic/ingenic-drm.h index ee3a892c0383..9b48ce02803d 100644 --- a/drivers/gpu/drm/ingenic/ingenic-drm.h +++ b/drivers/gpu/drm/ingenic/ingenic-drm.h @@ -171,10 +171,6 @@ void ingenic_drm_plane_config(struct device *dev, struct drm_plane *plane, u32 fourcc); void ingenic_drm_plane_disable(struct device *dev, struct drm_plane *plane); -void ingenic_drm_sync_data(struct device *dev, - struct drm_plane_state *old_state, - struct drm_plane_state *state); - extern struct platform_driver *ingenic_ipu_driver_ptr; #endif /* DRIVERS_GPU_DRM_INGENIC_INGENIC_DRM_H */ |