]> Git Repo - linux.git/blob - drivers/gpu/drm/arm/malidp_mw.h
Merge tag 'linux-watchdog-6.14-rc1' of git://www.linux-watchdog.org/linux-watchdog
[linux.git] / drivers / gpu / drm / arm / malidp_mw.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
4  * Author: Brian Starkey <[email protected]>
5  *
6  */
7
8 #ifndef __MALIDP_MW_H__
9 #define __MALIDP_MW_H__
10
11 int malidp_mw_connector_init(struct drm_device *drm);
12 void malidp_mw_atomic_commit(struct drm_device *drm,
13                              struct drm_atomic_state *old_state);
14 #endif
This page took 0.03006 seconds and 4 git commands to generate.