Searched refs:video_card (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1903 char video_card[50]; in aty128_init() local 1910 strcpy(video_card, "Rage128 XX "); in aty128_init() 1911 video_card[8] = ent->device >> 8; in aty128_init() 1912 video_card[9] = ent->device & 0xFF; in aty128_init() 1916 strlcat(video_card, r128_family[ent->driver_data], in aty128_init() 1917 sizeof(video_card)); in aty128_init() 1919 printk(KERN_INFO "aty128fb: %s [chip rev 0x%x] ", video_card, chip_rev); in aty128_init() 2040 info->fix.id, video_card); in aty128_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | aty128fb.c | 1901 char video_card[50]; in aty128_init() local 1908 strcpy(video_card, "Rage128 XX "); in aty128_init() 1909 video_card[8] = ent->device >> 8; in aty128_init() 1910 video_card[9] = ent->device & 0xFF; in aty128_init() 1914 strlcat(video_card, r128_family[ent->driver_data], in aty128_init() 1915 sizeof(video_card)); in aty128_init() 1917 printk(KERN_INFO "aty128fb: %s [chip rev 0x%x] ", video_card, chip_rev); in aty128_init() 2037 info->fix.id, video_card); in aty128_init()
|
Completed in 6 milliseconds