summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
2016-06-10drm: virtgpu: Rely on the default ->best_encoder() behaviorBoris Brezillon1-10/+0
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-1/+1
2016-06-09Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-...Dave Airlie3-113/+155
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+1
2016-06-09Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedes...Dave Airlie1-1/+1
2016-06-07virtio-gpu: use src not crtcGerd Hoffmann1-13/+18
2016-06-07virtio-gpu: pick up hotspot from framebufferGerd Hoffmann1-7/+13
2016-06-07virtio-gpu: switch to atomic cursor interfacesGerd Hoffmann3-99/+109
2016-06-07virtio-gpu: add atomic_commit functionGerd Hoffmann2-1/+22
2016-06-07virtio-gpu: fix output lookupGerd Hoffmann1-1/+7
2016-06-06drm/virtio: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-06-01drm/virtio: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-31virtio-gpu: fix output lookupGerd Hoffmann1-1/+7
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson3-9/+8
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-0/+12
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+2
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-1/+1
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2-2/+2
2016-04-27drm/virtio: send vblank event after crtc updatesGustavo Padovan1-0/+12
2016-04-12drm/virtio: Drop dummy gamma table supportDaniel Vetter1-9/+0
2016-03-30vgacon: dummy implementation for vgacon_text_forceDaniel Vetter1-2/+0
2016-03-04drm/virtio: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-02-19Merge tag 'topic/drm-misc-2016-02-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-8/+0
2016-02-16drm/virtio: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2016-02-11drm: virtio-gpu: set atomic flagRob Herring1-1/+1
2016-02-11drm: virtio-gpu: transfer dumb buffers to host on plane updateRob Herring1-0/+7
2016-02-11drm: virtio-gpu: ensure plane is flushed to host on atomic updateRob Herring1-0/+5
2016-02-11drm: virtio-gpu: get the fb from the plane state for atomic updatesRob Herring1-2/+2
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä1-1/+1
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+1
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+1
2015-12-08drm/virtio: Drop dummy save/restore functionsDaniel Vetter1-12/+0
2015-12-08Back merge tag 'v4.4-rc4' into drm-nextDave Airlie1-1/+1
2015-12-01virtio-gpu: use no-merge for fill-modesMarc-André Lureau1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2-3/+3
2015-11-24drm: Remove unused fbdev_list membersLukas Wunner1-1/+0
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds12-25/+1289
2015-10-16virtio-gpu: add page flip supportGerd Hoffmann1-3/+46
2015-10-16virtio-gpu: mark as a render gpuDave Airlie2-10/+10
2015-10-16virtio-gpu: add basic prime supportDave Airlie4-2/+96
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann8-2/+1089
2015-10-16virtio-gpu: don't free things on ttm_bo_init failureDave Airlie1-8/+3
2015-10-16virtio-gpu: wait for cursor updates finishGerd Hoffmann1-0/+8
2015-10-16virtio-gpu: add & use virtio_gpu_queue_fenced_ctrl_bufferGerd Hoffmann2-7/+35
2015-10-16virtio-gpu: add virtio_gpu_queue_ctrl_buffer_lockedGerd Hoffmann1-4/+13
2015-10-16drm/virtio: use %llu format string form atomic64_tArnd Bergmann2-3/+3
2015-08-06drm/virtio: Use new drm_fb_helper functionsArchit Taneja1-23/+9