From: Ville Syrjälä <ville.syrj...@linux.intel.com>

Here are again the last (?) bits of eliminating the plane->fb/crtc
usage for atomic drivers. I've pushed everything else (thanks to
everyone who reviewed them). 

Deepak said he'd tested the vmwgfx stuff, so I think it should be
safe to land. Just missing a bit of review...

Cc: Alex Deucher <alexander.deuc...@amd.com>
Cc: amd-...@lists.freedesktop.org
Cc: "Christian König" <christian.koe...@amd.com>
Cc: Daniel Vetter <daniel.vet...@ffwll.ch>
Cc: David Airlie <airl...@linux.ie>
Cc: "David (ChunMing) Zhou" <david1.z...@amd.com>
Cc: Deepak Rawat <dra...@vmware.com>
Cc: Eric Anholt <e...@anholt.net>
Cc: freedr...@lists.freedesktop.org
Cc: Gerd Hoffmann <kra...@redhat.com>
Cc: Harry Wentland <harry.wentl...@amd.com>
Cc: Inki Dae <inki....@samsung.com>
Cc: Joonyoung Shim <jy0922.s...@samsung.com>
Cc: Kyungmin Park <kyungmin.p...@samsung.com>
Cc: linux-arm-...@vger.kernel.org
Cc: Rob Clark <robdcl...@gmail.com>
Cc: Seung-Woo Kim <sw0312....@samsung.com>
Cc: Sinclair Yeh <s...@vmware.com>
Cc: Thomas Hellstrom <thellst...@vmware.com>
Cc: virtualization@lists.linux-foundation.org
Cc: VMware Graphics <linux-graphics-maintai...@vmware.com>

Ville Syrjälä (13):
  drm/vmwgfx: Stop using plane->fb in vmw_kms_atomic_check_modeset()
  drm/vmwgfx: Stop using plane->fb in vmw_kms_helper_dirty()
  drm/vmwgfx: Stop using plane->fb in vmw_kms_update_implicit_fb()
  drm/vmwgfx: Stop updating plane->fb
  drm/vmwgfx: Stop using plane->fb in atomic_enable()
  drm/vmwgfx: Stop messing about with plane->fb/old_fb/crtc
  drm/amdgpu/dc: Stop updating plane->fb
  drm/i915: Stop updating plane->fb/crtc
  drm/exynos: Stop updating plane->crtc
  drm/msm: Stop updating plane->fb/crtc
  drm/virtio: Stop updating plane->crtc
  drm/vc4: Stop updating plane->fb/crtc
  drm: Stop updating plane->crtc/fb/old_fb on atomic drivers

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  2 -
 drivers/gpu/drm/drm_atomic.c                      | 55 +++--------------------
 drivers/gpu/drm/drm_atomic_helper.c               | 15 +------
 drivers/gpu/drm/drm_crtc.c                        |  8 +++-
 drivers/gpu/drm/drm_fb_helper.c                   |  7 ---
 drivers/gpu/drm/drm_framebuffer.c                 |  5 ---
 drivers/gpu/drm/drm_plane.c                       | 14 +++---
 drivers/gpu/drm/drm_plane_helper.c                |  4 +-
 drivers/gpu/drm/exynos/exynos_drm_plane.c         |  2 -
 drivers/gpu/drm/i915/intel_atomic_plane.c         | 12 -----
 drivers/gpu/drm/i915/intel_display.c              |  7 ++-
 drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c         |  1 -
 drivers/gpu/drm/msm/disp/mdp4/mdp4_plane.c        |  2 -
 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c         |  1 -
 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c        |  2 -
 drivers/gpu/drm/vc4/vc4_crtc.c                    |  3 --
 drivers/gpu/drm/virtio/virtgpu_display.c          |  2 -
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c                | 24 ----------
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c               | 24 +++++++---
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c              |  2 -
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c              |  5 +--
 include/drm/drm_atomic.h                          |  3 --
 22 files changed, 46 insertions(+), 154 deletions(-)

-- 
2.16.1
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Reply via email to