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