Searched refs:overscan (Results 1 – 1 of 1) sorted by relevance
547 float overscan = 0; in DirectFB_VideoInit() local548 if (SDL_sscanf(SDL_getenv("SDL_DIRECTFB_MGA_OVERSCAN"), "%f", &overscan) == 1) in DirectFB_VideoInit()549 if (overscan > 0 && overscan < 2) in DirectFB_VideoInit()550 HIDDEN->mga_crtc2_stretch_overscan = overscan; in DirectFB_VideoInit()