summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-1/+1
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes3-11/+0
2017-08-09drm/virtio: make drm_fb_helper_funcs constBhumika Goyal1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-03drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.Arvind Yadav1-1/+1
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-05-29drm: Remove drm_device->virtdevDaniel Vetter2-3/+2
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-13/+14
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-2/+1
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada6-16/+15
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+1
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie5-59/+82
2017-04-07drm/virtio: don't leak bo on drm_gem_object_init failureGerd Hoffmann1-1/+3
2017-04-06drm: virtio: fix virtio_gpu_cursor_formatsLaurent Vivier1-0/+4
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-04-04drm: virtio: fix virtio_gpu_mode_dumb_createGerd Hoffmann1-2/+4
2017-04-04drm: virtio: add virtio_gpu_translate_formatGerd Hoffmann3-56/+71
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2-5/+4
2017-03-14drm: virtio: fix kmem_cache_alloc error checkGerd Hoffmann1-2/+2
2017-03-07drm: virtio: use kmem_cacheGerd Hoffmann2-50/+11
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-03-01drm/virtio: Remove virtio_gpu_debugfs_takedown()Noralf Trønnes3-10/+0
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-4/+3
2017-02-16drm/virtio: call drm_plane_cleanup() at destroy phaseGustavo Padovan1-0/+1
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart1-1/+1