summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-10drm/tve200: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1
2020-06-10drm/tilcdc: Use GEM CMA object functionsThomas Zimmermann1-6/+1
2020-06-10drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1
2020-06-10drm/sti: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/stm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-6/+1
2020-06-10drm/stm: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/shmobile: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-06-10drm/shmobile: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/rcar-du: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-6/+1
2020-06-10drm/rcar-du: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/mxsfb: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-06-10drm/mxsfb: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-9/+2
2020-06-10drm/meson: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1
2020-06-10drm/mcde: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/malidp: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-6/+1
2020-06-10drm/malidp: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/komeda: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann1-6/+1
2020-06-10drm/komeda: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/ingenic: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-8/+1
2020-06-10drm/ingenic: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/imx: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1
2020-06-10drm/imx: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/hisilicon/kirin: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1
2020-06-10drm/hisilicon/kirin: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/hisilicon/kirin: Set .dumb_create to drm_gem_cma_dumb_create()Thomas Zimmermann1-1/+1
2020-06-10drm/fsl-dcu: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-06-10drm/fsl-dcu: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/atmel-hlcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-06-10drm/atmel-hlcdc: Use GEM CMA object functionsThomas Zimmermann1-5/+1
2020-06-10drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-06-10drm/arm: Use GEM CMA object functionsThomas Zimmermann1-6/+1
2020-06-10drm/arc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-06-10drm/arc: Use GEM CMA object functionsThomas Zimmermann1-6/+1
2020-06-10drm/cma-helper: Add DRM_GEM_CMA_DRIVER_OPS to set default GEM CMA functionsThomas Zimmermann1-4/+44
2020-06-10drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macroThomas Zimmermann12-16/+37
2020-06-10drm/cma-helper: Rename symbols from drm_cma_gem_ to drm_gem_cma_Thomas Zimmermann3-8/+8
2020-06-08drm/shmem-helpers: Simplify dma-buf importingDaniel Vetter1-37/+23
2020-06-08drm/shmem-helpers: Ensure get_pages is not called on imported dma-bufDaniel Vetter1-0/+10
2020-06-08drm/mm: add ig_frag selftestNirmoy Das2-0/+125
2020-06-08drm: document how user-space should use link-statusSimon Ser1-0/+26
2020-06-05drm/panel: simple: Add support for KOE TX26D202VM0BWA panelLiu Ying1-0/+34
2020-06-05dt-bindings: panel-simple: Add koe,tx26d202vm0bwa compatibleLiu Ying1-0/+2
2020-06-04drm/panel: simple: Set connector type for DSI panelsLaurent Pinchart1-0/+7
2020-06-04drm/mm: fix hole size comparisonNirmoy Das1-2/+2
2020-06-03drm/hdlcd: Don't call drm_crtc_vblank_off on unbindDaniel Vetter1-2/+1
2020-06-03drm/malidp: Don't call drm_crtc_vblank_off on unbindDaniel Vetter1-2/+1
2020-06-03drm/shmem-helpers: Redirect mmap for imported dma-bufDaniel Vetter1-0/+3