drm/rockchip: add rk3399 vop big csc support
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / Kconfig
index c4bf9a1cf4a65d927003314bb230ebe3f1e57288..e2181ac57107364bee7ab788a331f01f250a0710 100644 (file)
@@ -21,6 +21,11 @@ menuconfig DRM
          details.  You should also select and configure AGP
          (/dev/agpgart) support if it is available for your platform.
 
+config DRM_IGNORE_IOTCL_PERMIT
+       bool "Ignore drm ioctl permission"
+       default y
+       depends on DRM && ANDROID
+
 config DRM_MIPI_DSI
        bool
        depends on DRM
@@ -97,6 +102,14 @@ config DRM_KMS_CMA_HELPER
        help
          Choose this if you need the KMS CMA helper functions
 
+config DRM_DMA_SYNC
+       bool "DRM DMA Sync"
+       depends on DRM && DMA_SHARED_BUFFER
+       default n
+       help
+         Choose this option if you want to use fences and reservations for
+         synchronization of shared dma-buf access between different drivers.
+
 source "drivers/gpu/drm/i2c/Kconfig"
 
 config DRM_TDFX