All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Broxton ddi phy refactoring
@ 2016-10-05 12:09 Ander Conselvan de Oliveira
  2016-10-05 12:09 ` [PATCH 1/9] drm/i915: Rename struct i915_power_well field data to id Ander Conselvan de Oliveira
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Ander Conselvan de Oliveira @ 2016-10-05 12:09 UTC (permalink / raw)
  To: intel-gfx; +Cc: m.deepak, Ander Conselvan de Oliveira

Hi,

This is a small refactoring of the broxton ddi phy code that splits the
knowledge of each phy's configuration from the code itself and makes
the connection between the ports and the channels in the phy more
obvious.

I took the oppurtunity to move the code to intel_dpio_phy.c, since there
are a lot of similarities between the bxt and chv phys, as evidenced by
the documentation.

Thanks,
Ander

Ander Conselvan de Oliveira (9):
  drm/i915: Rename struct i915_power_well field data to id
  drm/i915: Explicitly map broxton DPIO power wells to phys
  drm/i915: Pass lane count to bxt_ddi_phy_calc_lane_optmin_mask()
  drm/i915: Move broxton phy code to intel_dpio_phy.c
  drm/i915: Move DPIO phy documentation section to intel_dpio_phy.c
  drm/i915: Move broxton vswing sequence to intel_dpio_phy.c
  drm/i915: Create a struct to hold information about the broxton phys
  drm/i915: Add location of the Rcomp resistor to bxt_ddi_phy_info
  drm/i915: Address broxton phy registers based on phy and channel
    number

 Documentation/gpu/i915.rst              |   2 +-
 drivers/gpu/drm/i915/i915_drv.h         |  23 ++
 drivers/gpu/drm/i915/i915_reg.h         | 303 +++++-----------
 drivers/gpu/drm/i915/intel_ddi.c        | 362 +------------------
 drivers/gpu/drm/i915/intel_dpio_phy.c   | 597 ++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_dpll_mgr.c   |  84 +++--
 drivers/gpu/drm/i915/intel_drv.h        |   6 -
 drivers/gpu/drm/i915/intel_runtime_pm.c | 145 ++++----
 8 files changed, 821 insertions(+), 701 deletions(-)

-- 
2.5.5

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

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

end of thread, other threads:[~2016-10-06 12:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-05 12:09 [PATCH 0/9] Broxton ddi phy refactoring Ander Conselvan de Oliveira
2016-10-05 12:09 ` [PATCH 1/9] drm/i915: Rename struct i915_power_well field data to id Ander Conselvan de Oliveira
2016-10-05 12:09 ` [PATCH 2/9] drm/i915: Explicitly map broxton DPIO power wells to phys Ander Conselvan de Oliveira
2016-10-05 12:09 ` [PATCH 3/9] drm/i915: Pass lane count to bxt_ddi_phy_calc_lane_optmin_mask() Ander Conselvan de Oliveira
2016-10-05 12:09 ` [PATCH 4/9] drm/i915: Move broxton phy code to intel_dpio_phy.c Ander Conselvan de Oliveira
2016-10-05 12:09 ` [PATCH 5/9] drm/i915: Move DPIO phy documentation section " Ander Conselvan de Oliveira
2016-10-05 12:09 ` [PATCH 6/9] drm/i915: Move broxton vswing sequence " Ander Conselvan de Oliveira
2016-10-05 12:09 ` [PATCH 7/9] drm/i915: Create a struct to hold information about the broxton phys Ander Conselvan de Oliveira
2016-10-05 14:39   ` Imre Deak
2016-10-06  9:56   ` Imre Deak
2016-10-06 10:08     ` Imre Deak
2016-10-05 12:09 ` [PATCH 8/9] drm/i915: Add location of the Rcomp resistor to bxt_ddi_phy_info Ander Conselvan de Oliveira
2016-10-05 14:51   ` Imre Deak
2016-10-06 11:50     ` Ander Conselvan De Oliveira
2016-10-06 12:15       ` Imre Deak
2016-10-05 12:09 ` [PATCH 9/9] drm/i915: Address broxton phy registers based on phy and channel number Ander Conselvan de Oliveira
2016-10-06  9:29   ` Imre Deak
2016-10-05 12:49 ` ✗ Fi.CI.BAT: warning for Broxton ddi phy refactoring 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.