Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_stream.c190 struct dc_stream_state *new_stream; in dc_copy_stream() local
192 new_stream = kmemdup(stream, sizeof(struct dc_stream_state), GFP_KERNEL); in dc_copy_stream()
193 if (!new_stream) in dc_copy_stream()
196 if (new_stream->sink) in dc_copy_stream()
197 dc_sink_retain(new_stream->sink); in dc_copy_stream()
199 dc_stream_assign_stream_id(new_stream); in dc_copy_stream()
202 if (new_stream->ctx->dc->res_pool->funcs->link_encs_assign) in dc_copy_stream()
203 new_stream->link_enc = NULL; in dc_copy_stream()
205 kref_init(&new_stream->refcount); in dc_copy_stream()
207 return new_stream; in dc_copy_stream()
A Ddc_resource.c3190 struct dc_stream_state *new_stream) in dc_is_timing_changed() argument
3196 if (cur_stream->output_color_space != new_stream->output_color_space) in dc_is_timing_changed()
3201 &new_stream->timing, in dc_is_timing_changed()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_crtc.h33 struct dc_stream_state *new_stream,
A Damdgpu_dm.c8616 if (!new_stream) in update_freesync_state_on_stream()
8624 if (!new_stream->timing.h_total || !new_stream->timing.v_total) in update_freesync_state_on_stream()
8634 new_stream, in update_freesync_state_on_stream()
8668 new_stream, in update_freesync_state_on_stream()
8706 if (!new_stream) in update_stream_irq_parameters()
8713 if (!new_stream->timing.h_total || !new_stream->timing.v_total) in update_stream_irq_parameters()
8743 new_stream, in update_stream_irq_parameters()
10391 new_stream = NULL; in dm_update_crtc_state()
10431 if (!new_stream) { in dm_update_crtc_state()
10590 if (new_stream) in dm_update_crtc_state()
[all …]
A Damdgpu_dm_crtc.c62 struct dc_stream_state *new_stream, in amdgpu_dm_crtc_modeset_required() argument
/linux/drivers/usb/host/
A Dehci-sched.c1483 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()
/linux/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.c3215 struct arm_smmu_stream *new_stream = &master->streams[i]; in arm_smmu_insert_master() local
3218 new_stream->id = sid; in arm_smmu_insert_master()
3219 new_stream->master = master; in arm_smmu_insert_master()
3226 if (rb_find_add(&new_stream->node, &smmu->streams, in arm_smmu_insert_master()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc.h2553 struct dc_stream_state *new_stream);

Completed in 63 milliseconds