public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915: FDI port_clock fix for DDI and other FDI changes
@ 2014-02-27 12:23 ville.syrjala
  2014-02-27 12:23 ` [PATCH 1/5] drm/i915: Fix DDI port_clock for VGA output ville.syrjala
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: ville.syrjala @ 2014-02-27 12:23 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I just set out to fix [1], but I ended up massaging the FDI and DDI
code a bit more than I initially intended.

The SPLL sharing part is untested due to the PLL sharing and selection
being hardcoded to the output type. So I would've had to massage the code
even more to get it to use SPLL for non FDI outputs. It would be nice to
make the code eventually more like the PCH PLL sharing code so it isn't
so strictly tied in with the output type. I was thinking each output
type should just have some kind of priority list of possible PLLs, and
the PLL sharing code itself should be entirely oblivious about the
output type. But that's something for the future...

[1] https://bugs.freedesktop.org/show_bug.cgi?id=74955

Ville Syrjälä (5):
  drm/i915: Fix DDI port_clock for VGA output
  drm/i915: Change intel_fdi_link_freq() to 10kHz
  drm/i915: Use DIV_ROUND_UP() when calculating number of required FDI
    lanes
  drm/i915: Use port_clock for FDI frequency on DDI
  drm/i915: Add SPLL sharing support for DDI

 drivers/gpu/drm/i915/intel_crt.c     |  4 ++++
 drivers/gpu/drm/i915/intel_ddi.c     | 45 +++++++++++++++++++++++++++++++-----
 drivers/gpu/drm/i915/intel_display.c | 29 +++++++++++------------
 3 files changed, 57 insertions(+), 21 deletions(-)

-- 
1.8.3.2

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

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

end of thread, other threads:[~2014-03-06 21:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 12:23 [PATCH 0/5] drm/i915: FDI port_clock fix for DDI and other FDI changes ville.syrjala
2014-02-27 12:23 ` [PATCH 1/5] drm/i915: Fix DDI port_clock for VGA output ville.syrjala
2014-02-28 22:09   ` Paulo Zanoni
2014-03-03 10:09     ` Ville Syrjälä
2014-02-27 12:23 ` [PATCH 2/5] drm/i915: Change intel_fdi_link_freq() to 10kHz ville.syrjala
2014-02-28 22:28   ` Paulo Zanoni
2014-03-01  7:34     ` Chris Wilson
2014-03-05 15:04       ` Daniel Vetter
2014-03-06 21:01         ` Daniel Vetter
2014-02-27 12:23 ` [PATCH 3/5] drm/i915: Use DIV_ROUND_UP() when calculating number of required FDI lanes ville.syrjala
2014-02-28 22:35   ` Paulo Zanoni
2014-02-27 12:23 ` [PATCH 4/5] drm/i915: Use port_clock for FDI frequency on DDI ville.syrjala
2014-02-27 12:23 ` [PATCH 5/5] drm/i915: Add SPLL sharing support for DDI ville.syrjala
2014-02-28 21:40   ` Paulo Zanoni
2014-03-03  9:56     ` Ville Syrjälä
2014-03-05 15:09       ` Daniel Vetter

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