diff options
Diffstat (limited to 'drivers/mxc/ipu/ipu_common.c')
-rw-r--r-- | drivers/mxc/ipu/ipu_common.c | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/mxc/ipu/ipu_common.c b/drivers/mxc/ipu/ipu_common.c index 1a73bd72f372..634dea6cd3a4 100644 --- a/drivers/mxc/ipu/ipu_common.c +++ b/drivers/mxc/ipu/ipu_common.c @@ -1,5 +1,5 @@ /* - * Copyright 2005-2009 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright 2005-2010 Freescale Semiconductor, Inc. All Rights Reserved. */ /* @@ -1189,6 +1189,23 @@ int32_t ipu_enable_channel(ipu_channel_t channel) } /*! + * This function clear buffer ready for a logical channel. + * + * @param channel Input parameter for the logical channel ID. + * + * @param type Input parameter which buffer to clear. + * + * @param bufNum Input parameter for which buffer number clear + * ready state. + * + */ +void ipu_clear_buffer_ready(ipu_channel_t channel, ipu_buffer_t type, + uint32_t bufNum) +{ + /*TODO*/ +} + +/*! * This function disables a logical channel. * * @param channel Input parameter for the logical channel ID. |