Home
last modified time | relevance | path

Searched refs:DISPLAY_FP (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dtridentfb.h68 #define DISPLAY_FP 1 macro
70 #define flatpanel (displaytype == DISPLAY_FP)
Dtridentfb.c720 return DISPLAY_FP; in get_displaytype()
723 return (read3CE(FPConfig) & 0x10)?DISPLAY_FP:DISPLAY_CRT; in get_displaytype()
1468 displaytype = DISPLAY_FP; in tridentfb_setup()