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

/linux-master/drivers/video/fbdev/via/
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) argument
H A Dviamode.c341 int hres, int vres, int refresh)
347 if (modes[i].xres != hres || modes[i].yres != vres)
358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) argument
361 hres, vres, refresh);
364 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, argument
368 hres, vres, refresh);
339 get_best_mode( const struct fb_videomode *modes, int n, int hres, int vres, int refresh) 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) argument
1516 viaparinfo->tmds_setting_info->h_active = hres;
1521 viaparinfo->tmds_setting_info->h_active = hres;
1998 int viafb_get_refresh(int hres, int vres, u32 long_refresh) argument
2002 best = viafb_get_best_mode(hres, vres, long_refresh);
2007 if (hres == 1200 && vres == 900)
H A Dlcd.c436 static void via_pitch_alignment_patch_lcd(int iga_path, int hres, int bpp) argument
442 dwPitch = hres * (bpp >> 3);
/linux-master/drivers/video/fbdev/
H A Dvalkyriefb.h85 int hres; member in struct:valkyrie_regvals
H A Dplatinumfb.c144 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode)
221 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode);
472 pinfo->xres = vmode_attrs[vmode-1].hres;
H A Dplatinumfb.h340 int hres; member in struct:vmode_attr

Completed in 231 milliseconds