Searched refs:new_stream (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_stream.c | 192 struct dc_stream_state *new_stream; in dc_copy_stream() local 194 new_stream = kmemdup(stream, sizeof(struct dc_stream_state), GFP_KERNEL); in dc_copy_stream() 195 if (!new_stream) in dc_copy_stream() 198 if (new_stream->sink) in dc_copy_stream() 199 dc_sink_retain(new_stream->sink); in dc_copy_stream() 201 dc_stream_assign_stream_id(new_stream); in dc_copy_stream() 204 if (new_stream->ctx->dc->res_pool->funcs->link_encs_assign && in dc_copy_stream() 205 !new_stream->ctx->dc->config.unify_link_enc_assignment) in dc_copy_stream() 206 new_stream->link_enc = NULL; in dc_copy_stream() 208 kref_init(&new_stream->refcount); in dc_copy_stream() [all …]
|
| H A D | dc_resource.c | 3505 struct dc_stream_state *new_stream) in dc_is_timing_changed() argument 3511 if (cur_stream->output_color_space != new_stream->output_color_space) in dc_is_timing_changed() 3516 &new_stream->timing, in dc_is_timing_changed()
|
| /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 | 9533 struct dc_stream_state *new_stream, in update_freesync_state_on_stream() argument 9546 if (!new_stream) in update_freesync_state_on_stream() 9554 if (!new_stream->timing.h_total || !new_stream->timing.v_total) in update_freesync_state_on_stream() 9564 new_stream, in update_freesync_state_on_stream() 9571 new_stream, &vrr_params); in update_freesync_state_on_stream() 9580 aconn = (struct amdgpu_dm_connector *)new_stream->dm_stream_context; in update_freesync_state_on_stream() 9592 mod_build_adaptive_sync_infopacket(new_stream, aconn->as_type, NULL, in update_freesync_state_on_stream() 9593 &new_stream->adaptive_sync_infopacket); in update_freesync_state_on_stream() 9598 new_stream, in update_freesync_state_on_stream() 9613 new_stream->vrr_infopacket = vrr_infopacket; in update_freesync_state_on_stream() [all …]
|
| H A D | amdgpu_dm_crtc.c | 62 struct dc_stream_state *new_stream, in amdgpu_dm_crtc_modeset_required() argument
|
| /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()
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 3466 struct arm_smmu_stream *new_stream = &master->streams[i]; in arm_smmu_insert_master() local 3470 new_stream->id = sid; in arm_smmu_insert_master() 3471 new_stream->master = master; in arm_smmu_insert_master() 3478 existing = rb_find_add(&new_stream->node, &smmu->streams, in arm_smmu_insert_master()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 2776 struct dc_stream_state *new_stream);
|