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

/drivers/video/via/
H A Dviamode.h58 const struct fb_videomode *viafb_get_best_mode(int hres, int vres,
60 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
H A Dioctl.c81 int viafb_ioctl_hotplug(int hres, int vres, int bpp) argument
H A Dviamode.c355 int hres, int vres, int refresh)
361 if (modes[i].xres != hres || modes[i].yres != vres)
372 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) argument
375 hres, vres, refresh);
378 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, argument
382 hres, vres, refresh);
353 get_best_mode( const struct fb_videomode *modes, int n, int hres, int vres, int refresh) argument
H A Dioctl.h201 int viafb_ioctl_hotplug(int hres, int vres, int bpp);
H A Dhw.h668 int viafb_get_refresh(int hres, int vres, u32 float_refresh);
669 void viafb_update_device_setting(int hres, int vres, int bpp, int flag);
H A Dhw.c1528 void viafb_update_device_setting(int hres, int vres, int bpp, int flag) argument
1531 viaparinfo->tmds_setting_info->h_active = hres;
1536 viaparinfo->tmds_setting_info->h_active = hres;
2013 int viafb_get_refresh(int hres, int vres, u32 long_refresh) argument
2017 best = viafb_get_best_mode(hres, vres, long_refresh);
2022 if (hres == 1200 && vres == 900)
H A Dlcd.c450 static void via_pitch_alignment_patch_lcd(int iga_path, int hres, int bpp) argument
456 dwPitch = hres * (bpp >> 3);
/drivers/video/
H A Dvalkyriefb.h89 int hres; member in struct:valkyrie_regvals
H A Dplatinumfb.c148 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode)
225 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode);
481 pinfo->xres = vmode_attrs[vmode-1].hres;
H A Dplatinumfb.h340 int hres; member in struct:vmode_attr

Completed in 77 milliseconds