Sign in
cos
/
third_party
/
kernel
/
1abebf8624cc7d4e8a9bb2bccff8f0dc031fd549
/
.
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_plane_initial.h
blob: 64ab95239cd451c0e60cc3faa8ac46f6ffa345a5 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2021 Intel Corporation
*/
#ifndef
__INTEL_PLANE_INITIAL_H__
#define
__INTEL_PLANE_INITIAL_H__
struct
drm_i915_private
;
void
intel_initial_plane_config
(
struct
drm_i915_private
*
i915
);
#endif