Searched refs:hres (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/via/ |
D | viamode.h | 44 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,
|
D | viamode.c | 341 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()
|
D | ioctl.c | 67 int viafb_ioctl_hotplug(int hres, int vres, int bpp) in viafb_ioctl_hotplug() argument
|
D | ioctl.h | 187 int viafb_ioctl_hotplug(int hres, int vres, int bpp);
|
D | hw.h | 654 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);
|
D | hw.c | 1513 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()
|
D | lcd.c | 436 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-5.19.10/drivers/video/fbdev/ |
D | valkyriefb.h | 85 int hres; member
|
D | platinumfb.h | 340 int hres; member
|
D | platinumfb.c | 146 info->fix.line_length = vmode_attrs[pinfo->vmode-1].hres * (1<<pinfo->cmode) in platinumfb_set_par() 223 int baseval = vmode_attrs[video_mode-1].hres * (1<<color_mode); in platinum_vram_reqd() 475 pinfo->xres = vmode_attrs[vmode-1].hres; in platinum_var_to_par()
|