X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fgpu%2Fdrm%2FKconfig;h=e2181ac57107364bee7ab788a331f01f250a0710;hb=d6a5afc432bee13c844dd4b5752b5ab43c8e494c;hp=c4bf9a1cf4a65d927003314bb230ebe3f1e57288;hpb=172473407962df19d0344fcdba90b02d16fe98d0;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index c4bf9a1cf4a6..e2181ac57107 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -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