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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_connector.c 1336 u32 encoders = 0; local in function:nouveau_connector_create
1341 encoders |= (1 << dcbt->entry[i].type);
1344 if (encoders & (1 << DCB_OUTPUT_DP)) {
1345 if (encoders & (1 << DCB_OUTPUT_TMDS))
1350 if (encoders & (1 << DCB_OUTPUT_TMDS)) {
1351 if (encoders & (1 << DCB_OUTPUT_ANALOG))
1356 if (encoders & (1 << DCB_OUTPUT_ANALOG)) {
1359 if (encoders & (1 << DCB_OUTPUT_LVDS)) {
1362 if (encoders & (1 << DCB_OUTPUT_TV)) {
nouveau_connector.c 1336 u32 encoders = 0; local in function:nouveau_connector_create
1341 encoders |= (1 << dcbt->entry[i].type);
1344 if (encoders & (1 << DCB_OUTPUT_DP)) {
1345 if (encoders & (1 << DCB_OUTPUT_TMDS))
1350 if (encoders & (1 << DCB_OUTPUT_TMDS)) {
1351 if (encoders & (1 << DCB_OUTPUT_ANALOG))
1356 if (encoders & (1 << DCB_OUTPUT_ANALOG)) {
1359 if (encoders & (1 << DCB_OUTPUT_LVDS)) {
1362 if (encoders & (1 << DCB_OUTPUT_TV)) {

Completed in 24 milliseconds