Sign in
cos
/
third_party
/
kernel
/
d3d27e68147a12a94c062c5af5594b71ce71e5d5
/
.
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_plane_initial.h
blob: c7e35ab3182b65f2ceb69b3572410699edf68e96 [
file
] [
log
] [
blame
]
/* 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