Lines Matching refs:outputIndex
78 int outputIndex = getOutputIndex(device); in detect() local
79 if (outputIndex < 0 ) { in detect()
83 resetOutput(outputIndex); in detect()
93 DrmOutput *output = &mOutputs[outputIndex]; in detect()
202 ret = initDrmMode(outputIndex); in detect()
205 if (outputIndex == OUTPUT_PRIMARY) { in detect()
217 if (output->connector == NULL && outputIndex != OUTPUT_PRIMARY) { in detect()
223 resetOutput(outputIndex); in detect()
256 int outputIndex = getOutputIndex(device); in setDrmMode() local
257 if (outputIndex < 0 ) { in setDrmMode()
262 DrmOutput *output= &mOutputs[outputIndex]; in setDrmMode()
287 return setDrmMode(outputIndex, mode); in setDrmMode()
300 int outputIndex = getOutputIndex(device); in setRefreshRate() local
301 if (outputIndex < 0 ) { in setRefreshRate()
306 DrmOutput *output= &mOutputs[outputIndex]; in setRefreshRate()
333 return setDrmMode(outputIndex, mode); in setRefreshRate()
419 int outputIndex = getOutputIndex(device); in getModeInfo() local
420 if (outputIndex < 0 ) { in getModeInfo()
424 DrmOutput *output= &mOutputs[outputIndex]; in getModeInfo()
443 int outputIndex = getOutputIndex(device); in getPhysicalSize() local
444 if (outputIndex < 0 ) { in getPhysicalSize()
448 DrmOutput *output= &mOutputs[outputIndex]; in getPhysicalSize()
551 bool Drm::initDrmMode(int outputIndex) in initDrmMode() argument
553 DrmOutput *output= &mOutputs[outputIndex]; in initDrmMode()
569 return setDrmMode(outputIndex, &output->connector->modes[index]); in initDrmMode()
670 int outputIndex = getOutputIndex(device); in getPanelOrientation() local
671 if (outputIndex < 0) { in getPanelOrientation()
676 DrmOutput *output= &mOutputs[outputIndex]; in getPanelOrientation()
698 int outputIndex = getOutputIndex(device); in detectAllConfigs() local
699 if (outputIndex < 0) { in detectAllConfigs()
704 DrmOutput *output= &mOutputs[outputIndex]; in detectAllConfigs()