Home
last modified time | relevance | path

Searched refs:phantom (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_utils.c425 phantom->timing.v_total = meta->v_total; in create_phantom_stream_from_main_stream()
426 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()
427 phantom->timing.v_front_porch = meta->v_front_porch; in create_phantom_stream_from_main_stream()
428 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
429 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream()
437 phantom->stream_index = phantom_stream_index; in create_phantom_plane_from_main_plane()
446 phantom->immediate_flip = false; in create_phantom_plane_from_main_plane()
447 phantom->dynamic_meta_data.enable = false; in create_phantom_plane_from_main_plane()
448 phantom->cursor.num_cursors = 0; in create_phantom_plane_from_main_plane()
449 phantom->cursor.cursor_width = 0; in create_phantom_plane_from_main_plane()
[all …]
A Ddml2_core_dcn4.c159 phantom->timing.v_total = meta->v_total; in create_phantom_stream_from_main_stream()
160 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()
161 phantom->timing.v_front_porch = meta->v_front_porch; in create_phantom_stream_from_main_stream()
162 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
163 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream()
171 phantom->stream_index = phantom_stream_index; in create_phantom_plane_from_main_plane()
180 phantom->immediate_flip = false; in create_phantom_plane_from_main_plane()
181 phantom->dynamic_meta_data.enable = false; in create_phantom_plane_from_main_plane()
182 phantom->cursor.num_cursors = 0; in create_phantom_plane_from_main_plane()
183 phantom->cursor.cursor_width = 0; in create_phantom_plane_from_main_plane()
[all …]
/linux/Documentation/sound/designs/
A Djack-controls.rst41 Don't create a input device for phantom jacks.
43 HDA jacks can set phantom_jack to true in order to create a phantom
/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_mall_phantom.c360 struct dc_stream_state *phantom = NULL; in subvp_subvp_schedulable() local
376 phantom = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, pipe->stream); in subvp_subvp_schedulable()
377 microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) + in subvp_subvp_schedulable()
378 phantom->timing.v_addressable; in subvp_subvp_schedulable()
381 time_us = (microschedule_lines * phantom->timing.h_total) / in subvp_subvp_schedulable()
382 (double)(phantom->timing.pix_clk_100hz * 100) * 1000000 + in subvp_subvp_schedulable()
/linux/drivers/misc/
A DMakefile17 obj-$(CONFIG_PHANTOM) += phantom.o
A DKconfig104 If you choose to build module, its name will be phantom. If unsure,
/linux/Documentation/sound/cards/
A Dmaya44.rst33 - phantom power switch
134 switch for +48V phantom power for electrostatic microphones on input 1/2.
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c727 struct dc_stream_state *phantom = NULL; in subvp_subvp_schedulable() local
741 phantom = dc_state_get_paired_subvp_stream(context, pipe->stream); in subvp_subvp_schedulable()
742 if (phantom && pipe->stream && pipe->plane_state && !pipe->top_pipe && in subvp_subvp_schedulable()
744 microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) + in subvp_subvp_schedulable()
745 phantom->timing.v_addressable; in subvp_subvp_schedulable()
748 time_us = (microschedule_lines * phantom->timing.h_total) / in subvp_subvp_schedulable()
749 (double)(phantom->timing.pix_clk_100hz * 100) * 1000000 + in subvp_subvp_schedulable()
/linux/Documentation/usb/
A Dgadget_multi.rst109 you might try using USBDeview[8] to remove the phantom device).
/linux/Documentation/userspace-api/ioctl/
A Dioctl-number.rst280 'p' 00-0F linux/phantom.h conflict! (OpenHaptics needs t…
/linux/
A DMAINTAINERS20838 F: drivers/misc/phantom.c
20839 F: include/uapi/linux/phantom.h

Completed in 606 milliseconds