All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/i915: Fastboot for everyone!
@ 2015-07-21 11:28 Maarten Lankhorst
  2015-07-21 11:28 ` [PATCH 1/6] drm/atomic: add connectors_changed to separate it from mode_changed, v2 Maarten Lankhorst
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Maarten Lankhorst @ 2015-07-21 11:28 UTC (permalink / raw)
  To: intel-gfx

This continues the previous work to make fastboot more atomic.
Looking at the changes in pipe_config_compare I guess it was broken for
everyone, but with some splitting it was easy to revive it and make
it less scary.

Maarten Lankhorst (6):
  drm/atomic: add connectors_changed to separate it from mode_changed,
    v2
  drm/atomic: pass old crtc state to atomic_begin/flush.
  drm/i915: Set csc coefficients in update_pipe_size.
  drm/i915: Always try to inherit the initial fb.
  drm/i915: Make updating pipe without modeset atomic.
  drm/i915: skip modeset if compatible for everyone.

 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c |   6 +-
 drivers/gpu/drm/drm_atomic_helper.c            |  47 ++++++++---
 drivers/gpu/drm/drm_plane_helper.c             |   4 +-
 drivers/gpu/drm/i915/i915_drv.h                |   1 -
 drivers/gpu/drm/i915/i915_params.c             |   5 --
 drivers/gpu/drm/i915/intel_atomic.c            |   2 +-
 drivers/gpu/drm/i915/intel_display.c           | 111 ++++++++++++++-----------
 drivers/gpu/drm/i915/intel_drv.h               |   2 +
 drivers/gpu/drm/i915/intel_fbdev.c             |   3 -
 drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c       |   6 +-
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c       |   6 +-
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c         |   6 +-
 drivers/gpu/drm/sti/sti_drm_crtc.c             |   6 +-
 drivers/gpu/drm/tegra/dc.c                     |   6 +-
 include/drm/drm_atomic.h                       |   3 +-
 include/drm/drm_crtc.h                         |   8 +-
 include/drm/drm_crtc_helper.h                  |   6 +-
 17 files changed, 137 insertions(+), 91 deletions(-)

-- 
2.1.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-08-06 12:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 11:28 [PATCH 0/6] drm/i915: Fastboot for everyone! Maarten Lankhorst
2015-07-21 11:28 ` [PATCH 1/6] drm/atomic: add connectors_changed to separate it from mode_changed, v2 Maarten Lankhorst
2015-07-23 12:27   ` Ander Conselvan De Oliveira
2015-07-21 11:28 ` [PATCH 2/6] drm/atomic: pass old crtc state to atomic_begin/flush Maarten Lankhorst
2015-07-23 12:37   ` Ander Conselvan De Oliveira
2015-08-05  6:18   ` Tomi Valkeinen
2015-08-06 12:35     ` Maarten Lankhorst
2015-07-21 11:28 ` [PATCH 3/6] drm/i915: Set csc coefficients in update_pipe_size Maarten Lankhorst
2015-07-23 13:25   ` Ander Conselvan De Oliveira
2015-07-21 11:29 ` [PATCH 4/6] drm/i915: Always try to inherit the initial fb Maarten Lankhorst
2015-07-21 11:29 ` [PATCH 5/6] drm/i915: Make updating pipe without modeset atomic Maarten Lankhorst
2015-07-21 14:14   ` Daniel Vetter
2015-07-21 14:32     ` Maarten Lankhorst
2015-07-21 14:50       ` Daniel Vetter
2015-07-21 11:29 ` [PATCH 6/6] drm/i915: skip modeset if compatible for everyone Maarten Lankhorst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.