Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
BC_VIDEO_DEVINFO *GetAnchorPtr(int id);
int GetBufferCount(unsigned int *puiBufferCount, int id);
+ extern unsigned int bc_video_id_usage[BC_VIDEO_DEVICE_MAX_ID];
+ int BC_DestroyBuffers(int id);
+
#if defined(__cplusplus)
}
#endif
#include <linux/io.h>
#include "psb_msvdx.h"
#include "bufferclass_video.h"
-#include "bufferclass_video_linux.h"
/*IMG Headers*/
#include "private_data.h"
extern int PVRMMap(struct file *pFile, struct vm_area_struct *ps_vma);
-int BC_DestroyBuffers(int id);
static struct vm_operations_struct psb_ttm_vm_ops;