drm_file.h (d8f797c60661a90ee26ca9330cf85ede9aa2ec17) drm_file.h (3ed4351a83ca05d3cd886ade6900be1067aa7903)
1/*
2 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
3 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
4 * Copyright (c) 2009-2010, Code Aurora Forum.
5 * All rights reserved.
6 *
7 * Author: Rickard E. (Rik) Faith <faith@valinux.com>
8 * Author: Gareth Hughes <gareth@valinux.com>

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

35
36#include <uapi/drm/drm.h>
37
38#include <drm/drm_prime.h>
39
40struct dma_fence;
41struct drm_file;
42struct drm_device;
1/*
2 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
3 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
4 * Copyright (c) 2009-2010, Code Aurora Forum.
5 * All rights reserved.
6 *
7 * Author: Rickard E. (Rik) Faith <faith@valinux.com>
8 * Author: Gareth Hughes <gareth@valinux.com>

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

35
36#include <uapi/drm/drm.h>
37
38#include <drm/drm_prime.h>
39
40struct dma_fence;
41struct drm_file;
42struct drm_device;
43struct device;
43
44/*
45 * FIXME: Not sure we want to have drm_minor here in the end, but to avoid
46 * header include loops we need it here for now.
47 */
48
49enum drm_minor_type {
50 DRM_MINOR_PRIMARY,

--- 325 unchanged lines hidden ---
44
45/*
46 * FIXME: Not sure we want to have drm_minor here in the end, but to avoid
47 * header include loops we need it here for now.
48 */
49
50enum drm_minor_type {
51 DRM_MINOR_PRIMARY,

--- 325 unchanged lines hidden ---