summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio: Support prime objects vmap/vunmapEzequiel Garcia2018-09-261-3/+8
* virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia2018-09-263-17/+6
* virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia2018-09-262-0/+9
* drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann2018-09-254-55/+13
* drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann2018-09-255-19/+17
* drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An2018-09-193-7/+26
* drm/virtio: Remove set but not used variable 'bo'YueHaibing2018-09-101-3/+0
* drm/virtio: add iommu support.Gerd Hoffmann2018-09-052-9/+38
* drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann2018-09-054-7/+12
* drm/virtio: track virtual output stateGerd Hoffmann2018-09-053-1/+6
* drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-21/+3
* drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter2018-08-301-2/+3
* drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-3/+2
* drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2018-08-301-1/+1
* drm/virtio: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-08-101-1/+1
* gpu: drm: virtio: code cleanupSouptick Joarder2018-08-081-35/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/virtio: Remove unecessary dma_fence_opsDaniel Vetter2018-07-031-7/+0
* drm/virtio: Stop updating plane->crtcVille Syrjälä2018-06-111-2/+0
* drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone2018-05-184-32/+11
* Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-301-1/+1
|\
| * drm/virtio: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
* | drm/virtio: fix vq wait_event conditionGerd Hoffmann2018-04-251-2/+2
|/
* Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie2018-03-281-6/+11
|\
| * virtio-gpu: fix ioctl and expose the fixed status to userspace.Dave Airlie2018-02-271-6/+11
* | drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-4/+3
* | Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-03-149-29/+39
|\ \
| * | drm/virtio: Add spaces around operatorsRodrigo Siqueira2018-02-272-12/+12
| * | drm/virtio: Remove multiple blank linesRodrigo Siqueira2018-02-273-3/+0
| * | drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira2018-02-274-5/+5
| * | drm/virtio: Remove return from void functionRodrigo Siqueira2018-02-271-2/+0
| * | drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira2018-02-273-3/+6
| * | drm/virtio: Add blank line after variable declarationsRodrigo Siqueira2018-02-276-0/+12
| * | drm/virtio: Add tabs at the start of a lineRodrigo Siqueira2018-02-272-4/+4
* | | drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-261-1/+1
* | | drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-261-4/+2
* | | drm/virtio: remove ttm_pool_* wrappersChristian König2018-02-261-16/+0
|/ /
* / drm/virtio: Don't return invalid caps on timeoutTomeu Vizoso2018-02-011-0/+2
|/
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-282-3/+8
* drm/virtio: remove the default io_mem_pfn setTan Xiaojun2017-12-271-1/+0
* drm/ttm: add context to driver move callback as wellChristian König2017-12-061-4/+3
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-5/+6
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-043-5/+15
|\
| * virtgpu: remove redundant task_comm copyingMichał Mirosław2017-11-101-4/+2
| * drm/virtio: add create_handle support.Lepton Wu2017-11-101-0/+12
| * drm: virtio: replace reference/unreference with get/putAastha Gupta2017-10-301-1/+1
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-153-10/+10
|\|
| * Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-10-031-1/+1
| |\
| * | drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma2017-10-023-10/+10
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ |/|