Searched refs:output_types (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_crtc_state_dump.c | 74 unsigned int output_types) in snprintf_output_types() argument 84 if ((output_types & BIT(i)) == 0) in snprintf_output_types() 94 output_types &= ~BIT(i); in snprintf_output_types() 97 WARN_ON_ONCE(output_types != 0); in snprintf_output_types() 200 snprintf_output_types(buf, sizeof(buf), pipe_config->output_types); in intel_crtc_state_dump() 203 buf, pipe_config->output_types, in intel_crtc_state_dump()
|
| H A D | intel_display_types.h | 1037 unsigned int output_types; member 2077 return crtc_state->output_types & BIT(type); in intel_crtc_has_type() 2083 return crtc_state->output_types & in intel_crtc_has_dp_encoder()
|
| H A D | intel_dvo.c | 167 pipe_config->output_types |= BIT(INTEL_OUTPUT_DVO); in intel_dvo_get_config()
|
| H A D | g4x_dp.c | 348 pipe_config->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_dp_get_config() 350 pipe_config->output_types |= BIT(INTEL_OUTPUT_DP); in intel_dp_get_config()
|
| H A D | intel_ddi.c | 3976 crtc_state->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_ddi_read_func_ctl_dvi() 4010 crtc_state->output_types |= BIT(INTEL_OUTPUT_ANALOG); in intel_ddi_read_func_ctl_fdi() 4026 crtc_state->output_types |= BIT(INTEL_OUTPUT_EDP); in intel_ddi_read_func_ctl_dp_sst() 4028 crtc_state->output_types |= BIT(INTEL_OUTPUT_DP); in intel_ddi_read_func_ctl_dp_sst() 4065 crtc_state->output_types |= BIT(INTEL_OUTPUT_DP_MST); in intel_ddi_read_func_ctl_dp_mst() 4488 crtc_state1->output_types == crtc_state2->output_types && in crtcs_port_sync_compatible()
|
| H A D | intel_crtc.c | 112 (crtc_state->output_types & BIT(INTEL_OUTPUT_TVOUT))) in intel_crtc_max_vblank_count()
|
| H A D | g4x_hdmi.c | 163 pipe_config->output_types |= BIT(INTEL_OUTPUT_HDMI); in intel_hdmi_get_config()
|
| H A D | intel_lvds.c | 130 crtc_state->output_types |= BIT(INTEL_OUTPUT_LVDS); in intel_lvds_get_config()
|
| H A D | intel_crt.c | 152 crtc_state->output_types |= BIT(INTEL_OUTPUT_ANALOG); in intel_crt_get_config()
|
| H A D | intel_tv.c | 1104 pipe_config->output_types |= BIT(INTEL_OUTPUT_TVOUT); in intel_tv_get_config()
|
| H A D | vlv_dsi.c | 1186 pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI); in intel_dsi_get_config()
|
| H A D | icl_dsi.c | 1550 pipe_config->output_types |= BIT(INTEL_OUTPUT_DSI); in gen11_dsi_get_config()
|
| H A D | intel_display.c | 4645 crtc_state->output_types |= in intel_modeset_pipe_config() 4649 crtc_state->output_types |= BIT(encoder->type); in intel_modeset_pipe_config() 5217 PIPE_CONF_CHECK_X(output_types); in intel_pipe_config_compare()
|
| H A D | intel_dpll.c | 2239 crtc_state->output_types = BIT(INTEL_OUTPUT_EDP); in vlv_force_pll_on()
|
| H A D | intel_sdvo.c | 1716 pipe_config->output_types |= BIT(INTEL_OUTPUT_SDVO); in intel_sdvo_get_config()
|
| /linux-6.15/drivers/media/test-drivers/vivid/ |
| H A D | vivid-core.c | 153 static unsigned output_types[VIVID_MAX_DEVS] = { [0 ... (VIVID_MAX_DEVS - 1)] = 2 }; variable 154 module_param_array(output_types, uint, NULL, 0444); 155 MODULE_PARM_DESC(output_types, " output types, default is 0x02. One bit per output,\n" 989 dev->output_type[i] = ((output_types[inst] >> i) & 1) ? HDMI : SVID; in vivid_detect_feature_set() 2265 if (output_types[i] & BIT(j)) { in vivid_init() 2278 if (!(output_types[i] & BIT(j))) { in vivid_init()
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 119 - output_types: 136 num_outputs=8 output_types=0xf0 446 num_outputs, output_types and ccs_out_mode (see "Configuring the driver"
|