Searched refs:OTG_MASTER (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 360 if (resource_is_pipe_type(pipe, OTG_MASTER) && pipe->stream->fpo_in_use) { in dc_dmub_srv_p_state_delegate() 535 if (!resource_is_pipe_type(pipe, OTG_MASTER) || in populate_subvp_cmd_vblank_pipe_info() 735 if (resource_is_pipe_type(pipe, OTG_MASTER) && in dc_dmub_setup_subvp_dmub_command() 753 if (resource_is_pipe_type(pipe, OTG_MASTER) && in dc_dmub_setup_subvp_dmub_command() 758 } else if (resource_is_pipe_type(pipe, OTG_MASTER) && in dc_dmub_setup_subvp_dmub_command()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 160 * For instance OTG_MASTER is a pipe ending with OTG hardware block in its 233 OTG_MASTER, enumerator
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
H A D | dcn20_clk_mgr.c | 160 if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER)) in dcn20_update_clocks_update_dentist() 191 if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER)) in dcn20_update_clocks_update_dentist()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 1207 if (!resource_is_pipe_type(pipe, OTG_MASTER)) in dcn32_resync_fifo_dccg_dio() 1397 if (resource_is_pipe_type(phantom_pipe, OTG_MASTER)) { in dcn32_apply_update_flags_for_phantom() 1641 else if (resource_is_pipe_type(cur_pipe, OTG_MASTER)) { in dcn32_is_pipe_topology_transition_seamless() 1642 if (resource_is_pipe_type(new_pipe, OTG_MASTER)) in dcn32_is_pipe_topology_transition_seamless()
|
H A D | dcn32_resource.c | 1712 if (resource_is_pipe_type(pipe, OTG_MASTER) && in dcn32_retain_phantom_pipes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/ |
H A D | dcn32_clk_mgr.c | 358 if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER)) in dcn32_update_clocks_update_dentist() 404 if (!resource_is_pipe_type(pipe_ctx, OTG_MASTER)) in dcn32_update_clocks_update_dentist()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_cts.c | 678 if (resource_is_pipe_type(&pipes[i], OTG_MASTER) && in dp_set_test_pattern()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 1730 case OTG_MASTER: in resource_is_pipe_type() 1758 resource_is_pipe_type(&res_ctx->pipe_ctx[i], OTG_MASTER)) in resource_get_otg_master_for_stream() 4093 if (!resource_is_pipe_type(pipe_ctx_old, OTG_MASTER)) in reset_syncd_pipes_from_disabled_pipes()
|
H A D | dc.c | 3133 if (resource_is_pipe_type(pipe_ctx, OTG_MASTER) && pipe_ctx->stream == stream) { in commit_planes_do_stream_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 889 if (!resource_is_pipe_type(pipe, OTG_MASTER) || in subvp_drr_schedulable() 903 if (!resource_is_pipe_type(pipe, OTG_MASTER) || in subvp_drr_schedulable() 985 if (!resource_is_pipe_type(pipe, OTG_MASTER) || in subvp_vblank_schedulable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_dpms.c | 185 return resource_is_pipe_type(pipe, OTG_MASTER) && in is_master_pipe_for_link()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 1693 if (resource_is_pipe_type(pipe_ctx, OTG_MASTER)) { in dcn20_program_pipe()
|
Completed in 32 milliseconds