summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools (unfollow)
Commit message (Expand)AuthorFilesLines
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 Vetter4-54/+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/doc: Update IGT documentationLeandro Ribeiro1-30/+2
2019-11-04drm/vkms: Update VKMS documentationGabriela Bittencourt1-4/+4
2019-11-04drm/todo: Add entry to remove load/unload hooksDaniel Vetter1-0/+17
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/scdc: Fix typo in bit definition of SCDC_STATUS_FLAGSPatrik Jakobsson1-3/+3
2019-11-04drm/ttm: ttm_tt_init_fields() can be staticChristian König1-2/+3
2019-11-04drm/ttm: Convert vm callbacks to helpersThomas Hellstrom2-63/+119
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 Paul6-411/+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-30Revert "kselftests: Add dma-heap test"Sean Paul2-247/+0
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring4-5/+13
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/todo: Clarify situation around fbdev and defioThomas Zimmermann1-4/+4
2019-10-28drm/fb-helper: Remove drm_fb_helper_defio_init() and update docsThomas Zimmermann2-49/+13
2019-10-25drm: Don't free jobs in wait_event_interruptible()Steven Price1-19/+24
2019-10-25doc: drm: Update references to previously renamed filesAnna Karas1-3/+3
2019-10-25kselftests: Add dma-heap testJohn Stultz2-0/+247
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. Davis6-0/+411
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önig15-88/+57
2019-10-25drm/ttm: always keep BOs on the LRUChristian König15-118/+33
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König7-71/+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 Uytterhoeven2-2/+2
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 Zimmermann2-0/+151
2019-10-24drm/gpu: Add comment for memory barrierBhanusree1-2/+2
2019-10-24drm/mediatek: remove cast to pointers passed to kfreeWambui Karuga1-2/+2
2019-10-24drm/simple-kms: Standardize arguments for callbacksDaniel Vetter5-8/+9
2019-10-24dma-buf: stop using the dmabuf->lock so much v2Christian König1-16/+2