drm/i915: Remove gen check before calling intel_rps_boost
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 28 Jul 2020 15:22:19 +0000 (16:22 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 17 Aug 2020 20:16:28 +0000 (16:16 -0400)
commit1840d40ac690e2ad60fa52fc3156249802e27aa9
tree58512ec206db1435b7ab2b82d63f91970a80956d
parente310b4352cf471ba73119ec31abb1ef72086824d
drm/i915: Remove gen check before calling intel_rps_boost

It's been a while since gen6_rps_boost() [that only worked on gen6+] was
replaced by intel_rps_boost() that understood itself when rps was
active. Since the intel_rps_boost() is gen-agnostic, just call it.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200728152219.1387-1-chris@chris-wilson.co.uk
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/i915_request.c