summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Remove open-coded commit-tail functionDaniel Vetter2020-07-141-20/+0
* drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* drm/virtgpu: Use simple encoderThomas Zimmermann2020-04-021-6/+2
* drm/virtio: batch plane updates (pageflip)Gerd Hoffmann2020-02-171-0/+2
* drm/virtio: add drm_driver.release callback.Gerd Hoffmann2020-02-121-1/+0
* drm/virtio: fix vblank handlingGerd Hoffmann2020-02-051-0/+1
* drm/virtio: Remove sending of vblank eventThomas Zimmermann2020-01-301-8/+0
* drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh2019-12-191-0/+3
* drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh2019-12-191-1/+1
* drm/virtgpu: drop use of drmP.hSam Ravnborg2019-07-151-2/+5
* drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann2019-06-131-18/+2
* drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann2019-04-021-0/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia2019-01-091-2/+1
* drm/virtio: Remove incorrect kfree()Ezequiel Garcia2019-01-081-4/+0
* drm/virtio: switch to generic fbdev emulationGerd Hoffmann2018-12-141-1/+0
* drm/virtio: add edid supportGerd Hoffmann2018-11-211-0/+12
* drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann2018-09-251-0/+5
* drm/virtio: Remove set but not used variable 'bo'YueHaibing2018-09-101-3/+0
* drm/virtio: track virtual output stateGerd Hoffmann2018-09-051-0/+4
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/virtio: Stop updating plane->crtcVille Syrjälä2018-06-111-2/+0
* drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone2018-05-181-25/+5
* drm/virtio: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
* drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira2018-02-271-2/+2
* drm/virtio: Add blank line after variable declarationsRodrigo Siqueira2018-02-271-0/+1
* drm/virtio: Add tabs at the start of a lineRodrigo Siqueira2018-02-271-1/+1
* drm/virtio: add create_handle support.Lepton Wu2017-11-101-0/+12
* drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma2017-10-021-2/+2
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart2017-02-121-1/+1
* drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()Ville Syrjälä2016-12-151-1/+2
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* virtio-gpu: fix vblank eventsGerd Hoffmann2016-11-031-2/+1
* 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
|/