/* * include/uapi/video/tegra_dc_ext.h * * tegra_dc_ext.h: tegra dc ext interface. * * Copyright (C) 2016-2020, NVIDIA CORPORATION. All rights reserved. * * Author: Robert Morell <rmorell@nvidia.com> * Some code based on fbdev extensions written by: * Erik Gilling <konkers@android.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. */#ifndef __UAPI_TEGRA_DC_EXT_H#define __UAPI_TEGRA_DC_EXT_H#include <linux/types.h>#include <linux/ioctl.h>#if defined(__KERNEL__)# include <linux/time.h>#else# include <time.h># include <unistd.h>#endif/* Note: These are the actual values written to the DC_WIN_COLOR_DEPTH register * and may change in new tegra architectures. *//* New naming for pixel format*/#define TEGRA_DC_EXT_FMT_T_P8 (3)