All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 00/12] drm/i915: Convert connector properties to atomic.
@ 2017-05-01 13:37 Maarten Lankhorst
  2017-05-01 13:37 ` [PATCH v6 01/12] drm/atomic: Handle picture_aspect_ratio in atomic core Maarten Lankhorst
                   ` (13 more replies)
  0 siblings, 14 replies; 21+ messages in thread
From: Maarten Lankhorst @ 2017-05-01 13:37 UTC (permalink / raw)
  To: intel-gfx; +Cc: dri-devel

This is required to allow setting i915 connector properties using the atomic ioctl.
This version shouldn't cause unbisectable changes in between.

CHanges since last version:
- Split out picture_aspect_ratio and atomic scaling mode property to separate
  commits.
- Make sure it bisects correctly, no breaking commits while drivers are not
  converted yet.

Maarten Lankhorst (12):
  drm/atomic: Handle picture_aspect_ratio in atomic core
  drm/atomic: Add support for custom scaling mode properties, v2
  drm/i915: Use atomic scaling_mode instead of panel.fitting_mode
  drm/i915: Use per-connector scaling mode property
  drm/i915: Add plumbing for digital connector state, v3.
  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, v2.
  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/drm_atomic.c         |   8 +
 drivers/gpu/drm/drm_connector.c      |  58 ++++
 drivers/gpu/drm/i915/intel_atomic.c  | 135 +++++++--
 drivers/gpu/drm/i915/intel_display.c |  51 +---
 drivers/gpu/drm/i915/intel_dp.c      | 155 ++--------
 drivers/gpu/drm/i915/intel_drv.h     |  35 ++-
 drivers/gpu/drm/i915/intel_dsi.c     |  71 ++---
 drivers/gpu/drm/i915/intel_hdmi.c    | 165 +++-------
 drivers/gpu/drm/i915/intel_lvds.c    |  57 +---
 drivers/gpu/drm/i915/intel_sdvo.c    | 562 ++++++++++++++++++-----------------
 include/drm/drm_connector.h          |  20 ++
 11 files changed, 607 insertions(+), 710 deletions(-)

-- 
2.9.3

_______________________________________________
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-05-30 10:28 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-01 13:37 [PATCH v6 00/12] drm/i915: Convert connector properties to atomic Maarten Lankhorst
2017-05-01 13:37 ` [PATCH v6 01/12] drm/atomic: Handle picture_aspect_ratio in atomic core Maarten Lankhorst
2017-05-01 18:27   ` Manasi Navare
2017-05-02  9:54   ` Daniel Vetter
2017-05-01 13:37 ` [PATCH v6 02/12] drm/atomic: Add support for custom scaling mode properties, v2 Maarten Lankhorst
2017-05-02  9:44   ` Daniel Vetter
2017-05-02 11:06     ` Maarten Lankhorst
2017-05-01 13:37 ` [PATCH v6 03/12] drm/i915: Use atomic scaling_mode instead of panel.fitting_mode Maarten Lankhorst
2017-05-01 13:37 ` [PATCH v6 04/12] drm/i915: Use per-connector scaling mode property Maarten Lankhorst
2017-05-01 13:37 ` [PATCH v6 05/12] drm/i915: Add plumbing for digital connector state, v3 Maarten Lankhorst
2017-05-02  9:56   ` Daniel Vetter
2017-05-30 10:28     ` Maarten Lankhorst
2017-05-01 13:37 ` [PATCH v6 06/12] drm/i915: Convert DSI connector properties to atomic Maarten Lankhorst
2017-05-01 13:37 ` [PATCH v6 07/12] drm/i915: Convert LVDS " Maarten Lankhorst
2017-05-01 13:38 ` [PATCH v6 08/12] drm/i915: Make intel_dp->has_audio reflect hw state only Maarten Lankhorst
2017-05-01 13:38 ` [PATCH v6 09/12] drm/i915: Convert intel_dp properties to atomic, v2 Maarten Lankhorst
2017-05-01 13:38 ` [PATCH v6 10/12] drm/i915: Convert intel_hdmi connector properties to atomic Maarten Lankhorst
2017-05-01 13:38 ` [PATCH v6 11/12] drm/i915: Handle force_audio correctly in intel_sdvo Maarten Lankhorst
2017-05-01 13:38 ` [PATCH v6 12/12] drm/i915: Convert intel_sdvo connector properties to atomic Maarten Lankhorst
2017-05-01 14:14 ` ✗ Fi.CI.BAT: failure for drm/i915: Convert connector properties to atomic. (rev7) Patchwork
2017-05-02  6:28 ` ✓ Fi.CI.BAT: success " Patchwork

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.