HomeSort by: relevance | last modified time | path
    Searched defs:jent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bios.c 1617 struct dcb_output *jent = &dcb->entry[j]; local in function:merge_like_dcb_entries
1619 if (jent->type == DCB_OUTPUT_MERGED)
1623 if (jent->i2c_index == ient->i2c_index &&
1624 jent->type == ient->type &&
1625 jent->location == ient->location &&
1626 jent->or == ient->or) {
1629 ient->heads |= jent->heads;
1630 jent->type = DCB_OUTPUT_MERGED;
nouveau_bios.c 1617 struct dcb_output *jent = &dcb->entry[j]; local in function:merge_like_dcb_entries
1619 if (jent->type == DCB_OUTPUT_MERGED)
1623 if (jent->i2c_index == ient->i2c_index &&
1624 jent->type == ient->type &&
1625 jent->location == ient->location &&
1626 jent->or == ient->or) {
1629 ient->heads |= jent->heads;
1630 jent->type = DCB_OUTPUT_MERGED;

Completed in 256 milliseconds