summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley2019-09-131-1/+1
* drm/virtio: enable prime mmap supportGerd Hoffmann2019-09-131-0/+1
* drm/vram: Unconditonally set BO call-back functionsThomas Zimmermann2019-09-121-2/+1
* drm/vram: Unexport internal functions of VRAM MMThomas Zimmermann2019-09-121-33/+5
* drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann2019-09-127-98/+42
* drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann2019-09-1211-366/+349
* 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-111-7/+2
* 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-118-7/+18
* 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-101-0/+44
* 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-103-0/+66
* drm: add drm_print_bitsGerd Hoffmann2019-09-101-0/+33
* drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann2019-09-091-8/+41
* drm/vram: Add infrastructure for move_notify()Thomas Zimmermann2019-09-091-0/+12
* 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-091-18/+57
* 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-0815-33/+86
* drm/panel: Add and fill drm_panel type fieldLaurent Pinchart2019-09-0840-40/+101
* 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