summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-29drm/ttm: nuke old page allocatorChristian König3-126/+0
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-4/+7
2020-10-29drm/ttm: new TT backend allocation pool v3Christian König2-0/+93
2020-10-28Fonts: Make font size unsigned in font_descPeilin Ye1-1/+1
2020-10-27drm/doc: Document legacy_cursor_update betterDaniel Vetter1-1/+11
2020-10-26drm: deprecate DRM_FORMAT_MOD_NONESimon Ser1-1/+10
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2-31/+16
2020-10-26drm/ttm: make num_pages uint32_tChristian König1-1/+1
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-10/+0
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-8/+2
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-14/+0
2020-10-21drm/ttm: remove move to new and inline into remainging place.Dave Airlie1-4/+0
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-18/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-2/+0
2020-10-20drm/fourcc: Add AXBXGXRX106106106106 formatMatteo Franchin1-0/+6
2020-10-20drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie1-22/+0
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-0/+2
2020-10-20drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie1-0/+4
2020-10-19drm/ttm: drop free old node wrapper.Dave Airlie1-9/+0
2020-10-15dma-buf: Clarify that dma-buf sg lists are page alignedJianxin Xiong1-1/+2
2020-10-15drm/ttm: nuke caching placement flagsChristian König2-29/+0
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König1-2/+4
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-3/+5
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König2-10/+40
2020-10-13drm: shmobile: Reduce include dependenciesAndy Shevchenko1-2/+0
2020-10-09drm/fourcc: document modifier uniqueness requirementsSimon Ser1-0/+24
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-11/+2
2020-10-07drm/ttm: move ttm_set_memory.h out of includeChristian König1-84/+0
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König1-9/+0
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König1-1/+0
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König1-2/+1
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2-22/+2
2020-10-07drm/ttm: remove TTM_PAGE_FLAG_WRITEChristian König1-1/+0
2020-09-30virtio-gpu api: fix 64/32 compat issue with blob implementationAlistair Delva1-1/+1
2020-09-29dma-buf: Document struct dma_buf_mapThomas Zimmermann1-0/+72
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann3-6/+32
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann3-4/+18
2020-09-29dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptrThomas Zimmermann2-1/+84
2020-09-29drm/virtgpu api: cross-device featureGurchetan Singh1-0/+1
2020-09-29drm/virtgpu api: host visible featureGurchetan Singh1-0/+1
2020-09-29drm/virtgpu api: blob resourcesGurchetan Singh1-1/+36
2020-09-29virtio-gpu api: host visible featureGerd Hoffmann1-0/+35
2020-09-29virtio-gpu api: blob resourcesGerd Hoffmann1-0/+43
2020-09-28drm/ttm: remove fault callbackChristian König1-3/+0
2020-09-25drm: Remove obsolete GEM and PRIME callbacks from struct drm_driverThomas Zimmermann2-82/+5
2020-09-24drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König1-1/+0
2020-09-24drm/ttm: remove ttm_bo_createChristian König1-24/+0
2020-09-24drm/vram-helper: switch over to the new pin interfaceChristian König1-3/+0
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König1-0/+26
2020-09-24drm/ttm: remove persistent_swap_storageChristian König2-6/+1