Sign in
android-kvm
/
linux
/
ef8b4b7203682cc9adb37c8336d3f0f3b80bc382
/
.
/
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