linuxdebug/drivers/gpu/drm/i915/display/intel_plane_initial.h

14 lines
242 B
C
Raw Normal View History

2024-07-16 15:50:57 +02:00
/* 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