drm/i915: move all rps state into dev_priv->rps
This way it's easier so see what belongs together, and what is used by the ilk ips code. Also add some comments that explain the locking. Note that (cur|min|max)_delay need to be duplicated, because they're also used by the ips code. v2: Missed one place that the dev_priv->ips change caught ... Reviewed-by:Ben Widawsky <ben@bwidawsk.net> Reviewed-by:
Damien Lespiau <damien.lespiau@intel.com> Reviewed-by:
Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by:
Daniel Vetter <daniel.vetter@ffwll.ch>
Showing
- drivers/gpu/drm/i915/i915_debugfs.c 6 additions, 5 deletionsdrivers/gpu/drm/i915/i915_debugfs.c
- drivers/gpu/drm/i915/i915_dma.c 1 addition, 1 deletiondrivers/gpu/drm/i915/i915_dma.c
- drivers/gpu/drm/i915/i915_drv.h 15 additions, 3 deletionsdrivers/gpu/drm/i915/i915_drv.h
- drivers/gpu/drm/i915/i915_irq.c 16 additions, 16 deletionsdrivers/gpu/drm/i915/i915_irq.c
- drivers/gpu/drm/i915/intel_display.c 1 addition, 1 deletiondrivers/gpu/drm/i915/intel_display.c
- drivers/gpu/drm/i915/intel_pm.c 24 additions, 23 deletionsdrivers/gpu/drm/i915/intel_pm.c
Loading
Please register or sign in to comment