Searched refs:phantom (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_utils.c | 576 static void create_phantom_stream_from_main_stream(struct dml2_stream_parameters *phantom, const st… in create_phantom_stream_from_main_stream() argument 579 memcpy(phantom, main, sizeof(struct dml2_stream_parameters)); in create_phantom_stream_from_main_stream() 581 phantom->timing.v_total = meta->v_total; in create_phantom_stream_from_main_stream() 582 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream() 583 phantom->timing.v_front_porch = meta->v_front_porch; in create_phantom_stream_from_main_stream() 584 …phantom->timing.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->t… in create_phantom_stream_from_main_stream() 585 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream() 586 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream() 589 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 D | dml2_core_dcn4.c | 156 static void create_phantom_stream_from_main_stream(struct dml2_stream_parameters *phantom, const st… in create_phantom_stream_from_main_stream() argument 159 memcpy(phantom, main, sizeof(struct dml2_stream_parameters)); in create_phantom_stream_from_main_stream() 161 phantom->timing.v_total = meta->v_total; in create_phantom_stream_from_main_stream() 162 phantom->timing.v_active = meta->v_active; in create_phantom_stream_from_main_stream() 163 phantom->timing.v_front_porch = meta->v_front_porch; in create_phantom_stream_from_main_stream() 164 …phantom->timing.v_blank_end = phantom->timing.v_total - phantom->timing.v_front_porch - phantom->t… in create_phantom_stream_from_main_stream() 165 phantom->timing.vblank_nom = phantom->timing.v_total - phantom->timing.v_active; in create_phantom_stream_from_main_stream() 166 phantom->timing.drr_config.enabled = false; in create_phantom_stream_from_main_stream() 169 static void create_phantom_plane_from_main_plane(struct dml2_plane_parameters *phantom, const struc… in create_phantom_plane_from_main_plane() argument 172 memcpy(phantom, main, sizeof(struct dml2_plane_parameters)); in create_phantom_plane_from_main_plane() [all …]
|
| /linux/arch/arm64/boot/dts/realtek/ |
| H A D | rtd1501s-phantom-8gb.dts | 10 #include "rtd1501s-phantom.dtsi" 13 compatible = "realtek,phantom", "realtek,rtd1501s";
|
| H A D | Makefile | 11 dtb-$(CONFIG_ARCH_REALTEK) += rtd1501s-phantom-8gb.dtb
|
| /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_0/ |
| H A D | dml2_mall_phantom.c | 361 struct dc_stream_state *phantom = NULL; in subvp_subvp_schedulable() local 377 phantom = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, pipe->stream); in subvp_subvp_schedulable() 378 microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) + in subvp_subvp_schedulable() 379 phantom->timing.v_addressable; in subvp_subvp_schedulable() 382 time_us = (microschedule_lines * phantom->timing.h_total) / in subvp_subvp_schedulable() 383 (double)(phantom->timing.pix_clk_100hz * 100) * 1000000 + in subvp_subvp_schedulable()
|
| /linux/drivers/misc/ |
| H A D | Makefile | 18 obj-$(CONFIG_PHANTOM) += phantom.o
|
| H A D | Kconfig | 104 If you choose to build module, its name will be phantom. If unsure,
|
| /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 | 729 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 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 | 284 'p' 00-0F linux/phantom.h conflict! (OpenHaptics needs…
|
| /linux/ |
| H A D | MAINTAINERS | 23974 F: drivers/misc/phantom.c 23975 F: include/uapi/linux/phantom.h
|