Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_utils.c575 static void create_phantom_stream_from_main_stream(struct dml2_stream_parameters *phantom, const st… in create_phantom_stream_from_main_stream() argument
578 memcpy(phantom, main, sizeof(struct dml2_stream_parameters)); in create_phantom_stream_from_main_stream()
580 phantom->timing.v_total = meta->v_total; in create_phantom_stream_from_main_stream()
581 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()
582 phantom->timing.v_front_porch = meta->v_front_porch; in create_phantom_stream_from_main_stream()
583phantom->timing.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->t… in create_phantom_stream_from_main_stream()
584 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
585 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream()
588 static void create_phantom_plane_from_main_plane(struct dml2_plane_parameters *phantom, const struc… in create_phantom_plane_from_main_plane() argument
592 memcpy(phantom, main, sizeof(struct dml2_plane_parameters)); in create_phantom_plane_from_main_plane()
[all …]
H A Ddml2_core_dcn4.c268 static void create_phantom_stream_from_main_stream(struct dml2_stream_parameters *phantom, const st… in create_phantom_stream_from_main_stream() argument
271 memcpy(phantom, main, sizeof(struct dml2_stream_parameters)); in create_phantom_stream_from_main_stream()
273 phantom->timing.v_total = meta->v_total; in create_phantom_stream_from_main_stream()
274 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream()
275 phantom->timing.v_front_porch = meta->v_front_porch; in create_phantom_stream_from_main_stream()
276phantom->timing.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->t… in create_phantom_stream_from_main_stream()
277 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream()
278 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream()
281 static void create_phantom_plane_from_main_plane(struct dml2_plane_parameters *phantom, const struc… in create_phantom_plane_from_main_plane() argument
285 memcpy(phantom, main, sizeof(struct dml2_plane_parameters)); in create_phantom_plane_from_main_plane()
[all …]
/linux/Documentation/sound/designs/
H 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/Documentation/sound/cards/
H 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/
H A Ddcn32_fpu.c729 struct dc_stream_state *phantom = NULL; in subvp_subvp_schedulable() local
743 phantom = dc_state_get_paired_subvp_stream(context, pipe->stream); in subvp_subvp_schedulable()
744 if (phantom && pipe->stream && pipe->plane_state && !pipe->top_pipe && in subvp_subvp_schedulable()
746 microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) + in subvp_subvp_schedulable()
747 phantom->timing.v_addressable; in subvp_subvp_schedulable()
750 time_us = (microschedule_lines * phantom->timing.h_total) / in subvp_subvp_schedulable()
751 (double)(phantom->timing.pix_clk_100hz * 100) * 1000000 + in subvp_subvp_schedulable()
/linux/Documentation/usb/
H A Dgadget_multi.rst109 you might try using USBDeview[8] to remove the phantom device).
/linux/drivers/misc/
H A DKconfig104 If you choose to build module, its name will be phantom. If unsure,
/linux/
H A DMAINTAINERS24211 F: drivers/misc/phantom.c
24212 F: include/uapi/linux/phantom.h