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