(file) Return to ativga.h CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / drivers / ati

File: [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / drivers / ati / ativga.h (download)
Revision: 1.7, Fri Aug 4 20:07:16 2000 UTC (12 years, 9 months ago) by tsi
Branch: MAIN
CVS Tags: xf-4_0_3b, xf-4_0_3a, xf-4_0_3, xf-4_0_2c, xf-4_0_2b, xf-4_0_2a, xf-4_0_2-branch, xf-4_0_2-bindist, xf-4_0_2, xf-4_0_1h, xf-4_0_1g, xf-4_0_1f, xf-4_0_1e, xf-4_0_1d, xf-4_0_1c, xf-4_0_1b, xf-4_0_1Zc, xf-4_0_1Zb, xf-4_0_1Za, xf-4_0_1Z
Changes since 1.6: +6 -1 lines
 492. ATI driver changes (Marc La France):
      - Fix resource relocation bug.
      - An attempt at fixing problems reported with Chrontel 8398's.
      - Workaround for Mobility BIOS bug that affected the driver's ability to
        restore the mode on server entry.
      - Fix SEGV that occurs with ATI adapter BIOS'es that do not support some
        flavour of VBE.
      - Allow the driver to tolerate the absence of an initialised adapter BIOS
        image and introduce XF86Config options for the information the driver
        would otherwise require from it.
      - Recognise more cases where a DFP panel might be in use.
      - Fix minor bug that occurred on xf86SetDepthBpp() failures.
      - Implement a compilation option that produces an MMIO-only version of
        the driver.  Intended for non-Intel architectures.  See the driver's
        Imakefile for details.

+ post-Egbert fixes to trident driver.

/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.h,v 1.6 2000/06/19 15:00:59 tsi Exp $ */
/*
 * Copyright 1997 through 2000 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca
 *
 * Permission to use, copy, modify, distribute, and sell this software and its
 * documentation for any purpose is hereby granted without fee, provided that
 * the above copyright notice appear in all copies and that both that copyright
 * notice and this permission notice appear in supporting documentation, and
 * that the name of Marc Aurele La France not be used in advertising or
 * publicity pertaining to distribution of the software without specific,
 * written prior permission.  Marc Aurele La France makes no representations
 * about the suitability of this software for any purpose.  It is provided
 * "as-is" without express or implied warranty.
 *
 * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO
 * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 * PERFORMANCE OF THIS SOFTWARE.
 */

#ifndef ___ATIVGA_H___
#define ___ATIVGA_H___ 1

#include "atipriv.h"
#include "atiproto.h"

#include "xf86str.h"

#ifndef AVOID_CPIO

extern void ATIVGAPreInit     FunctionPrototype((ATIPtr, ATIHWPtr));
extern void ATIVGASave        FunctionPrototype((ATIPtr, ATIHWPtr));
extern void ATIVGACalculate   FunctionPrototype((ATIPtr, ATIHWPtr,
                                                 DisplayModePtr));
extern void ATIVGASet         FunctionPrototype((ATIPtr, ATIHWPtr));

extern void ATIVGASaveScreen  FunctionPrototype((ATIPtr, int));
extern void ATIVGASetDPMSMode FunctionPrototype((ATIPtr, int));

#endif /* AVOID_CPIO */

#endif /* ___ATIVGA_H___ */

Powered by
ViewCVS 0.9.2