1/* SPDX-License-Identifier: MIT */
2/*
3 * Copyright © 2022 Intel Corporation
4 */
5
6#ifndef __INTEL_CRTC_STATE_DUMP_H__
7#define __INTEL_CRTC_STATE_DUMP_H__
8
9struct intel_crtc_state;
10struct intel_atomic_state;
11enum intel_output_format;
12
13void intel_crtc_state_dump(const struct intel_crtc_state *crtc_state,
14 struct intel_atomic_state *state,
15 const char *context);
16const char *intel_output_format_name(enum intel_output_format format);
17
18#endif /* __INTEL_CRTC_STATE_H__ */
19

source code of linux/drivers/gpu/drm/i915/display/intel_crtc_state_dump.h