mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
f33c53a429
PD#SWPL-110645 Problem: no s5 drm driver support Solution: add drm driver for s5 Verify: ax201 Test: DRM-OSD-45 Change-Id: Idbb21fd5f96ea0ac4b75a2524aa7d95067ba8ea2 Signed-off-by: Ao Xu <ao.xu@amlogic.com>
15 lines
317 B
C
15 lines
317 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __MESON_ASYNC_ATOMIC_H__
|
|
#define __MESON_ASYNC_ATOMIC_H__
|
|
|
|
#include <drm/drm_atomic.h>
|
|
|
|
int meson_async_atomic_ioctl(struct drm_device *dev,
|
|
void *data, struct drm_file *file_priv);
|
|
|
|
#endif
|