mbox series

[v2,0/6] drm/i915: Some cleanup near the SKL wm/ddb area

Message ID 20191210144105.3239-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Some cleanup near the SKL wm/ddb area | expand

Message

Ville Syrjala Dec. 10, 2019, 2:41 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Rebased leftovers from my earlier series to nuke the dirty_pipes junk.

Cc: José Roberto de Souza <jose.souza@intel.com>
Cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>

Ville Syrjälä (6):
  drm/i915: Streamline skl_commit_modeset_enables()
  drm/i915: Polish WM_LINETIME register stuff
  drm/i915: Move linetime wms into the crtc state
  drm/i915: Nuke skl wm.dirty_pipes bitmask
  drm/i915: Kill struct skl_ddb_allocation
  drm/i915: Implement pps w/a #1124 for bxt+

 drivers/gpu/drm/i915/display/intel_display.c  | 170 +++++++++++----
 .../drm/i915/display/intel_display_power.c    |  28 +--
 .../drm/i915/display/intel_display_power.h    |   2 +-
 .../drm/i915/display/intel_display_types.h    |  11 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |  11 +
 drivers/gpu/drm/i915/gvt/handlers.c           |   6 +-
 drivers/gpu/drm/i915/i915_drv.h               |  14 +-
 drivers/gpu/drm/i915/i915_reg.h               |  14 +-
 drivers/gpu/drm/i915/intel_pm.c               | 202 +++---------------
 drivers/gpu/drm/i915/intel_pm.h               |   4 +-
 10 files changed, 187 insertions(+), 275 deletions(-)

Comments

Ville Syrjala Dec. 10, 2019, 2:46 p.m. UTC | #1
On Tue, Dec 10, 2019 at 04:41:01PM +0200, Ville Syrjala wrote:
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> 
> Rebased leftovers from my earlier series to nuke the dirty_pipes junk.
> 
> Cc: José Roberto de Souza <jose.souza@intel.com>
> Cc: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
> 
> Ville Syrjälä (6):
>   drm/i915: Streamline skl_commit_modeset_enables()
>   drm/i915: Polish WM_LINETIME register stuff
>   drm/i915: Move linetime wms into the crtc state
>   drm/i915: Nuke skl wm.dirty_pipes bitmask
>   drm/i915: Kill struct skl_ddb_allocation
>   drm/i915: Implement pps w/a #1124 for bxt+

Drat. Last two aren't part of the series. Time to see how badly patchwork
reacts to this one...

> 
>  drivers/gpu/drm/i915/display/intel_display.c  | 170 +++++++++++----
>  .../drm/i915/display/intel_display_power.c    |  28 +--
>  .../drm/i915/display/intel_display_power.h    |   2 +-
>  .../drm/i915/display/intel_display_types.h    |  11 +-
>  drivers/gpu/drm/i915/display/intel_dp.c       |  11 +
>  drivers/gpu/drm/i915/gvt/handlers.c           |   6 +-
>  drivers/gpu/drm/i915/i915_drv.h               |  14 +-
>  drivers/gpu/drm/i915/i915_reg.h               |  14 +-
>  drivers/gpu/drm/i915/intel_pm.c               | 202 +++---------------
>  drivers/gpu/drm/i915/intel_pm.h               |   4 +-
>  10 files changed, 187 insertions(+), 275 deletions(-)
> 
> -- 
> 2.23.0