Searched refs:sis_video_info (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/video/fbdev/sis/ |
| D | sis_accel.c | 88 SiS300Sync(struct sis_video_info *ivideo) in SiS300Sync() 94 SiS300SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int xdir, int ydir, in SiS300SetupForScreenToScreenCopy() 117 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, in SiS300SubsequentScreenToScreenCopy() 149 SiS300SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS300SetupForSolidFill() 159 SiS300SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS300SubsequentSolidFillRect() 179 SiS310Sync(struct sis_video_info *ivideo) in SiS310Sync() 185 SiS310SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int rop, int trans_color) in SiS310SetupForScreenToScreenCopy() 204 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, in SiS310SubsequentScreenToScreenCopy() 251 SiS310SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS310SetupForSolidFill() 261 SiS310SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS310SubsequentSolidFillRect() [all …]
|
| D | sis_main.c | 86 static void sisfb_handle_command(struct sis_video_info *ivideo, 90 static int sisfb_validate_mode(struct sis_video_info *ivideo, int modeindex, u32 vbflags); 91 static u8 sisfb_search_refresh_rate(struct sis_video_info *ivideo, unsigned int rate, 98 static void sisfb_pre_setmode(struct sis_video_info *ivideo); 99 static void sisfb_post_setmode(struct sis_video_info *ivideo); 100 static bool sisfb_CheckVBRetrace(struct sis_video_info *ivideo); 101 static bool sisfbcheckvretracecrt2(struct sis_video_info *ivideo); 102 static bool sisfbcheckvretracecrt1(struct sis_video_info *ivideo); 103 static bool sisfb_bridgeisslave(struct sis_video_info *ivideo); 104 static void sisfb_detect_VB_connect(struct sis_video_info *ivideo); [all …]
|
| D | sis.h | 490 struct sis_video_info *vinfo; 494 struct sis_video_info { struct 663 struct sis_video_info *next; argument 674 extern int sisfb_initaccel(struct sis_video_info *ivideo); 675 extern void sisfb_syncaccel(struct sis_video_info *ivideo);
|
| D | sis_accel.h | 393 int sisfb_initaccel(struct sis_video_info *ivideo); 394 void sisfb_syncaccel(struct sis_video_info *ivideo);
|
| D | sis_main.h | 138 static struct sis_video_info *card_list = NULL;
|