Searched refs:new_stream (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_stream.c | 187 struct dc_stream_state *new_stream; in dc_copy_stream() local 189 new_stream = kmemdup(stream, sizeof(struct dc_stream_state), GFP_KERNEL); in dc_copy_stream() 190 if (!new_stream) in dc_copy_stream() 193 if (new_stream->sink) in dc_copy_stream() 194 dc_sink_retain(new_stream->sink); in dc_copy_stream() 196 if (new_stream->out_transfer_func) in dc_copy_stream() 197 dc_transfer_func_retain(new_stream->out_transfer_func); in dc_copy_stream() 199 new_stream->stream_id = new_stream->ctx->dc_stream_id_count; in dc_copy_stream() 200 new_stream->ctx->dc_stream_id_count++; in dc_copy_stream() 203 if (new_stream->ctx->dc->res_pool->funcs->link_encs_assign) in dc_copy_stream() [all …]
|
H A D | dc_resource.c | 2111 struct dc_stream_state *new_stream) in dc_is_timing_changed() 2117 if (cur_stream->output_color_space != new_stream->output_color_space) in dc_is_timing_changed() 2122 &new_stream->timing, in dc_is_timing_changed() 2110 dc_is_timing_changed(struct dc_stream_state * cur_stream,struct dc_stream_state * new_stream) dc_is_timing_changed() argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_crtc.h | 33 struct dc_stream_state *new_stream,
|
H A D | amdgpu_dm.c | 7866 struct dc_stream_state *new_stream, in update_freesync_state_on_stream() argument 7879 if (!new_stream) in update_freesync_state_on_stream() 7887 if (!new_stream->timing.h_total || !new_stream->timing.v_total) in update_freesync_state_on_stream() 7897 new_stream, in update_freesync_state_on_stream() 7904 new_stream, &vrr_params); in update_freesync_state_on_stream() 7913 aconn = (struct amdgpu_dm_connector *)new_stream->dm_stream_context; in update_freesync_state_on_stream() 7925 mod_build_adaptive_sync_infopacket(new_stream, aconn->as_type, NULL, in update_freesync_state_on_stream() 7926 &new_stream->adaptive_sync_infopacket); in update_freesync_state_on_stream() 7931 new_stream, in update_freesync_state_on_stream() 7946 new_stream->vrr_infopacket = vrr_infopacket; in update_freesync_state_on_stream() [all …]
|
H A D | amdgpu_dm_crtc.c | 58 struct dc_stream_state *new_stream, in amdgpu_dm_crtc_modeset_required() argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
H A D | 0001-implement-libc-specific-reopen_stream.patch | 36 *stream = new_stream;
|
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 2578 struct arm_smmu_stream *new_stream, *cur_stream; in arm_smmu_insert_master() local 2592 new_stream = &master->streams[i]; in arm_smmu_insert_master() 2593 new_stream->id = sid; in arm_smmu_insert_master() 2594 new_stream->master = master; in arm_smmu_insert_master() 2606 if (cur_stream->id > new_stream->id) { in arm_smmu_insert_master() 2608 } else if (cur_stream->id < new_stream->id) { in arm_smmu_insert_master() 2621 rb_link_node(&new_stream->node, parent_node, new_node); in arm_smmu_insert_master() 2622 rb_insert_color(&new_stream->node, &smmu->streams); in arm_smmu_insert_master()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-sched.c | 1483 bool new_stream = false; in iso_stream_schedule() local 1549 new_stream = true; in iso_stream_schedule() 1572 if (unlikely(new_stream)) in iso_stream_schedule()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 2312 struct dc_stream_state *new_stream);
|