commit | 9f817501bd7facfe2bffacd637f4332e5991e57a | [log] [tgz] |
---|---|---|
author | Sagar Arun Kamble <sagar.a.kamble@intel.com> | Tue Oct 10 22:30:05 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 11 08:56:56 2017 +0100 |
tree | f87b873df21964993b89bcc10754274bbf2cf9be | |
parent | ad1443f0f3dd1b2434af897af8b8f942e47cf8c3 [diff] |
drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock In order to separate GT PM related functionality into new structure we are updating rps structure. hw_lock in it is used for display related PCU communication too hence move it to dev_priv. Signed-off-by: Sagar Arun Kamble <sagar.a.kamble@intel.com> Cc: Imre Deak <imre.deak@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Radoslaw Szwichtenberg <radoslaw.szwichtenberg@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/1507360055-19948-8-git-send-email-sagar.a.kamble@intel.com Acked-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20171010213010.7415-7-chris@chris-wilson.co.uk