Deleted Added
full compact
r128_irq.c (145132) r128_irq.c (152909)
1/* r128_irq.c -- IRQ handling for radeon -*- linux-c -*- */
1/* r128_irq.c -- IRQ handling for radeon -*- linux-c -*-
2 */
2/*-
3 * Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
4 *
5 * The Weather Channel (TM) funded Tungsten Graphics to develop the
6 * initial release of the Radeon 8500 driver under the XFree86 license.
7 * This notice must be preserved.
8 *
9 * Permission is hereby granted, free of charge, to any person obtaining a

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

23 * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
24 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
25 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
26 * DEALINGS IN THE SOFTWARE.
27 *
28 * Authors:
29 * Keith Whitwell <keith@tungstengraphics.com>
30 * Eric Anholt <anholt@FreeBSD.org>
3/*-
4 * Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
5 *
6 * The Weather Channel (TM) funded Tungsten Graphics to develop the
7 * initial release of the Radeon 8500 driver under the XFree86 license.
8 * This notice must be preserved.
9 *
10 * Permission is hereby granted, free of charge, to any person obtaining a

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

24 * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
25 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
26 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27 * DEALINGS IN THE SOFTWARE.
28 *
29 * Authors:
30 * Keith Whitwell <keith@tungstengraphics.com>
31 * Eric Anholt <anholt@FreeBSD.org>
31 *
32 * $FreeBSD: head/sys/dev/drm/r128_irq.c 145132 2005-04-16 03:44:47Z anholt $
33 */
34
32 */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/dev/drm/r128_irq.c 152909 2005-11-28 23:13:57Z anholt $");
36
35#include "dev/drm/drmP.h"
36#include "dev/drm/drm.h"
37#include "dev/drm/r128_drm.h"
38#include "dev/drm/r128_drv.h"
39
40irqreturn_t r128_driver_irq_handler(DRM_IRQ_ARGS)
41{
42 drm_device_t *dev = (drm_device_t *) arg;

--- 61 unchanged lines hidden ---
37#include "dev/drm/drmP.h"
38#include "dev/drm/drm.h"
39#include "dev/drm/r128_drm.h"
40#include "dev/drm/r128_drv.h"
41
42irqreturn_t r128_driver_irq_handler(DRM_IRQ_ARGS)
43{
44 drm_device_t *dev = (drm_device_t *) arg;

--- 61 unchanged lines hidden ---