summaryrefslogtreecommitdiff
path: root/drivers/video/mcde/mcde_debugfs.h
blob: 9f1e7f18ea5906b89a676c2f94d5f33c8033e555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Copyright (C) ST-Ericsson SA 2010
 *
 * ST-Ericsson MCDE base driver
 *
 * Author: Marcus Lorentzon <marcus.xm.lorentzon@stericsson.com>
 * for ST-Ericsson.
 *
 * License terms: GNU General Public License (GPL), version 2.
 */

#ifndef __MCDE_DEBUGFS__H__
#define __MCDE_DEBUGFS__H__

#include <video/mcde.h>

int mcde_debugfs_create(struct device *dev);
int mcde_debugfs_channel_create(u8 chnl_id, struct mcde_chnl_state *chnl);
int mcde_debugfs_overlay_create(u8 chnl_id, u8 ovly_id);

void mcde_debugfs_channel_update(u8 chnl_id);
void mcde_debugfs_overlay_update(u8 chnl_id, u8 ovly_id);

#endif /* __MCDE_DEBUGFS__H__ */