]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix setting of boost freq tunable
authorMika Kuoppala <mika.kuoppala@linux.intel.com>
Wed, 14 Dec 2016 12:26:20 +0000 (14:26 +0200)
committerMika Kuoppala <mika.kuoppala@intel.com>
Wed, 14 Dec 2016 13:48:28 +0000 (15:48 +0200)
commit370ef18cd3df9099cfac479d658c6147fd23d893
tree7eea87a68b64421ad0668ed714f27dda155cb06c
parent7b4c4343763cf171b5e65148cc07648175733ffb
drm/i915: Fix setting of boost freq tunable

For limiting the max frequency of gpu, the max freq tunable
is not enough to hard limit the max gap. We now have also per
client boost max freq. When this tunable was introduced,
it was mistakenly made read only. Allow user to gain control by
setting it writable.

Fixes: 81777191033a ("drm/i915: Define a separate variable and control for RPS waitboost frequency")
Cc: <stable@vger.kernel.org> # v4.9+
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1481718380-9170-1-git-send-email-mika.kuoppala@intel.com
drivers/gpu/drm/i915/i915_sysfs.c