Searched refs:phantom (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_utils.c | 420 static void create_phantom_stream_from_main_stream(struct dml2_stream_parameters *phantom, const st… in create_phantom_stream_from_main_stream() argument 423 memcpy(phantom, main, sizeof(struct dml2_stream_parameters)); in create_phantom_stream_from_main_stream() 425 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.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->t… in create_phantom_stream_from_main_stream() 429 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream() 430 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream() 433 static void create_phantom_plane_from_main_plane(struct dml2_plane_parameters *phantom, const struc… in create_phantom_plane_from_main_plane() argument 436 memcpy(phantom, main, sizeof(struct dml2_plane_parameters)); in create_phantom_plane_from_main_plane() [all …]
|
H A D | dml2_core_dcn4.c | 154 static void create_phantom_stream_from_main_stream(struct dml2_stream_parameters *phantom, const st… in create_phantom_stream_from_main_stream() argument 157 memcpy(phantom, main, sizeof(struct dml2_stream_parameters)); in create_phantom_stream_from_main_stream() 159 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.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->t… in create_phantom_stream_from_main_stream() 163 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream() 164 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream() 167 static void create_phantom_plane_from_main_plane(struct dml2_plane_parameters *phantom, const struc… in create_phantom_plane_from_main_plane() argument 170 memcpy(phantom, main, sizeof(struct dml2_plane_parameters)); in create_phantom_plane_from_main_plane() [all …]
|
/linux/Documentation/sound/designs/ |
H A D | jack-controls.rst | 41 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/ |
H A D | dml2_mall_phantom.c | 360 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/Documentation/sound/cards/ |
H A D | maya44.rst | 33 - 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 D | dcn32_fpu.c | 727 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/ |
H A D | gadget_multi.rst | 109 you might try using USBDeview[8] to remove the phantom device).
|
/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 280 'p' 00-0F linux/phantom.h conflict! (OpenHaptics needs t…
|
/linux/ |
H A D | MAINTAINERS | 21180 F: drivers/misc/phantom.c 21181 F: include/uapi/linux/phantom.h
|