tegra_drm.h (4ba25a496f62129a2ad8c2436ab2b402752dc66c) tegra_drm.h (773af77fc479fd454c3f6836f86bf63996545cf4)
1/*
2 * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT

--- 5 unchanged lines hidden (view full) ---

14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#ifndef _UAPI_TEGRA_DRM_H_
18#define _UAPI_TEGRA_DRM_H_
19
20#include <drm/drm.h>
21
1/*
2 * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT

--- 5 unchanged lines hidden (view full) ---

14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#ifndef _UAPI_TEGRA_DRM_H_
18#define _UAPI_TEGRA_DRM_H_
19
20#include <drm/drm.h>
21
22#define DRM_TEGRA_GEM_CREATE_TILED (1 << 0)
23
22struct drm_tegra_gem_create {
23 __u64 size;
24 __u32 flags;
25 __u32 handle;
26};
27
28struct drm_tegra_gem_mmap {
29 __u32 handle;

--- 109 unchanged lines hidden ---
24struct drm_tegra_gem_create {
25 __u64 size;
26 __u32 flags;
27 __u32 handle;
28};
29
30struct drm_tegra_gem_mmap {
31 __u32 handle;

--- 109 unchanged lines hidden ---