drm/i915/psr: Add some documentation of variables used in psr code
authorJouni Högander <jouni.hogander@intel.com>
Fri, 5 Apr 2024 11:35:55 +0000 (14:35 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Mon, 8 Apr 2024 07:28:51 +0000 (10:28 +0300)
commit7de3363e6059f92a7e5c4dba3492011b4daf9485
treebb81e99e15dc269e9db137cb7fdc03a14b13e391
parentaf72a61ddb4923aa1b5a3b49a0fcc3098ff3781d
drm/i915/psr: Add some documentation of variables used in psr code

We are adding more boolean variable into intel_psr and intel_crtc_state
structs. Add some documentation about these for sake of clarity.

v2: Modify has_psr +  has_panel_replay to mean panel replay

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240405113602.992714-2-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_psr.c