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