Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16 14 lines 363 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved. 4 * Author: Brian Starkey <brian.starkey@arm.com> 5 * 6 */ 7 8#ifndef __MALIDP_MW_H__ 9#define __MALIDP_MW_H__ 10 11int malidp_mw_connector_init(struct drm_device *drm); 12void malidp_mw_atomic_commit(struct drm_device *drm, 13 struct drm_atomic_state *old_state); 14#endif