mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 20:25:16 +00:00
drm/i915/display: Add crtc state dump for Adaptive Sync SDP
Add crtc state dump for Adaptive Sync SDP to know which crtc specifically caused the failure. --v1: - Rebase Patches to latest. Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com> Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240322031157.3823909-4-mitulkumar.ajitkumar.golani@intel.com
This commit is contained in:
parent
0bbb8f594e
commit
e282bb2bc9
@ -286,6 +286,9 @@ void intel_crtc_state_dump(const struct intel_crtc_state *pipe_config,
|
||||
if (pipe_config->infoframes.enable &
|
||||
intel_hdmi_infoframe_enable(DP_SDP_VSC))
|
||||
drm_dp_vsc_sdp_log(&p, &pipe_config->infoframes.vsc);
|
||||
if (pipe_config->infoframes.enable &
|
||||
intel_hdmi_infoframe_enable(DP_SDP_ADAPTIVE_SYNC))
|
||||
drm_dp_as_sdp_log(&p, &pipe_config->infoframes.as_sdp);
|
||||
|
||||
if (pipe_config->has_audio)
|
||||
intel_dump_buffer("ELD: ", pipe_config->eld,
|
||||
|
||||
@ -1347,6 +1347,7 @@ struct intel_crtc_state {
|
||||
union hdmi_infoframe hdmi;
|
||||
union hdmi_infoframe drm;
|
||||
struct drm_dp_vsc_sdp vsc;
|
||||
struct drm_dp_as_sdp as_sdp;
|
||||
} infoframes;
|
||||
|
||||
u8 eld[MAX_ELD_BYTES];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user