drm/i915/psr: Add alpm_parameters struct
authorJouni Högander <jouni.hogander@intel.com>
Tue, 30 Jan 2024 11:11:28 +0000 (13:11 +0200)
committerJouni Högander <jouni.hogander@intel.com>
Wed, 7 Feb 2024 07:58:03 +0000 (09:58 +0200)
commit96a24945731fe9fab4cc7d1063f20a9d4dd4395a
tree85bb3fbb510c0ae09e31013cf2f77d0d8d495682
parent4ee30a4482550d1b16cf1cb531162562e510b197
drm/i915/psr: Add alpm_parameters struct

Add new alpm_parameters struct into intel_psr for all calculated
alpm parameters.

v2: Move alpm_parameters struct definition to intel_psr struct

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240130111130.3298779-3-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_psr.c