[Intel-gfx] [PATCH 0/3] Rearranging eDP PPS code
Vandana Kannan
vandana.kannan at intel.com
Mon Nov 10 12:28:40 CET 2014
In the earlier RFC patch series, PPS related code was moved to intel_panel.c
to make it usable for all internal panels. In this patch series, the PPS
related functions are split based on platform in intel_dp.c itself.
This avoids having code split across intel_dp.c and intel_panel.c w.r.t
pps_lock/unlock, other pps delay functions.
Also, the code rearrangement is for eDP alone.
Vandana Kannan (3):
drm/i915: Move PPS calls to edp_init
drm/i915: Use vlv_power_sequencer_pipe() only to get pipe
drm/i915: Splitting PPS functions based on platform
drivers/gpu/drm/i915/intel_dp.c | 226 +++++++++++++++++++++++++--------------
drivers/gpu/drm/i915/intel_drv.h | 3 +
2 files changed, 147 insertions(+), 82 deletions(-)
--
2.0.1
More information about the Intel-gfx
mailing list