summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
2018-09-26virtio: Support prime objects vmap/vunmapEzequiel Garcia1-3/+8
2018-09-26virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia3-17/+6
2018-09-26virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia2-0/+9
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann4-55/+13
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann5-19/+17
2018-09-19drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An3-7/+26
2018-09-10drm/virtio: Remove set but not used variable 'bo'YueHaibing1-3/+0
2018-09-05drm/virtio: add iommu support.Gerd Hoffmann2-9/+38
2018-09-05drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann4-7/+12
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann3-1/+6
2018-09-03drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-21/+3
2018-08-30drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter1-2/+3
2018-08-30drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+2
2018-08-30drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+1
2018-08-10drm/virtio: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-08-08gpu: drm: virtio: code cleanupSouptick Joarder1-35/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-03drm/virtio: Remove unecessary dma_fence_opsDaniel Vetter1-7/+0
2018-06-11drm/virtio: Stop updating plane->crtcVille Syrjälä1-2/+0
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone4-32/+11
2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2018-04-25drm/virtio: fix vq wait_event conditionGerd Hoffmann1-2/+2
2018-04-25drm/virtio: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-6/+11
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+3
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie9-29/+39
2018-02-27drm/virtio: Add spaces around operatorsRodrigo Siqueira2-12/+12
2018-02-27drm/virtio: Remove multiple blank linesRodrigo Siqueira3-3/+0
2018-02-27drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira4-5/+5
2018-02-27drm/virtio: Remove return from void functionRodrigo Siqueira1-2/+0
2018-02-27drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira3-3/+6
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira6-0/+12
2018-02-27drm/virtio: Add tabs at the start of a lineRodrigo Siqueira2-4/+4
2018-02-27virtio-gpu: fix ioctl and expose the fixed status to userspace.Dave Airlie1-6/+11
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-4/+2
2018-02-26drm/virtio: remove ttm_pool_* wrappersChristian König1-16/+0
2018-02-01drm/virtio: Don't return invalid caps on timeoutTomeu Vizoso1-0/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2-3/+8
2017-12-27drm/virtio: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-4/+3
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-5/+6
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-5/+15
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-10/+10
2017-11-10virtgpu: remove redundant task_comm copyingMichał Mirosław1-4/+2
2017-11-10drm/virtio: add create_handle support.Lepton Wu1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30drm: virtio: replace reference/unreference with get/putAastha Gupta1-1/+1
2017-10-03Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-1/+1
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma3-10/+10