summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | drm/ttm: nuke ttm_tt_set_(un)populated againChristian König2020-10-261-10/+0
| | * | | | drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-221-8/+2
| | * | | | drm/ttm: move last binding into the drivers.Dave Airlie2020-10-211-14/+0
| | * | | | drm/ttm: remove move to new and inline into remainging place.Dave Airlie2020-10-211-4/+0
| | * | | | drm/ttm: drop unbind callback.Dave Airlie2020-10-211-18/+0
| | * | | | drm/ttm: add move to system into driversDave Airlie2020-10-211-2/+0
| | * | | | drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie2020-10-201-22/+0
| | * | | | drm/ttm: add move old to system to drivers.Dave Airlie2020-10-201-0/+2
| | * | | | drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie2020-10-201-0/+4
| | * | | | drm/ttm: drop free old node wrapper.Dave Airlie2020-10-191-9/+0
| | * | | | drm/ttm: nuke caching placement flagsChristian König2020-10-152-29/+0
| | * | | | drm/ttm: use caching instead of placement for ttm_io_protChristian König2020-10-151-2/+4
| | * | | | drm/ttm: add caching state to ttm_bus_placementChristian König2020-10-151-3/+5
| | * | | | drm/ttm: set the tt caching state at creation timeChristian König2020-10-152-10/+40
| | * | | | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-11/+2
| | * | | | drm/ttm: move ttm_set_memory.h out of includeChristian König2020-10-071-84/+0
| | * | | | drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König2020-10-071-9/+0
| | * | | | drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König2020-10-071-1/+0
| | * | | | drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König2020-10-071-2/+1
| | * | | | drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-072-22/+2
| | * | | | drm/ttm: remove TTM_PAGE_FLAG_WRITEChristian König2020-10-071-1/+0
| | * | | | dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann2020-09-291-1/+1
| | * | | | dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann2020-09-291-1/+2
| | * | | | drm/ttm: remove fault callbackChristian König2020-09-281-3/+0
| | * | | | drm: Remove obsolete GEM and PRIME callbacks from struct drm_driverThomas Zimmermann2020-09-252-82/+5
| | * | | | drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König2020-09-241-1/+0
| | * | | | drm/ttm: remove ttm_bo_createChristian König2020-09-241-24/+0
| | * | | | drm/vram-helper: switch over to the new pin interfaceChristian König2020-09-241-3/+0
| | * | | | drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König2020-09-241-0/+26
| | * | | | drm/ttm: remove persistent_swap_storageChristian König2020-09-242-6/+1
| | * | | | drm/dp: add a number of DP 2.0 DPCD definitionsJani Nikula2020-09-241-7/+45
| | * | | | drm/dp: add subheadings to DPCD address definitionsJani Nikula2020-09-241-4/+18
| | * | | | drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie2020-09-241-0/+5
| | * | | | drm/doc: Document that modifiers are always required for fbDaniel Vetter2020-09-231-0/+13
| | * | | | drm/ttm: stop dangerous caching attribute changeChristian König2020-09-231-22/+0
| | * | | | drm/ttm: remove nonsense AGP handlingChristian König2020-09-231-44/+0
| * | | | | drm: drm_print.h: fix kernel-doc markupsMauro Carvalho Chehab2020-10-271-3/+17
| * | | | | drm: kernel-doc: drm_dp_helper.h: fix a typoMauro Carvalho Chehab2020-10-271-1/+1
| * | | | | drm: drm_edid: remove a duplicated kernel-doc declarationMauro Carvalho Chehab2020-10-271-7/+0
| | |_|_|/ | |/| | |
| * | | | Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-151-0/+4
| |\ \ \ \
| | * \ \ \ Merge tag 'asoc-v5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2020-10-122-2/+10
| | |\ \ \ \
| | * | | | | ALSA: hda/i915 - fix list corruption with concurrent probesTakashi Iwai2020-10-091-0/+4
| * | | | | | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-1523-579/+656
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'drm-msm-next-2020-09-27' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2020-09-291-0/+1
| | |\ \ \ \ \ \
| | | * | | | | | drm: add constant N value in helper fileChandan Uddaraju2020-09-151-0/+1
| | | |/ / / / /
| | * | | | | | Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-2315-230/+160
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | drm/dev: Remove drm_dev_initDaniel Vetter2020-09-211-4/+0
| | | * | | | | drm/ttm: drop evicted from ttm_bo.Dave Airlie2020-09-181-1/+0
| | | * | | | | drm/ttm: drop special pipeline accel cleanup function.Dave Airlie2020-09-181-15/+2
| | | * | | | | drm/ttm: add a simple assign mem to bo wrapperDave Airlie2020-09-181-2/+8