public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [RFC 0/6] Rearranging PPS related code
@ 2014-10-07 15:09 Vandana Kannan
  2014-10-07 15:09 ` [RFC 1/6] drm/i915: Create PPS related struct and func pointers Vandana Kannan
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Vandana Kannan @ 2014-10-07 15:09 UTC (permalink / raw)
  To: intel-gfx

Since panel power sequencing is a feature common to all internal displays, 
moving relevant code to intel_panel.c. This patch series contains changes 
to setup PPS data and program register values as required.

The implementation follows the model used for backlight funcs 
(as suggested by Daniel) which splits the changes based on platform. 
As of now, changes have been made considering only eDP. 

TODO:-
1. To accomodate software delays where applicable, placeholders have been 
created in i915_display_funcs, but have not been defined yet.
2. Integrate MIPI PPS delays once 1. is done.
3. PPS delays would be required for LVDS as well. The existing file 
intel_lvds.c does not make use of the delays. 

Vandana Kannan (6):
  drm/i915: Create PPS related struct and func pointers
  drm/i915: Define PPS setup functions
  drm/i915: Program PPS registers
  drm/i915: Removing refs to intel_dp_panel_power_sequencer
  drm/i915: Replace all refs to intel_dp delays
  drm/i915: Modify refs to intel dp timestamps

 drivers/gpu/drm/i915/i915_drv.h      |  15 ++
 drivers/gpu/drm/i915/intel_display.c |   1 +
 drivers/gpu/drm/i915/intel_dp.c      | 275 ++++++-----------------------------
 drivers/gpu/drm/i915/intel_drv.h     |  32 +++-
 drivers/gpu/drm/i915/intel_panel.c   | 260 +++++++++++++++++++++++++++++++++
 5 files changed, 346 insertions(+), 237 deletions(-)

-- 
2.0.1

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

end of thread, other threads:[~2014-10-13  4:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 15:09 [RFC 0/6] Rearranging PPS related code Vandana Kannan
2014-10-07 15:09 ` [RFC 1/6] drm/i915: Create PPS related struct and func pointers Vandana Kannan
2014-10-07 15:09 ` [RFC 2/6] drm/i915: Define PPS setup functions Vandana Kannan
2014-10-07 15:09 ` [RFC 3/6] drm/i915: Program PPS registers Vandana Kannan
2014-10-07 15:09 ` [RFC 4/6] drm/i915: Removing refs to intel_dp_panel_power_sequencer Vandana Kannan
2014-10-07 15:09 ` [RFC 5/6] drm/i915: Replace all refs to intel_dp delays Vandana Kannan
2014-10-07 15:09 ` [RFC 6/6] drm/i915: Modify refs to intel dp timestamps Vandana Kannan
2014-10-09 15:47 ` [RFC 0/6] Rearranging PPS related code Daniel Vetter
2014-10-13  4:55   ` Kannan, Vandana

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