linux/include/uapi/linux/matroxfb.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __LINUX_MATROXFB_H__
#define __LINUX_MATROXFB_H__

#include <asm/ioctl.h>
#include <linux/types.h>
#include <linux/videodev2.h>
#include <linux/fb.h>

struct matroxioc_output_mode {};
#define MATROXFB_SET_OUTPUT_MODE
#define MATROXFB_GET_OUTPUT_MODE

/* bitfield */
#define MATROXFB_OUTPUT_CONN_PRIMARY
#define MATROXFB_OUTPUT_CONN_SECONDARY
#define MATROXFB_OUTPUT_CONN_DFP
/* connect these outputs to this framebuffer */
#define MATROXFB_SET_OUTPUT_CONNECTION
/* which outputs are connected to this framebuffer */
#define MATROXFB_GET_OUTPUT_CONNECTION
/* which outputs are available for this framebuffer */
#define MATROXFB_GET_AVAILABLE_OUTPUTS
/* which outputs exist on this framebuffer */
#define MATROXFB_GET_ALL_OUTPUTS

enum matroxfb_ctrl_id {};

#endif