Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/via/
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,
Dviamode.c355 int hres, int vres, int refresh) in get_best_mode() argument
361 if (modes[i].xres != hres || modes[i].yres != vres) in get_best_mode()
372 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() argument
375 hres, vres, refresh); in viafb_get_best_mode()
378 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, in viafb_get_best_rb_mode() argument
382 hres, vres, refresh); in viafb_get_best_rb_mode()
Dioctl.c81 int viafb_ioctl_hotplug(int hres, int vres, int bpp) in viafb_ioctl_hotplug() argument
Dioctl.h201 int viafb_ioctl_hotplug(int hres, int vres, int bpp);
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);
Dhw.c1527 void viafb_update_device_setting(int hres, int vres, int bpp, int flag) in viafb_update_device_setting() argument
1530 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
1535 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting()
2012 int viafb_get_refresh(int hres, int vres, u32 long_refresh) in viafb_get_refresh() argument
2016 best = viafb_get_best_mode(hres, vres, long_refresh); in viafb_get_refresh()
2021 if (hres == 1200 && vres == 900) in viafb_get_refresh()
Dlcd.c450 static void via_pitch_alignment_patch_lcd(int iga_path, int hres, int bpp) in via_pitch_alignment_patch_lcd() argument
456 dwPitch = hres * (bpp >> 3); in via_pitch_alignment_patch_lcd()
/Linux-v4.19/drivers/video/fbdev/
Dvalkyriefb.h89 int hres; member
Dplatinumfb.h340 int hres; member
Dplatinumfb.c148 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode) in platinumfb_set_par()
225 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode); in platinum_vram_reqd()
482 pinfo->xres = vmode_attrs[vmode-1].hres; in platinum_var_to_par()