drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
authorSagar Arun Kamble <[email protected]>
Tue, 10 Oct 2017 21:30:07 +0000 (22:30 +0100)
committerChris Wilson <[email protected]>
Wed, 11 Oct 2017 07:57:02 +0000 (08:57 +0100)
commit771decb0b4d75b5cc1d7ddfbdf512bd8768d2793
treede57a1d774eed327cac8db852d398b9cfc863822
parent562d9bae08a10335368bf54ea5cc7e4f6185bccc
drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled

This function gives the status of RC6, whether disabled or if
enabled then which state. intel_enable_rc6 will be used for
enabling RC6 in the next patch.

v2: Rebase.

v3: Rebase.

Signed-off-by: Sagar Arun Kamble <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Imre Deak <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Reviewed-by: Radoslaw Szwichtenberg <[email protected]> #1
Reviewed-by: Ewelina Musial <[email protected]> #1
Reviewed-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Acked-by: Imre Deak <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_sysfs.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_guc.c
drivers/gpu/drm/i915/intel_pm.c