1. 16 6月, 2015 4 次提交
    • D
      virtio-gpu: add locking for vbuf pool · d5084f17
      Dave Airlie 提交于
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      d5084f17
    • D
      drm/virtgpu: initialise fbdev after getting initial display info · 441012af
      Dave Airlie 提交于
      This should avoid issues with the fbdev path trying to render
      before we've gotten the display info.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      
      [ kraxel: wait for display-info reply ]
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      441012af
    • G
      Add virtio-vga bits. · 50cb941a
      Gerd Hoffmann 提交于
      50cb941a
    • D
      Merge tag 'omapdrm-4.2-atomic' of... · 284b2884
      Dave Airlie 提交于
      Merge tag 'omapdrm-4.2-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next
      
      omapdrm atomic modesetting support
      
      Atomic modesetting support for omapdrm.
      
      " we've had issues with omapdrm for years,
      which we've not been able to fix properly (like warnings/crashes when unloading
      modules, page-flips tearing, race issues with fbs). All those problems seem to
      be gone after this rewrite of omapdrm for atomic modesetting, and the resulting
      code is much cleaner and more maintainable."
      
      * tag 'omapdrm-4.2-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux: (43 commits)
        drm: omapdrm: new vblank and event handling
        drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
        drm: omapdrm: add lock for fb pinning
        drm: omapdrm: if omap_plane_atomic_update fails, disable plane
        drm: omapdrm: inline omap_plane_setup into update/disable
        drm: omapdrm: omap_plane_setup() cannot fail, use WARN
        drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
        drm: omapdrm: Don't flush CRTC when enabling or disabling it
        drm: omapdrm: Move encoder setup to encoder operations
        drm: omapdrm: Simplify DSS power management
        drm: omapdrm: Remove nested PM get/sync when configuring encoders
        drm: omapdrm: Support unlinking page flip events prematurely
        drm: omapdrm: omap_crtc_flush() isn't called with modeset locked
        drm: omapdrm: Don't get/put dispc in omap_crtc_flush()
        drm: omapdrm: Make the omap_crtc_flush function static
        drm: omapdrm: Remove omap_plane enabled field
        drm: omapdrm: Remove omap_crtc enabled field
        drm: omapdrm: Move crtc info out of the crtc structure
        drm: omapdrm: Move plane info and win out of the plane structure
        drm: omapdrm: Switch crtc and plane set_property to atomic helpers
        ...
      284b2884
  2. 13 6月, 2015 36 次提交