]> www.infradead.org Git - users/hch/configfs.git/commit
drm/i915/psr: Print Panel Replay status instead of frame lock status
authorJouni Högander <jouni.hogander@intel.com>
Fri, 7 Jun 2024 13:49:13 +0000 (16:49 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Tue, 11 Jun 2024 10:03:36 +0000 (13:03 +0300)
commit51ee1f29a9aceb8a52037ba4759d44c70e966fe5
tree8f4d9e754280a5e6d653699d41c503c9efc12912
parent672670b5dc6143601ca9cb457d82c8c98322d0f4
drm/i915/psr: Print Panel Replay status instead of frame lock status

Currently Panel Replay status printout is printing frame lock status. It
should print Panel Replay status instead. Panel Replay status register
field follows PSR status register field. Use existing PSR code for that.

Fixes: ef75c25e8fed ("drm/i915/panelreplay: Debugfs support for 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/20240607134917.1327574-10-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_psr.c