[Intel-gfx] [PATCH] drm/i915: add cherryview specfic forcewake in execlists_elsp_write
S, Deepak
deepak.s at intel.com
Wed Sep 10 18:38:54 CEST 2014
Hmm Ok Daniel. Let me try and clean up the forcewake. :)
Chris, most of the debugfs is already covered with runtime_get/put. If anything is missed we can add that
Thanks
Deepak
-----Original Message-----
From: Chris Wilson [mailto:chris at chris-wilson.co.uk]
Sent: Wednesday, September 10, 2014 9:21 PM
To: Daniel Vetter
Cc: Jesse Barnes; S, Deepak; intel-gfx at lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915: add cherryview specfic forcewake in execlists_elsp_write
On Wed, Sep 10, 2014 at 05:47:39PM +0200, Daniel Vetter wrote:
> Aside if someone gets bored and wants to apply some polish: And __
> variant of force_wake_get/put which only asserts that the device isn't
> runtime suspended instead of doing the runtime_pm_get/put would be
> cute - we have one other user in the hsw/bdw rpm code already.
>
> The current force_wake_get/put functions would then just wrap those
> raw versions.
I fail to see the reason why they take it at all. Conceptually,
gen6_gt_force_wake_get() is just as lowlevel as the register access they wrap. The only one that breaks the rule is i915_debugfs.c and that seems easy enough to wrap with its own intel_runtime_pm_get/_put.
And once you've finish with that you can then sort out the mess that is the vlv variants. And now skl continues in the cut'n'paste'n'paste vein.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
More information about the Intel-gfx
mailing list