Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] sdvo tv clock improvements + some random stuff
@ 2013-04-30 12:01 Daniel Vetter
  2013-04-30 12:01 ` [PATCH 1/7] drm/i915: simplify DP/DDI port width macros Daniel Vetter
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Daniel Vetter @ 2013-04-30 12:01 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter

Hi all,

So I'm still blazing ahead with converting everything over to pipe_config. This
is (mostly) a tiny detour into sdvo TV support, which accidentally ended up
fixing a regression going back to the introduction of multi-function sdvo
support in 2.6.35.

Quick update on this pipe_config endeavour: I have a few more smaller things
outstanding around pll limits and handling that, but the big thing I'm currently
working on is beating sanity into our different clocks: dotclock, adjusted
dotclock, port clock (i.e. what we program the dpll with), reduced clock
versions of all of the above. Next up is handling dpll computation and clock
sharing.

Cheers, Daniel

Daniel Vetter (7):
  drm/i915: simplify DP/DDI port width macros
  drm/i915: move sdvo TV clock computation to intel_sdvo.c
  drm/i915: drop TVclock special casing on ilk+
  drm/i915: rip out TV-out lore ...
  drm/i915: rip out now unused is_foo tracking from crtc code
  drm/i915: make SDVO TV-out work for multifunction devices
  drm/i915: rip out an unused lvds_reg variable

 drivers/gpu/drm/i915/i915_reg.h      | 11 +----
 drivers/gpu/drm/i915/intel_ddi.c     | 34 +-------------
 drivers/gpu/drm/i915/intel_display.c | 87 +++---------------------------------
 drivers/gpu/drm/i915/intel_dp.c      | 12 +----
 drivers/gpu/drm/i915/intel_drv.h     |  5 ++-
 drivers/gpu/drm/i915/intel_sdvo.c    | 38 +++++++++++++---
 6 files changed, 48 insertions(+), 139 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2013-05-10 14:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 12:01 [PATCH 0/7] sdvo tv clock improvements + some random stuff Daniel Vetter
2013-04-30 12:01 ` [PATCH 1/7] drm/i915: simplify DP/DDI port width macros Daniel Vetter
2013-05-02 13:34   ` Paulo Zanoni
2013-05-02 14:51     ` Daniel Vetter
2013-05-02 17:38       ` Paulo Zanoni
2013-05-02 19:29         ` Daniel Vetter
2013-04-30 12:01 ` [PATCH 2/7] drm/i915: move sdvo TV clock computation to intel_sdvo.c Daniel Vetter
2013-05-10 11:13   ` Jani Nikula
2013-04-30 12:01 ` [PATCH 3/7] drm/i915: drop TVclock special casing on ilk+ Daniel Vetter
2013-05-10 11:18   ` Jani Nikula
2013-04-30 12:01 ` [PATCH 4/7] drm/i915: rip out TV-out lore Daniel Vetter
2013-05-10 11:34   ` Jani Nikula
2013-04-30 12:01 ` [PATCH 5/7] drm/i915: rip out now unused is_foo tracking from crtc code Daniel Vetter
2013-05-10 11:39   ` Jani Nikula
2013-04-30 12:01 ` [PATCH 6/7] drm/i915: make SDVO TV-out work for multifunction devices Daniel Vetter
2013-04-30 12:49   ` Chris Wilson
2013-04-30 13:10     ` Daniel Vetter
2013-05-06 13:36   ` Jani Nikula
2013-05-06 14:15     ` Daniel Vetter
2013-05-10 11:47   ` Jani Nikula
2013-04-30 12:01 ` [PATCH 7/7] drm/i915: rip out an unused lvds_reg variable Daniel Vetter
2013-05-10 11:42   ` Jani Nikula
2013-05-10 14:03     ` Daniel Vetter

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