Searched refs:sis_video_info (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/sis/ |
D | sis_accel.c | 75 SiS300Sync(struct sis_video_info *ivideo) in SiS300Sync() 81 SiS300SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int xdir, int ydir, in SiS300SetupForScreenToScreenCopy() 104 SiS300SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, in SiS300SubsequentScreenToScreenCopy() 136 SiS300SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS300SetupForSolidFill() 146 SiS300SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS300SubsequentSolidFillRect() 166 SiS310Sync(struct sis_video_info *ivideo) in SiS310Sync() 172 SiS310SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int rop, int trans_color) in SiS310SetupForScreenToScreenCopy() 191 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, in SiS310SubsequentScreenToScreenCopy() 238 SiS310SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS310SetupForSolidFill() 248 SiS310SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS310SubsequentSolidFillRect() [all …]
|
D | sis_main.c | 72 static void sisfb_handle_command(struct sis_video_info *ivideo, 76 static int sisfb_validate_mode(struct sis_video_info *ivideo, int modeindex, u32 vbflags); 77 static u8 sisfb_search_refresh_rate(struct sis_video_info *ivideo, unsigned int rate, 84 static void sisfb_pre_setmode(struct sis_video_info *ivideo); 85 static void sisfb_post_setmode(struct sis_video_info *ivideo); 86 static bool sisfb_CheckVBRetrace(struct sis_video_info *ivideo); 87 static bool sisfbcheckvretracecrt2(struct sis_video_info *ivideo); 88 static bool sisfbcheckvretracecrt1(struct sis_video_info *ivideo); 89 static bool sisfb_bridgeisslave(struct sis_video_info *ivideo); 90 static void sisfb_detect_VB_connect(struct sis_video_info *ivideo); [all …]
|
D | sis.h | 476 struct sis_video_info *vinfo; 480 struct sis_video_info { struct 649 struct sis_video_info *next; argument 660 extern int sisfb_initaccel(struct sis_video_info *ivideo); 661 extern void sisfb_syncaccel(struct sis_video_info *ivideo);
|
D | sis_accel.h | 380 int sisfb_initaccel(struct sis_video_info *ivideo); 381 void sisfb_syncaccel(struct sis_video_info *ivideo);
|
D | sis_main.h | 125 static struct sis_video_info *card_list = NULL;
|