summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_display.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg1-2/+5
2019-06-13drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann1-18/+2
2019-04-02drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann1-0/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia1-2/+1
2019-01-08drm/virtio: Remove incorrect kfree()Ezequiel Garcia1-4/+0
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann1-1/+0
2018-11-21drm/virtio: add edid supportGerd Hoffmann1-0/+12
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann1-0/+5
2018-09-10drm/virtio: Remove set but not used variable 'bo'YueHaibing1-3/+0
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann1-0/+4
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-06-11drm/virtio: Stop updating plane->crtcVille Syrjälä1-2/+0
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone1-25/+5
2018-04-25drm/virtio: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-02-27drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira1-2/+2
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira1-0/+1
2018-02-27drm/virtio: Add tabs at the start of a lineRodrigo Siqueira1-1/+1
2017-11-10drm/virtio: add create_handle support.Lepton Wu1-0/+12
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma1-2/+2
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter1-1/+0
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart1-1/+1
2016-12-15drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()Ville Syrjälä1-1/+2
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-11-03virtio-gpu: fix vblank eventsGerd Hoffmann1-2/+1
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+2
2016-07-19drm/virtio: Fix non static symbol warningWei Yongjun1-1/+1
2016-07-18drm/virtgpu: Delete unnecessary checks before drm_gem_object_unreference_unlo...Markus Elfring1-4/+2
2016-06-14drm/virtio: Don't reinvent a flipping wheelDaniel Vetter1-58/+13
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 Airlie1-91/+33
2016-06-07virtio-gpu: switch to atomic cursor interfacesGerd Hoffmann1-90/+12
2016-06-07virtio-gpu: add atomic_commit functionGerd Hoffmann1-1/+21
2016-06-06drm/virtio: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-2/+2
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-0/+12
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-04drm/virtio: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-02-16drm/virtio: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
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_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ä1-2/+2