linux/drivers/media/platform/ti/davinci/vpif_display.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * VPIF display header file
 *
 * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com/
 */

#ifndef VPIF_DISPLAY_H
#define VPIF_DISPLAY_H

/* Header files */
#include <media/videobuf2-dma-contig.h>
#include <media/v4l2-device.h>

#include "vpif.h"

/* Macros */
#define VPIF_DISPLAY_VERSION

#define VPIF_VALID_FIELD(field)

#define VPIF_DISPLAY_MAX_DEVICES
#define VPIF_SLICED_BUF_SIZE
#define VPIF_SLICED_MAX_SERVICES
#define VPIF_VIDEO_INDEX
#define VPIF_VBI_INDEX
#define VPIF_HBI_INDEX

/* Setting it to 1 as HBI/VBI support yet to be added , else 3*/
#define VPIF_NUMOBJECTS

/* Macros */
#define ISALIGNED(a)

/* enumerated data types */
/* Enumerated data type to give id to each device per channel */
enum vpif_channel_id {};

/* structures */

struct video_obj {};

struct vpif_disp_buffer {};

struct common_obj {};

struct channel_obj {};

/* vpif device structure */
struct vpif_device {};

#endif				/* VPIF_DISPLAY_H */