Searched refs:hres (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/via/ |
D | viamode.h | 58 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,
|
D | viamode.c | 355 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()
|
D | ioctl.c | 81 int viafb_ioctl_hotplug(int hres, int vres, int bpp) in viafb_ioctl_hotplug() argument
|
D | ioctl.h | 201 int viafb_ioctl_hotplug(int hres, int vres, int bpp);
|
D | hw.h | 668 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);
|
D | hw.c | 1527 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()
|
D | lcd.c | 450 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/ |
D | valkyriefb.h | 89 int hres; member
|
D | platinumfb.h | 340 int hres; member
|
D | platinumfb.c | 148 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()
|