Searched refs:hres (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/video/via/ |
D | viamode.h | 72 struct VideoModeTable *viafb_get_mode(int hres, int vres); 73 struct VideoModeTable *viafb_get_rb_mode(int hres, int vres);
|
D | viamode.c | 906 struct VideoModeTable *viafb_get_mode(int hres, int vres) in viafb_get_mode() argument 911 viafb_modes[i].crtc[0].crtc.hor_addr == hres && in viafb_get_mode() 918 struct VideoModeTable *viafb_get_rb_mode(int hres, int vres) in viafb_get_rb_mode() argument 923 viafb_rb_modes[i].crtc[0].crtc.hor_addr == hres && in viafb_get_rb_mode()
|
D | hw.c | 2087 void viafb_update_device_setting(int hres, int vres, int bpp, int flag) in viafb_update_device_setting() argument 2090 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting() 2093 viaparinfo->lvds_setting_info->h_active = hres; in viafb_update_device_setting() 2096 viaparinfo->lvds_setting_info2->h_active = hres; in viafb_update_device_setting() 2102 viaparinfo->tmds_setting_info->h_active = hres; in viafb_update_device_setting() 2107 viaparinfo->lvds_setting_info->h_active = hres; in viafb_update_device_setting() 2112 viaparinfo->lvds_setting_info2->h_active = hres; in viafb_update_device_setting() 2565 int viafb_get_pixclock(int hres, int vres, int vmode_refresh) in viafb_get_pixclock() argument 2569 struct VideoModeTable *vmode = viafb_get_mode(hres, vres); in viafb_get_pixclock() 2585 int viafb_get_refresh(int hres, int vres, u32 long_refresh) in viafb_get_refresh() argument [all …]
|
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 | 950 int viafb_get_pixclock(int hres, int vres, int vmode_refresh); 951 int viafb_get_refresh(int hres, int vres, u32 float_refresh); 952 void viafb_update_device_setting(int hres, int vres, int bpp, int flag);
|
/linux-2.6.39/drivers/video/ |
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() 481 pinfo->xres = vmode_attrs[vmode-1].hres; in platinum_var_to_par()
|