Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/via/
H A Dviamode.c341 int hres, int vres, int refresh) in get_best_mode() argument
347 if (modes[i].xres != hres || modes[i].yres != vres) in get_best_mode()
358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() argument
361 hres, vres, refresh); in viafb_get_best_mode()
364 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, in viafb_get_best_rb_mode() argument
368 hres, vres, refresh); in viafb_get_best_rb_mode()
H A Dviamode.h44 const struct fb_videomode *viafb_get_best_mode(int hres, int vres,
46 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
H A Dioctl.c67 int viafb_ioctl_hotplug(int hres, int vres, int bpp) in viafb_ioctl_hotplug() argument
H A Dioctl.h187 int viafb_ioctl_hotplug(int hres, int vres, int bpp);
H A Dhw.h654 int viafb_get_refresh(int hres, int vres, u32 float_refresh);
655 void viafb_update_device_setting(int hres, int vres, int bpp, int flag);
H A Dhw.c1513 void viafb_update_device_setting(int hres, int vres, int bpp, int flag) in viafb_update_device_setting() argument
1516 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
1521 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
1998 int viafb_get_refresh(int hres, int vres, u32 long_refresh) in viafb_get_refresh() argument
2002 best = viafb_get_best_mode(hres, vres, long_refresh); in viafb_get_refresh()
2007 if (hres == 1200 && vres == 900) in viafb_get_refresh()
H A Dlcd.c436 static void via_pitch_alignment_patch_lcd(int iga_path, int hres, int bpp) in via_pitch_alignment_patch_lcd() argument
442 dwPitch = hres * (bpp >> 3); in via_pitch_alignment_patch_lcd()
/linux/drivers/video/fbdev/
H A Dvalkyriefb.h85 int hres; member
H A Dplatinumfb.h340 int hres; member
H A Dplatinumfb.c144 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode) in platinumfb_set_par()
221 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode); in platinum_vram_reqd()
472 pinfo->xres = vmode_attrs[vmode-1].hres; in platinum_var_to_par()