aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/display/intel_crtc_state_dump.h
blob: 9399c35b7e5edae12b4e3d60170aac025c1f39c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef __INTEL_CRTC_STATE_DUMP_H__
#define __INTEL_CRTC_STATE_DUMP_H__

struct intel_crtc_state;
struct intel_atomic_state;

void intel_crtc_state_dump(const struct intel_crtc_state *crtc_state,
			   struct intel_atomic_state *state,
			   const char *context);

#endif /* __INTEL_CRTC_STATE_H__ */