summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann2019-09-1214-455/+435
* drm/virtio: Use vmalloc for command buffer allocations.David Riley2019-09-122-10/+72
* drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.David Riley2019-09-121-13/+7
* drm/ttm: remove embedded vma_offset_managerGerd Hoffmann2019-09-112-10/+3
* drm/vmwgfx: switch to own vma managerGerd Hoffmann2019-09-112-1/+6
* drm/qxl: switch to gem vma offset managerGerd Hoffmann2019-09-111-1/+1
* drm/amdgpu: switch to gem vma offset managerGerd Hoffmann2019-09-111-1/+1
* drm/radeon: switch to gem vma offset managerGerd Hoffmann2019-09-111-1/+1
* drm/vram: switch to gem vma offset managerGerd Hoffmann2019-09-111-1/+1
* drm/nouveau: switch to gem vma offset managerGerd Hoffmann2019-09-111-1/+1
* drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann2019-09-119-9/+24
* drm/vram: fix KconfigGerd Hoffmann2019-09-106-3/+10
* drm/qxl: use drm_gem_ttm_print_infoGerd Hoffmann2019-09-102-0/+2
* drm/qxl: use drm_gem_object_funcs callbacksGerd Hoffmann2019-09-102-8/+12
* drm/vram: add vram-mm debugfs fileGerd Hoffmann2019-09-103-0/+46
* drm/vram: use drm_gem_ttm_print_infoGerd Hoffmann2019-09-102-1/+4
* drm/ttm: add drm gem ttm helpers, starting with drm_gem_ttm_print_info()Gerd Hoffmann2019-09-105-0/+97
* drm: add drm_print_bitsGerd Hoffmann2019-09-102-0/+36
* drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann2019-09-092-8/+45
* drm/vram: Add infrastructure for move_notify()Thomas Zimmermann2019-09-092-0/+16
* drm/vram: Acquire lock only once per call to vmap()/vunmap()Thomas Zimmermann2019-09-091-46/+73
* drm/vram: Add kmap ref-counting to GEM VRAM objectsThomas Zimmermann2019-09-092-18/+71
* tda9950: use cec_notifier_cec_adap_(un)registerDariusz Marcinkiewicz2019-09-091-6/+6
* drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz2019-09-091-13/+18
* drm/sun4i/sun4i_hdmi_enc: call cec_s_conn_info()Hans Verkuil2019-09-091-2/+4
* drm/stm: ltdc: add pinctrl for DPI encoder modeYannick Fertré2019-09-091-0/+35
* drm/panel: panel-simple: Set OSD070T1718 panel typeLaurent Pinchart2019-09-081-0/+1
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-0816-37/+93
* drm/panel: Add and fill drm_panel type fieldLaurent Pinchart2019-09-0841-41/+112
* fbdev/sa1100fb: Remove even more dead codeArnd Bergmann2019-09-061-13/+0
* drm/blend: Define the direction of Z position valuesDaniel Vetter2019-09-061-1/+6
* drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter2019-09-062-4/+4
* drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann2019-09-061-4/+5
* drm/virtio: add worker for object releaseGerd Hoffmann2019-09-044-1/+42
* drm/virtio: add fence sanity checkGerd Hoffmann2019-09-041-0/+4
* drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann2019-09-041-21/+0
* drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann2019-09-041-15/+0
* drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann2019-09-043-26/+7
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-0411-536/+81
* drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann2019-09-042-42/+0
* drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann2019-09-043-19/+21
* drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann2019-09-044-37/+47
* drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann2019-09-043-28/+23
* drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann2019-09-043-43/+37
* drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann2019-09-043-45/+38
* drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann2019-09-042-0/+110
* drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann2019-09-041-3/+3
* drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann2019-09-043-7/+6
* drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann2019-09-042-14/+0
* drm/virtio: simplify cursor updatesGerd Hoffmann2019-09-041-10/+3