aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_display.c
Commit message (Expand)AuthorAge
* drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann2019-04-02
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-24
* drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia2019-01-09
* drm/virtio: Remove incorrect kfree()Ezequiel Garcia2019-01-08
* drm/virtio: switch to generic fbdev emulationGerd Hoffmann2018-12-14
* drm/virtio: add edid supportGerd Hoffmann2018-11-21
* drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann2018-09-25
* drm/virtio: Remove set but not used variable 'bo'YueHaibing2018-09-10
* drm/virtio: track virtual output stateGerd Hoffmann2018-09-05
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-13
* drm/virtio: Stop updating plane->crtcVille Syrjälä2018-06-11
* drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone2018-05-18
* drm/virtio: fix mode_valid's return typeLuc Van Oostenryck2018-04-25
* drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira2018-02-27
* drm/virtio: Add blank line after variable declarationsRodrigo Siqueira2018-02-27
* drm/virtio: Add tabs at the start of a lineRodrigo Siqueira2018-02-27
* drm/virtio: add create_handle support.Lepton Wu2017-11-10
* drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma2017-10-02
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-08
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-30
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-30
* drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart2017-02-12
* drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()Ville Syrjälä2016-12-15
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-15
* virtio-gpu: fix vblank eventsGerd Hoffmann2016-11-02
* drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying2016-08-29
* drm/virtio: Fix non static symbol warningWei Yongjun2016-07-19
* drm/virtgpu: Delete unnecessary checks before drm_gem_object_unreference_unlo...Markus Elfring2016-07-18
* drm/virtio: Don't reinvent a flipping wheelDaniel Vetter2016-06-14
* drm: virtgpu: Rely on the default ->best_encoder() behaviorBoris Brezillon2016-06-10
* drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter2016-06-10
* Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-...Dave Airlie2016-06-08
|\
| * virtio-gpu: switch to atomic cursor interfacesGerd Hoffmann2016-06-07
| * virtio-gpu: add atomic_commit functionGerd Hoffmann2016-06-07
* | drm/virtio: use drm_crtc_send_vblank_event()Gustavo Padovan2016-06-06
|/
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-17
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-08
|\
| * drm/virtio: send vblank event after crtc updatesGustavo Padovan2016-04-26
* | drm/virtio: Drop dummy gamma table supportDaniel Vetter2016-04-12
|/
* drm/virtio: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-04
* drm/virtio: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-16
* drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä2015-12-11
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-11
* drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-11
* drm/virtio: Drop dummy save/restore functionsDaniel Vetter2015-12-08
* Back merge tag 'v4.4-rc4' into drm-nextDave Airlie2015-12-07
|\
| * virtio-gpu: use no-merge for fill-modesMarc-André Lureau2015-11-30
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-24
|/
* virtio-gpu: add page flip supportGerd Hoffmann2015-10-16
* virtio-gpu: wait for cursor updates finishGerd Hoffmann2015-10-16