2018-02-07 22:12:45 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2014-08-25 19:01:49 +08:00
|
|
|
/*
|
|
|
|
* vivid-osd.h - output overlay support functions.
|
|
|
|
*
|
|
|
|
* Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _VIVID_OSD_H_
|
|
|
|
#define _VIVID_OSD_H_
|
|
|
|
|
|
|
|
int vivid_fb_init(struct vivid_dev *dev);
|
|
|
|
void vivid_fb_release_buffers(struct vivid_dev *dev);
|
|
|
|
void vivid_clear_fb(struct vivid_dev *dev);
|
|
|
|
|
|
|
|
#endif
|