Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/13] drm/i915: Convert connector properties to atomic.
@ 2017-04-10  9:07 Maarten Lankhorst
  2017-04-10  9:07 ` [PATCH v3 01/13] drm/i915: Remove unused members from intel_tv.c Maarten Lankhorst
                   ` (13 more replies)
  0 siblings, 14 replies; 21+ messages in thread
From: Maarten Lankhorst @ 2017-04-10  9:07 UTC (permalink / raw)
  To: intel-gfx

Now that we solved all outstanding issues I think it's time to resubmit this.
We now have a connector atomic_check() function which is great for validating
properties, and connection_mutex that's held during the validation callbacks.

This will make all connector properties work correctly when using the atomic
ioctl to update the properties.

This patch requires a backmerge of drm-misc to apply on dinq, but for reviewing
it can be applied on top of drm-tip. :)

Maarten Lankhorst (13):
  drm/i915: Remove unused members from intel_tv.c
  drm/i915: Convert intel_tv connector properties to atomic, v5.
  drm/i915: Convert intel_dp_mst connector properties to atomic.
  drm/i915: Convert intel_crt connector properties to atomic.
  drm/i915: Convert intel DVO connector to atomic
  drm/i915: Add plumbing for digital connector state.
  drm/i915: Convert DSI connector properties to atomic.
  drm/i915: Convert LVDS connector properties to atomic.
  drm/i915: Make intel_dp->has_audio reflect hw state only
  drm/i915: Convert intel_dp properties to atomic.
  drm/i915: Convert intel_hdmi connector properties to atomic
  drm/i915: Handle force_audio correctly in intel_sdvo
  drm/i915: Convert intel_sdvo connector properties to atomic.

 drivers/gpu/drm/i915/intel_atomic.c  | 177 +++++++++--
 drivers/gpu/drm/i915/intel_crt.c     |  10 +-
 drivers/gpu/drm/i915/intel_display.c |  51 +---
 drivers/gpu/drm/i915/intel_dp.c      | 154 ++--------
 drivers/gpu/drm/i915/intel_dp_mst.c  |  11 +-
 drivers/gpu/drm/i915/intel_drv.h     |  43 ++-
 drivers/gpu/drm/i915/intel_dsi.c     |  63 +---
 drivers/gpu/drm/i915/intel_dvo.c     |   4 +-
 drivers/gpu/drm/i915/intel_hdmi.c    | 164 +++-------
 drivers/gpu/drm/i915/intel_lvds.c    |  60 ++--
 drivers/gpu/drm/i915/intel_panel.c   |   4 +-
 drivers/gpu/drm/i915/intel_sdvo.c    | 561 ++++++++++++++++++-----------------
 drivers/gpu/drm/i915/intel_tv.c      | 208 ++++---------
 13 files changed, 644 insertions(+), 866 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2017-04-12  7:56 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-10  9:07 [PATCH v3 00/13] drm/i915: Convert connector properties to atomic Maarten Lankhorst
2017-04-10  9:07 ` [PATCH v3 01/13] drm/i915: Remove unused members from intel_tv.c Maarten Lankhorst
2017-04-10  9:51   ` Chris Wilson
2017-04-10  9:07 ` [PATCH v3 02/13] drm/i915: Convert intel_tv connector properties to atomic, v5 Maarten Lankhorst
2017-04-10  9:07 ` [PATCH v3 03/13] drm/i915: Convert intel_dp_mst connector properties to atomic Maarten Lankhorst
2017-04-10 10:51   ` [PATCH v3 2.5/13] drm/i915: Remove unused dp properties for dp-mst Maarten Lankhorst
2017-04-12  7:47     ` Daniel Vetter
2017-04-10  9:07 ` [PATCH v3 04/13] drm/i915: Convert intel_crt connector properties to atomic Maarten Lankhorst
2017-04-12  7:48   ` Daniel Vetter
2017-04-10  9:07 ` [PATCH v3 05/13] drm/i915: Convert intel DVO connector " Maarten Lankhorst
2017-04-12  7:49   ` Daniel Vetter
2017-04-10  9:07 ` [PATCH v3 06/13] drm/i915: Add plumbing for digital connector state Maarten Lankhorst
2017-04-12  7:56   ` Daniel Vetter
2017-04-10  9:07 ` [PATCH v3 07/13] drm/i915: Convert DSI connector properties to atomic Maarten Lankhorst
2017-04-10  9:07 ` [PATCH v3 08/13] drm/i915: Convert LVDS " Maarten Lankhorst
2017-04-10  9:07 ` [PATCH v3 09/13] drm/i915: Make intel_dp->has_audio reflect hw state only Maarten Lankhorst
2017-04-10  9:07 ` [PATCH v3 10/13] drm/i915: Convert intel_dp properties to atomic Maarten Lankhorst
2017-04-10  9:07 ` [PATCH v3 11/13] drm/i915: Convert intel_hdmi connector " Maarten Lankhorst
2017-04-10  9:07 ` [PATCH v3 12/13] drm/i915: Handle force_audio correctly in intel_sdvo Maarten Lankhorst
2017-04-10  9:07 ` [PATCH v3 13/13] drm/i915: Convert intel_sdvo connector properties to atomic Maarten Lankhorst
2017-04-10  9:43 ` ✓ Fi.CI.BAT: success for drm/i915: Convert connector properties to atomic. (rev2) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox