Home | History | Annotate | Download | only in graphics

Lines Matching refs:output_name

716 def set_xrandr_output(output_name, enable):
718 Sets the output given by |output_name| on or off.
721 output_name name of output, e.g. 'HDMI1', 'LVDS1', 'DP1'
724 call_xrandr('--output %s --%s' % (output_name, 'auto' if enable else 'off'))
727 def set_modetest_output(output_name, enable):
733 def set_display_output(output_name, enable):
735 Sets the output given by |output_name| on or off.
737 set_modetest_output(output_name, enable)
808 def set_content_protection(output_name, state):
812 @param output_name: The output name as a string.
819 (output_name, state))
822 def get_content_protection(output_name):
826 @param output_name: The output name as a string.
843 if current_output_name != output_name: