modesetting-101: rename modeflags, as to avoid conflicts with the xorg definitions
[platform/upstream/libdrm.git] / linux-core / radeon_ms_drv.h
1 /*
2  * Copyright 2007 Dave Airlie
3  * Copyright 2007 Alex Deucher
4  * Copyright 2007 Michel Dänzer
5  * Copyright 2007 Roland Scheidegger
6  * Copyright 2007 Vladimir Dergachev
7  * Copyright 2007 Nicolai Haehnle
8  * Copyright 2007 Aapo Tahkola
9  * Copyright 2007 Ben Skeggs
10  * Copyright 2007 Jérôme Glisse
11  * All Rights Reserved.
12  *
13  * Permission is hereby granted, free of charge, to any person obtaining a
14  * copy of this software and associated documentation files (the "Software"),
15  * to deal in the Software without restriction, including without limitation
16  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
17  * and/or sell copies of the Software, and to permit persons to whom the
18  * Software is furnished to do so, subject to the following conditions:
19  *
20  * The above copyright notice and this permission notice (including the next
21  * paragraph) shall be included in all copies or substantial portions of the
22  * Software.
23  *
24  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
27  * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
28  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
29  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
30  * DEALINGS IN THE SOFTWARE.
31  */
32 /*
33  * Authors:
34  *    Jérôme Glisse <glisse@freedesktop.org>
35  */
36 #ifndef __RADEON_MS_DRV_H__
37 #define __RADEON_MS_DRV_H__
38
39 #include <linux/i2c.h>
40 #include <linux/i2c-id.h>
41 #include <linux/i2c-algo-bit.h>
42 #include <linux/pci.h>
43 #include "drm.h"
44 #include "drmP.h"
45
46 #endif