blob: c7e35ab3182b65f2ceb69b3572410699edf68e96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2021 Intel Corporation
*/
#ifndef __INTEL_PLANE_INITIAL_H__
#define __INTEL_PLANE_INITIAL_H__
struct intel_crtc;
void intel_crtc_initial_plane_config(struct intel_crtc *crtc);
#endif
|