[Intel-gfx] [PATCH 0/7] drm/i915: Reordered AUX patches from type safety series
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Wed Nov 11 10:34:09 PST 2015
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Chris requested that I try to reorder the DP AUX patches in the last
register type safety series [1] to form a better story. Here is the
result. The final code is exactly the same as before (apart from the
kasprintf() changes), so I kept the previous r-b's in place, with
some added version annotations.
[1] http://lists.freedesktop.org/archives/intel-gfx/2015-November/079453.html
Ville Syrjälä (7):
drm/i915: Replace aux_ch_ctl_reg check with port check
drm/i915: Replace the aux ddc name switch statement with kasprintf()
drm/i915: Parametrize AUX registers
drm/i915: Remove the magic AUX_CTL is at DP + foo tricks
drm/i915: Store aux data reg offsets in intel_dp->aux_ch_data_reg[]
drm/i915: Add dev_priv->psr_mmio_base
drm/i915: Model PSR AUX register selection more like the normal AUX
code
drivers/gpu/drm/i915/i915_debugfs.c | 4 +-
drivers/gpu/drm/i915/i915_drv.h | 2 +
drivers/gpu/drm/i915/i915_reg.h | 115 ++++++++-------
drivers/gpu/drm/i915/intel_dp.c | 282 +++++++++++++++++++++++++-----------
drivers/gpu/drm/i915/intel_drv.h | 1 +
drivers/gpu/drm/i915/intel_psr.c | 51 +++++--
6 files changed, 298 insertions(+), 157 deletions(-)
--
2.4.10
More information about the Intel-gfx
mailing list