summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-173-9/+8
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-091-0/+12
|\
| * drm/virtio: send vblank event after crtc updatesGustavo Padovan2016-04-271-0/+12
* | drm/ttm: implement LRU add callbacks v2Christian König2016-05-041-0/+2
* | drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-041-1/+1
* | drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-042-2/+2
* | drm/virtio: Drop dummy gamma table supportDaniel Vetter2016-04-121-9/+0
* | vgacon: dummy implementation for vgacon_text_forceDaniel Vetter2016-03-301-2/+0
|/
* drm/virtio: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* Merge tag 'topic/drm-misc-2016-02-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-191-8/+0
|\
| * drm/virtio: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
* | drm: virtio-gpu: set atomic flagRob Herring2016-02-111-1/+1
* | drm: virtio-gpu: transfer dumb buffers to host on plane updateRob Herring2016-02-111-0/+7
* | drm: virtio-gpu: ensure plane is flushed to host on atomic updateRob Herring2016-02-111-0/+5
* | drm: virtio-gpu: get the fb from the plane state for atomic updatesRob Herring2016-02-111-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-1/+1
|\
| * virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
* | drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
* | drm/virtio: Drop dummy save/restore functionsDaniel Vetter2015-12-081-12/+0
* | Back merge tag 'v4.4-rc4' into drm-nextDave Airlie2015-12-081-1/+1
|\|
| * virtio-gpu: use no-merge for fill-modesMarc-André Lureau2015-12-011-1/+1
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-242-3/+3
* | drm: Remove unused fbdev_list membersLukas Wunner2015-11-241-1/+0
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-1012-25/+1289
|\
| * virtio-gpu: add page flip supportGerd Hoffmann2015-10-161-3/+46
| * virtio-gpu: mark as a render gpuDave Airlie2015-10-162-10/+10
| * virtio-gpu: add basic prime supportDave Airlie2015-10-164-2/+96
| * virtio-gpu: add 3d/virgl supportGerd Hoffmann2015-10-168-2/+1089
| * virtio-gpu: don't free things on ttm_bo_init failureDave Airlie2015-10-161-8/+3
| * virtio-gpu: wait for cursor updates finishGerd Hoffmann2015-10-161-0/+8
| * virtio-gpu: add & use virtio_gpu_queue_fenced_ctrl_bufferGerd Hoffmann2015-10-162-7/+35
| * virtio-gpu: add virtio_gpu_queue_ctrl_buffer_lockedGerd Hoffmann2015-10-161-4/+13
* | drm/virtio: use %llu format string form atomic64_tArnd Bergmann2015-10-162-3/+3
|/
* drm/virtio: Use new drm_fb_helper functionsArchit Taneja2015-08-061-23/+9
* virtio-gpu: add locking for vbuf poolDave Airlie2015-06-162-0/+8
* drm/virtgpu: initialise fbdev after getting initial display infoDave Airlie2015-06-163-1/+6
* Add virtio-vga bits.Gerd Hoffmann2015-06-161-20/+24
* drm/virtio: remove some dead codeDan Carpenter2015-06-111-2/+0
* drm/virtio: checking for NULL instead of IS_ERRDan Carpenter2015-06-111-2/+2
* Add virtio gpu driver.Dave Airlie2015-06-0315-0/+3375