Searched refs:sis_video_info (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/video/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.h | 138 static struct sis_video_info *card_list = NULL; 690 extern int sisfb_initaccel(struct sis_video_info *ivideo); 691 extern void sisfb_syncaccel(struct sis_video_info *ivideo); 695 static int sisfb_validate_mode(struct sis_video_info *ivideo, int modeindex, u32 vbflags); 696 static u8 sisfb_search_refresh_rate(struct sis_video_info *ivideo, unsigned int rate, 703 static void sisfb_pre_setmode(struct sis_video_info *ivideo); 704 static void sisfb_post_setmode(struct sis_video_info *ivideo); 705 static bool sisfb_CheckVBRetrace(struct sis_video_info *ivideo); 706 static bool sisfbcheckvretracecrt2(struct sis_video_info *ivideo); 707 static bool sisfbcheckvretracecrt1(struct sis_video_info *ivideo); [all …]
|
D | sis_main.c | 68 static void sisfb_handle_command(struct sis_video_info *ivideo, 349 sisfb_detect_custom_timing(struct sis_video_info *ivideo) in sisfb_detect_custom_timing() 509 sisfb_handle_ddc(struct sis_video_info *ivideo, struct sisfb_monitor *monitor, int crtno) in sisfb_handle_ddc() 564 sisfb_verify_rate(struct sis_video_info *ivideo, struct sisfb_monitor *monitor, in sisfb_verify_rate() 618 sisfb_validate_mode(struct sis_video_info *ivideo, int myindex, u32 vbflags) in sisfb_validate_mode() 688 sisfb_search_refresh_rate(struct sis_video_info *ivideo, unsigned int rate, int mode_idx) in sisfb_search_refresh_rate() 733 sisfb_bridgeisslave(struct sis_video_info *ivideo) in sisfb_bridgeisslave() 750 sisfballowretracecrt1(struct sis_video_info *ivideo) in sisfballowretracecrt1() 766 sisfbcheckvretracecrt1(struct sis_video_info *ivideo) in sisfbcheckvretracecrt1() 778 sisfbwaitretracecrt1(struct sis_video_info *ivideo) in sisfbwaitretracecrt1() [all …]
|
D | sis.h | 410 struct sis_video_info *vinfo; 414 struct sis_video_info { struct 583 struct sis_video_info *next; argument
|
D | sis_accel.h | 393 int sisfb_initaccel(struct sis_video_info *ivideo); 394 void sisfb_syncaccel(struct sis_video_info *ivideo);
|