Skip to content
Snippets Groups Projects
Verified Commit 6ec1b7b0 authored by Robert Foss's avatar Robert Foss
Browse files

drm/imx: Set DRIVER_RENDER in order to allow for unprivileged buffer import/exports

parent f8cf2f16
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ static const struct drm_ioctl_desc imx_drm_ioctls[] = { ...@@ -170,7 +170,7 @@ static const struct drm_ioctl_desc imx_drm_ioctls[] = {
static struct drm_driver imx_drm_driver = { static struct drm_driver imx_drm_driver = {
.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME | .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME |
DRIVER_ATOMIC, DRIVER_ATOMIC | DRIVER_RENDER,
.lastclose = drm_fb_helper_lastclose, .lastclose = drm_fb_helper_lastclose,
.gem_free_object_unlocked = drm_gem_cma_free_object, .gem_free_object_unlocked = drm_gem_cma_free_object,
.gem_vm_ops = &drm_gem_cma_vm_ops, .gem_vm_ops = &drm_gem_cma_vm_ops,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment