summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-291-1/+2
* drm/virtio: Fix non static symbol warningWei Yongjun2016-07-191-1/+1
* drm/virtgpu: Delete unnecessary checks before drm_gem_object_unreference_unlo...Markus Elfring2016-07-181-4/+2
* drm/virtio: Don't reinvent a flipping wheelDaniel Vetter2016-06-141-58/+13
* drm: virtgpu: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-101-10/+0
* drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-101-1/+1
* Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-...Dave Airlie2016-06-091-91/+33
|\
| * virtio-gpu: switch to atomic cursor interfacesGerd Hoffmann2016-06-071-90/+12
| * virtio-gpu: add atomic_commit functionGerd Hoffmann2016-06-071-1/+21
* | drm/virtio: use drm_crtc_send_vblank_event()Gustavo Padovan2016-06-061-1/+1
|/
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-2/+2
* 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/virtio: Drop dummy gamma table supportDaniel Vetter2016-04-121-9/+0
|/
* drm/virtio: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
* drm/virtio: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
* 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_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-241-2/+2
|/
* virtio-gpu: add page flip supportGerd Hoffmann2015-10-161-3/+46
* virtio-gpu: wait for cursor updates finishGerd Hoffmann2015-10-161-0/+8
* Add virtio gpu driver.Dave Airlie2015-06-031-0/+473
OpenPOWER on IntegriCloud