Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dpvr2fb.c151 u_char is_doublescan; /* Are scanlines output twice? (doublescan) */ member
696 par->is_doublescan = (par->yres < 480 && video_output == VO_VGA); in pvr2_decode_var()
799 if (par->is_doublescan) in pvr2_encode_var()
928 (par->is_doublescan << 1) | 1, DISP_DIWMODE); in pvr2_init_display()