Re: [Intel-gfx] [PATCH] drm/i915: Move the common RPS warnings to intel_set_rps()

2017-02-17 Thread Szwichtenberg, Radoslaw
On Fri, 2017-02-17 at 08:37 +, Chris Wilson wrote: > Instead of having each back-end provide identical guards, just have a > singular set in intel_set_rps() to verify that the caller is obeying the > rules. > > Signed-off-by: Chris Wilson Reviewed-by: Radoslaw

[Intel-gfx] [PATCH] drm/i915: Move the common RPS warnings to intel_set_rps()

2017-02-17 Thread Chris Wilson
Instead of having each back-end provide identical guards, just have a singular set in intel_set_rps() to verify that the caller is obeying the rules. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_pm.c | 12 1 file changed, 4 insertions(+), 8