From 9f0e6cad0e0aebd6bae151ad946bf3a8ba4a4d5b Mon Sep 17 00:00:00 2001 From: "Frank C. Earl" Date: Wed, 1 May 2002 00:25:30 +0000 Subject: Most of the first cut of the DMA code. It's got most of the dispatch architecture in place (Lacks actual DMA submission (The easy part, really...)) so it's not done yet, but I promised people that done or not, I'd do a check-in of this... --- linux/mach64_drm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux/mach64_drm.h') diff --git a/linux/mach64_drm.h b/linux/mach64_drm.h index 8011f5df..5f6c5f9d 100644 --- a/linux/mach64_drm.h +++ b/linux/mach64_drm.h @@ -2,6 +2,7 @@ * Created: Thu Nov 30 20:04:32 2000 by gareth@valinux.com * * Copyright 2000 Gareth Hughes + * Copyright 2002 Frank C. Earl * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -24,6 +25,7 @@ * * Authors: * Gareth Hughes + * Frank C. Earl */ #ifndef __MACH64_DRM_H__ @@ -148,6 +150,7 @@ typedef struct drm_mach64_init { } func; unsigned int sarea_priv_offset; + int is_pci; unsigned int fb_bpp; unsigned int front_offset, front_pitch; -- cgit v1.2.3