mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
drm/rockchip: add DRM_RENDER_ALLOW
This is required by android hwc for dev/dri/card128. Change-Id: Ia0159b877f7d8b2bb5cecf3b352b67d9c76c7c97 Signed-off-by: Mark Yao <mark.yao@rock-chips.com> Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -1523,7 +1523,7 @@ static struct dma_buf *rockchip_drm_gem_prime_export(struct drm_gem_object *obj,
|
||||
}
|
||||
|
||||
static struct drm_driver rockchip_drm_driver = {
|
||||
.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC,
|
||||
.driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_ATOMIC | DRIVER_RENDER,
|
||||
.postclose = rockchip_drm_postclose,
|
||||
.lastclose = rockchip_drm_lastclose,
|
||||
.open = rockchip_drm_open,
|
||||
|
||||
Reference in New Issue
Block a user