index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_display.c
Age
Commit message (
Expand
)
Author
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
2017-06-30
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
2017-06-30
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
2017-02-12
drm: Constify drm_mode_config atomic helper private pointer
Laurent Pinchart
2016-12-15
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-11-03
virtio-gpu: fix vblank events
Gerd Hoffmann
2016-08-29
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
Liu Ying
2016-07-19
drm/virtio: Fix non static symbol warning
Wei Yongjun
2016-07-18
drm/virtgpu: Delete unnecessary checks before drm_gem_object_unreference_unlo...
Markus Elfring
2016-06-14
drm/virtio: Don't reinvent a flipping wheel
Daniel Vetter
2016-06-10
drm: virtgpu: Rely on the default ->best_encoder() behavior
Boris Brezillon
2016-06-10
drm/atomic-helper: Massage swap_state signature somewhat
Daniel Vetter
2016-06-09
Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-...
Dave Airlie
2016-06-07
virtio-gpu: switch to atomic cursor interfaces
Gerd Hoffmann
2016-06-07
virtio-gpu: add atomic_commit function
Gerd Hoffmann
2016-06-06
drm/virtio: use drm_crtc_send_vblank_event()
Gustavo Padovan
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
2016-04-27
drm/virtio: send vblank event after crtc updates
Gustavo Padovan
2016-04-12
drm/virtio: Drop dummy gamma table support
Daniel Vetter
2016-03-04
drm/virtio: removed optional dummy crtc mode_fixup function.
Carlos Palminha
2016-02-16
drm/virtio: removed optional dummy encoder mode_fixup function.
Carlos Palminha
2015-12-11
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-08
drm/virtio: Drop dummy save/restore functions
Daniel Vetter
2015-12-08
Back merge tag 'v4.4-rc4' into drm-next
Dave Airlie
2015-12-01
virtio-gpu: use no-merge for fill-modes
Marc-André Lureau
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-10-16
virtio-gpu: add page flip support
Gerd Hoffmann
2015-10-16
virtio-gpu: wait for cursor updates finish
Gerd Hoffmann
2015-06-03
Add virtio gpu driver.
Dave Airlie