drm/i915: Make intel_display_power_put_unchecked() an internal-only function
authorImre Deak <imre.deak@intel.com>
Mon, 30 Nov 2020 21:22:00 +0000 (23:22 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 3 Dec 2020 13:31:55 +0000 (15:31 +0200)
commite352934659657f741005f3128012d73605f0ff68
treecfd98aeea160b0e4563348e5a6cef17ec483e9eb
parent93b916fda6938937fceef7520b37d90e88615a43
drm/i915: Make intel_display_power_put_unchecked() an internal-only function

All the display power domain references are wakeref tracked now, so we
can mark intel_display_power_put_unchecked() as an internal function
(for suppressing wakeref tracking in non-debug builds).

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20201130212200.2811939-10-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display_power.c
drivers/gpu/drm/i915/display/intel_display_power.h