All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 00/11] drm/i915: Convert connector properties to atomic.
@ 2017-04-25 11:55 Maarten Lankhorst
  2017-04-25 11:55 ` [PATCH v5 01/11] drm/atomic: Handle aspect ratio and scaling mode in core, v3 Maarten Lankhorst
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Maarten Lankhorst @ 2017-04-25 11:55 UTC (permalink / raw)
  To: intel-gfx

The preparation patches have been changed slightly. I've made a v3 for
aspect ratio and scaling mode to prevent a place where getproperty won't
return the same as setproperty for i915. The scaling mode handling is
also done separately, it makes it easier to review everything.

With less breakage between commits!

Maarten Lankhorst (11):
  drm/atomic: Handle aspect ratio and scaling mode in core, v3.
  drm/core: Allow attaching custom scaling mode properties
  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         |   9 +
 drivers/gpu/drm/drm_connector.c      |  45 +++
 drivers/gpu/drm/i915/intel_atomic.c  | 135 +++++++--
 drivers/gpu/drm/i915/intel_display.c |  51 +---
 drivers/gpu/drm/i915/intel_dp.c      | 157 ++--------
 drivers/gpu/drm/i915/intel_drv.h     |  38 ++-
 drivers/gpu/drm/i915/intel_dsi.c     |  80 ++---
 drivers/gpu/drm/i915/intel_dvo.c     |   2 +-
 drivers/gpu/drm/i915/intel_hdmi.c    | 164 +++-------
 drivers/gpu/drm/i915/intel_lvds.c    |  61 +---
 drivers/gpu/drm/i915/intel_modes.c   |   4 +-
 drivers/gpu/drm/i915/intel_panel.c   |  12 +-
 drivers/gpu/drm/i915/intel_sdvo.c    | 561 ++++++++++++++++++-----------------
 include/drm/drm_connector.h          |  21 ++
 14 files changed, 608 insertions(+), 732 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] 16+ messages in thread

end of thread, other threads:[~2017-04-26  6:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25 11:55 [PATCH v5 00/11] drm/i915: Convert connector properties to atomic Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 01/11] drm/atomic: Handle aspect ratio and scaling mode in core, v3 Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 02/11] drm/core: Allow attaching custom scaling mode properties Maarten Lankhorst
2017-04-25 15:14   ` Sean Paul
2017-04-25 16:03   ` Ville Syrjälä
2017-04-25 11:55 ` [PATCH v5 03/11] drm/i915: Use per-connector scaling mode property Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 04/11] drm/i915: Add plumbing for digital connector state, v3 Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 05/11] drm/i915: Convert DSI connector properties to atomic Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 06/11] drm/i915: Convert LVDS " Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 07/11] drm/i915: Make intel_dp->has_audio reflect hw state only Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 08/11] drm/i915: Convert intel_dp properties to atomic, v2 Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 09/11] drm/i915: Convert intel_hdmi connector properties to atomic Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 10/11] drm/i915: Handle force_audio correctly in intel_sdvo Maarten Lankhorst
2017-04-25 11:55 ` [PATCH v5 11/11] drm/i915: Convert intel_sdvo connector properties to atomic Maarten Lankhorst
2017-04-25 12:15 ` ✗ Fi.CI.BAT: warning for drm/i915: Convert connector properties to atomic. (rev6) Patchwork
2017-04-26  6:23 ` 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.