/* -*- Mode: C; tab-width: 4; indent-tabs-mode: 't; c-basic-offset: 4 -*- * * Name : $RCSfile: powervr.h $ * * Copyright : 2001,2002 by Imagination Technologies Limited. * All rights reserved. * No part of this software, either material or conceptual * may be copied or distributed, transmitted, transcribed, * stored in a retrieval system or translated into any * human or computer language in any form by any means, * electronic, mechanical, manual or other-wise, or * disclosed to third parties without the express written * permission of: * Imagination Technologies Limited, * HomePark Industrial Estate, * Kings Langley, * Hertfordshire, * WD4 8LZ, * UK * * Description : xfree86 drm defines * * Version : $Revision: 1.2 $ * ****************************************************************************/ #ifndef __POWERVR_H__ #define __POWERVR_H__ /* This remains constant for all DRM template files. */ #define DRM(x) powervr_##x /* General customization: */ #define __HAVE_AGP 0 #define __MUST_HAVE_AGP 0 #define __HAVE_MTRR 0 #define __HAVE_CTX_BITMAP 1 #define __HAVE_DMA 0 #endif