summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_modeset_verify.h
blob: 3bef8735cb4bc79c70c397dc66c361a86e0805e7 (plain)
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_MODESET_VERIFY_H__
#define __INTEL_MODESET_VERIFY_H__

struct intel_atomic_state;
struct intel_crtc;

void intel_modeset_verify_crtc(struct intel_atomic_state *state,
			       struct intel_crtc *crtc);
void intel_modeset_verify_disabled(struct intel_atomic_state *state);

#endif /* __INTEL_MODESET_VERIFY_H__ */