HomeSort by: relevance | last modified time | path
    Searched refs:is_secondary (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.h 126 Bool is_secondary; member in struct:__anon10020
driver.c 1131 ms->drmmode.is_secondary = FALSE;
1136 ms->drmmode.is_secondary = TRUE;
drmmode_display.c 3261 if (!drmmode->is_secondary && (num != 0))
3263 else if (drmmode->is_secondary && (num != 1))
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
disassemble.c 1388 bool is_secondary = (word->index_format >> 1); local
1390 if (has_default && (is_secondary != default_secondary))
1391 fprintf(fp, ".%s", is_secondary ? "secondary" : "primary");

Completed in 12 milliseconds