Home | History | Annotate | Download | only in hdt

Lines Matching full:vesa

34 #include "../lib/sys/vesa/vesa.h"
69 /* Vesa mode isn't set until we explictly call it */
101 } else if (!strncmp(argv[i], "vesa", 4)) {
105 if (!strncmp(argv[i], "vesa=", 5)) {
224 memset(&hardware->vesa, 0, sizeof(struct s_vesa));
312 /* Detection vesa stuff*/
349 strlcpy(hardware->vesa.vendor, oem_ptr, sizeof(hardware->vesa.vendor));
351 strlcpy(hardware->vesa.product, oem_ptr, sizeof(hardware->vesa.product));
353 strlcpy(hardware->vesa.product_revision, oem_ptr,
354 sizeof(hardware->vesa.product_revision));
356 hardware->vesa.major_version = (gi->version >> 8) & 0xff;
357 hardware->vesa.minor_version = gi->version & 0xff;
358 hardware->vesa.total_memory = gi->total_memory;
359 hardware->vesa.software_rev = gi->oem_software_rev;
361 hardware->vesa.vmi_count = 0;
377 memcpy(&hardware->vesa.vmi[hardware->vesa.vmi_count].mi, mi,
379 hardware->vesa.vmi[hardware->vesa.vmi_count].mode = mode;
381 hardware->vesa.vmi_count++;
789 more_printf("VESA: Detecting\n");