aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
2018-04-25drm/virtio: fix vq wait_event conditionGravatar Gerd Hoffmann 1-2/+2
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextGravatar Dave Airlie 1-6/+11
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackGravatar Christian König 1-4/+3
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 9-29/+39
2018-02-27drm/virtio: Add spaces around operatorsGravatar Rodrigo Siqueira 2-12/+12
2018-02-27drm/virtio: Remove multiple blank linesGravatar Rodrigo Siqueira 3-3/+0
2018-02-27drm/virtio: Replace 'unsigned' for 'unsigned int'Gravatar Rodrigo Siqueira 4-5/+5
2018-02-27drm/virtio: Remove return from void functionGravatar Rodrigo Siqueira 1-2/+0
2018-02-27drm/virtio: Add */ in block comments to separate lineGravatar Rodrigo Siqueira 3-3/+6
2018-02-27drm/virtio: Add blank line after variable declarationsGravatar Rodrigo Siqueira 6-0/+12
2018-02-27drm/virtio: Add tabs at the start of a lineGravatar Rodrigo Siqueira 2-4/+4
2018-02-27virtio-gpu: fix ioctl and expose the fixed status to userspace.Gravatar Dave Airlie 1-6/+11
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coGravatar Christian König 1-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageGravatar Christian König 1-4/+2
2018-02-26drm/virtio: remove ttm_pool_* wrappersGravatar Christian König 1-16/+0
2018-02-01drm/virtio: Don't return invalid caps on timeoutGravatar Tomeu Vizoso 1-0/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Gravatar Roger He 2-3/+8
2017-12-27drm/virtio: remove the default io_mem_pfn setGravatar Tan Xiaojun 1-1/+0
2017-12-06drm/ttm: add context to driver move callback as wellGravatar Christian König 1-4/+3
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Gravatar Christian König 1-5/+6
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 3-5/+15
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 3-10/+10
2017-11-10virtgpu: remove redundant task_comm copyingGravatar Michał Mirosław 1-4/+2
2017-11-10drm/virtio: add create_handle support.Gravatar Lepton Wu 1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-30drm: virtio: replace reference/unreference with get/putGravatar Aastha Gupta 1-1/+1
2017-10-03Merge airlied/drm-next into drm-misc-nextGravatar Daniel Vetter 1-1/+1
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putGravatar Srishti Sharma 3-10/+10
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulGravatar Christian König 1-1/+1
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultGravatar Noralf Trønnes 3-11/+0
2017-08-09drm/virtio: make drm_fb_helper_funcs constGravatar Bhumika Goyal 1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsGravatar Daniel Vetter 1-1/+0
2017-08-01drm: Plumb modifiers through plane initGravatar Ben Widawsky 1-1/+1
2017-07-26drm/<drivers>: Drop fbdev info flagsGravatar Daniel Vetter 1-1/+0
2017-07-03drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.Gravatar Arvind Yadav 1-1/+1
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Gravatar Laurent Pinchart 1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionGravatar Laurent Pinchart 1-2/+3
2017-05-29drm: Remove drm_device->virtdevGravatar Daniel Vetter 2-3/+2
2017-05-18drm: drop drm_[cm]alloc* helpersGravatar Michal Hocko 1-13/+14
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextGravatar Sean Paul 1-2/+1
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagGravatar Masahiro Yamada 6-16/+15
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+1
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 1-2/+1
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Gravatar Dave Airlie 5-59/+82
2017-04-07drm/virtio: don't leak bo on drm_gem_object_init failureGravatar Gerd Hoffmann 1-1/+3
2017-04-06drm: virtio: fix virtio_gpu_cursor_formatsGravatar Laurent Vivier 1-0/+4
2017-04-04drm/ttm: add io_mem_pfn callbackGravatar Christian König 1-0/+1
2017-04-04drm: virtio: fix virtio_gpu_mode_dumb_createGravatar Gerd Hoffmann 1-2/+4
2017-04-04drm: virtio: add virtio_gpu_translate_formatGravatar Gerd Hoffmann 3-56/+71
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextGravatar Daniel Vetter 2-5/+4