summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/tve200: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-7/+1
* drm/tilcdc: Use GEM CMA object functionsThomas Zimmermann2020-06-101-6/+1
* drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-7/+1
* drm/sti: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/stm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann2020-06-101-6/+1
* drm/stm: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/shmobile: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/shmobile: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/rcar-du: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann2020-06-101-6/+1
* drm/rcar-du: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/mxsfb: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/mxsfb: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann2020-06-101-9/+2
* drm/meson: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-7/+1
* drm/mcde: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/malidp: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann2020-06-101-6/+1
* drm/malidp: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/komeda: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann2020-06-101-6/+1
* drm/komeda: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/ingenic: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-8/+1
* drm/ingenic: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/imx: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-7/+1
* drm/imx: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/hisilicon/kirin: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-7/+1
* drm/hisilicon/kirin: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/hisilicon/kirin: Set .dumb_create to drm_gem_cma_dumb_create()Thomas Zimmermann2020-06-101-1/+1
* drm/fsl-dcu: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/fsl-dcu: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/atmel-hlcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/atmel-hlcdc: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/arm: Use GEM CMA object functionsThomas Zimmermann2020-06-101-6/+1
* drm/arc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/arc: Use GEM CMA object functionsThomas Zimmermann2020-06-101-6/+1
* drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macroThomas Zimmermann2020-06-1011-12/+11
* drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_Thomas Zimmermann2020-06-102-6/+6
* drm/shmem-helpers: Simplify dma-buf importingDaniel Vetter2020-06-081-37/+23
* drm/shmem-helpers: Ensure get_pages is not called on imported dma-bufDaniel Vetter2020-06-081-0/+10
* drm/mm: add ig_frag selftestNirmoy Das2020-06-082-0/+125
* drm: document how user-space should use link-statusSimon Ser2020-06-081-0/+26
* drm/panel: simple: Add support for KOE TX26D202VM0BWA panelLiu Ying2020-06-051-0/+34
* drm/panel: simple: Set connector type for DSI panelsLaurent Pinchart2020-06-041-0/+7
* drm/mm: fix hole size comparisonNirmoy Das2020-06-041-2/+2
* drm/hdlcd: Don't call drm_crtc_vblank_off on unbindDaniel Vetter2020-06-031-2/+1
* drm/malidp: Don't call drm_crtc_vblank_off on unbindDaniel Vetter2020-06-031-2/+1
* drm/shmem-helpers: Redirect mmap for imported dma-bufDaniel Vetter2020-06-031-0/+3
* drm/shmem-helpers: Don't call get/put_pages on imported dma-buf in vmapDaniel Vetter2020-06-031-5/+6
* drm/udl: Don't call get/put_pages on imported dma-bufDaniel Vetter2020-06-031-10/+12