代码搜索:Matrox

找到约 850 项符合「Matrox」的源代码

代码结果 850
www.eeworm.com/read/438146/7735547

makefile

# Makefile for the Linux video drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. # Each configuration option enables a list of
www.eeworm.com/read/152843/5663863

makefile

# Makefile for the Linux video drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. # Each configuration option enables a list of
www.eeworm.com/read/134379/13993886

h fb.h

#ifndef _LINUX_FB_H #define _LINUX_FB_H #include #include /* Definitions of frame buffers */ #define FB_MAJOR 29 #define FB_MAX 32 /* sufficient for now */ /* i
www.eeworm.com/read/147766/5725788

h matroxfb_accel.h

#ifndef __MATROXFB_ACCEL_H__ #define __MATROXFB_ACCEL_H__ #include "matroxfb_base.h" void matrox_init_putc(WPMINFO struct display* p, void (*)(WPMINFO struct display *p)); void matrox_cfbX_init(WPMI
www.eeworm.com/read/128531/5988323

h matroxfb_accel.h

#ifndef __MATROXFB_ACCEL_H__ #define __MATROXFB_ACCEL_H__ #include "matroxfb_base.h" void matrox_init_putc(WPMINFO struct display* p, void (*)(WPMINFO struct display *p)); void matrox_cfbX_init(WPMI
www.eeworm.com/read/127781/5999678

h matroxfb_accel.h

#ifndef __MATROXFB_ACCEL_H__ #define __MATROXFB_ACCEL_H__ #include "matroxfb_base.h" void matrox_init_putc(WPMINFO struct display* p, void (*)(WPMINFO struct display *p)); void matrox_cfbX_init(WPMI
www.eeworm.com/read/182126/9215564

vesa readme.vesa

Notes for the VESA driver: The driver's autodetection is disabled by default, so in order to use it, the line chipset VESA must be added to the config file (usually /etc/vga/libvga.config). The err
www.eeworm.com/read/127781/6000062

ver matroxfb_ti3026.ver

#if defined(__module__bigmem) #define __ver_matrox_millennium _ver_str(d4efdeb3) #define matrox_millennium _set_ver(matrox_millennium) #elif defined(__module__i586_smp) #define __ver_matrox_millenni
www.eeworm.com/read/136786/5866145

makefile

# Makefile for the Linux video drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. O_TARGET := matrox.o # All of the (potential)
www.eeworm.com/read/180540/9303427

makefile

CFLAGS = -O2 -W -Wall -I/usr/src/linux/include all: matrox matrox: i2c.o matrox.o i2c.o: i2c.c matrox.o: matrox.c clean: -rm *.o matrox