Searched refs:matrox (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/ |
H A D | mgag200_drv.c | 132 static const char matrox[] = {'M', 'A', 'T', 'R', 'O', 'X'}; in mgag200_g200_interpret_bios() local 143 if (size < 45 + sizeof(matrox)) in mgag200_g200_interpret_bios() 145 if (memcmp(&bios[45], matrox, sizeof(matrox)) != 0) in mgag200_g200_interpret_bios()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/ |
H A D | mgag200_g200.c | 276 static const char matrox[] = {'M', 'A', 'T', 'R', 'O', 'X'}; in mgag200_g200_interpret_bios() local 288 if (size < 45 + sizeof(matrox)) in mgag200_g200_interpret_bios() 290 if (memcmp(&bios[45], matrox, sizeof(matrox)) != 0) in mgag200_g200_interpret_bios()
|
Completed in 2 milliseconds