~ubuntu-branches/ubuntu/maverick/libdrm/maverick-updates

« back to all changes in this revision

Viewing changes to radeon/radeon_cs_gem.h

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2010-02-19 14:19:08 UTC
  • mfrom: (1.1.17 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219141908-2tgiyrn4kci8w1cr
Tags: 2.4.18-1ubuntu1
* Merge from Debian unstable.
* Remove the nouveau patches, since they are included in this version.
* Add 03_revert_abi_change.diff to revert the nouveau ABI change.
  We need the old ABI until the kernel has been updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
 
1
/*
2
2
 * Copyright © 2008 Nicolai Haehnle
3
3
 * Copyright © 2008 Jérôme Glisse
4
4
 * All Rights Reserved.
5
 
 * 
 
5
 *
6
6
 * Permission is hereby granted, free of charge, to any person obtaining
7
7
 * a copy of this software and associated documentation files (the
8
8
 * "Software"), to deal in the Software without restriction, including
10
10
 * distribute, sub license, and/or sell copies of the Software, and to
11
11
 * permit persons to whom the Software is furnished to do so, subject to
12
12
 * the following conditions:
13
 
 * 
 
13
 *
14
14
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
15
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
16
16
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
17
 * NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS, AUTHORS
18
18
 * AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20
 
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 
 
20
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
21
21
 * USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
 *
23
23
 * The above copyright notice and this permission notice (including the