summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-11-08drm/tilcdc: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz1-2/+4
2019-11-08drm/mediatek: Provide ddc symlink in hdmi connector sysfs directoryAndrzej Pietrasiewicz1-3/+4
2019-11-08drm/exynos: Provide ddc symlink in connector's sysfsAndrzej Pietrasiewicz1-2/+4
2019-11-07drm/msm/hdmi: Provide ddc symlink in hdmi connector sysfs directoryAndrzej Pietrasiewicz1-2/+4
2019-11-07drm: rockchip: Provide ddc symlink in inno_hdmi sysfs directoryAndrzej Pietrasiewicz1-2/+4
2019-11-07drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directoryAndrzej Pietrasiewicz1-3/+4
2019-11-07drm/amdgpu: Provide ddc symlink in dm connector's sysfs directoryAndrzej Pietrasiewicz1-2/+3
2019-11-07drm/radeon: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz1-36/+107
2019-11-07drm/gma500: Add page flip support on psb/cdvPaul Kocialkowski6-3/+72
2019-11-07drm/gma500: Add missing call to allow enabling vblank on psb/cdvPaul Kocialkowski1-0/+2
2019-11-07drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()Thomas Zimmermann1-108/+1
2019-11-06drm/komeda: Use devm_platform_ioremap_resource() in komeda_dev_create()Markus Elfring1-8/+1
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter3-50/+5
2019-11-06drm/nouveau: slowpath for pushbuf ioctlDaniel Vetter1-19/+38
2019-11-06dma_resv: prime lockdep annotationsDaniel Vetter1-0/+24
2019-11-04drm/vkms: Update VKMS documentationGabriela Bittencourt1-4/+4
2019-11-04drm/property: Enforce more lifetime rulesDaniel Vetter1-0/+14
2019-11-04drm: use DIV_ROUND_UP helper macro for calculationsWambui Karuga1-2/+2
2019-11-04drm/ttm: ttm_tt_init_fields() can be staticChristian König1-2/+3
2019-11-04drm/ttm: Convert vm callbacks to helpersThomas Hellstrom1-63/+105
2019-11-04drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom1-5/+3
2019-10-30Revert "dma-buf: Add dma-buf heaps framework"Sean Paul3-279/+0
2019-10-30Revert "dma-buf: heaps: Add heap helpers"Sean Paul4-326/+0
2019-10-30Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul4-133/+0
2019-10-30Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul3-187/+0
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring3-3/+10
2019-10-29drm/panfrost: Simplify devfreq utilisation trackingSteven Price4-56/+38
2019-10-29drm/panfrost: Use generic code for devfreqSteven Price2-52/+10
2019-10-29drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_createHans de Goede1-1/+1
2019-10-28drm/amdgpu: add independent DMA-buf import v9Christian König4-28/+52
2019-10-28drm/amdgpu: add independent DMA-buf export v8Christian König3-78/+96
2019-10-28drm/fb-helper: Remove drm_fb_helper_defio_init() and update docsThomas Zimmermann1-48/+13
2019-10-25drm: Don't free jobs in wait_event_interruptible()Steven Price1-19/+24
2019-10-25dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz3-0/+187
2019-10-25dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz4-0/+133
2019-10-25dma-buf: heaps: Add heap helpersJohn Stultz4-0/+326
2019-10-25dma-buf: Add dma-buf heaps frameworkAndrew F. Davis3-0/+279
2019-10-25drm/ttm: stop exporting ttm_mem_io_* functionsChristian König1-4/+0
2019-10-25drm/qxl: stop using TTM to call driver internal functionsChristian König3-12/+5
2019-10-25drm/ttm: use the parent resv for ghost objects v3Christian König1-9/+11
2019-10-25drm/ttm: remove pointers to globalsChristian König13-83/+55
2019-10-25drm/ttm: always keep BOs on the LRUChristian König12-76/+29
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König6-39/+19
2019-10-25drm/gpu: Fix Memory barrier without comment IssueBhanusree1-4/+4
2019-10-25drm/gpu: Fix Missing blank line after declarationsBhanusree1-0/+2
2019-10-24drm: Spelling s/connet/connect/Geert Uytterhoeven1-1/+1
2019-10-24drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann1-57/+4
2019-10-24drm/hisilicon/hibmc: Use GEM VRAM's prepare_fb() and cleanup_fb() helpersThomas Zimmermann1-10/+4
2019-10-24drm/bochs: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpersThomas Zimmermann1-24/+2
2019-10-24drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb()Thomas Zimmermann1-0/+126