Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c210 struct dc_stream_state *new_stream; in dc_copy_stream() local
212 new_stream = kmemdup(stream, sizeof(struct dc_stream_state), GFP_KERNEL); in dc_copy_stream()
213 if (!new_stream) in dc_copy_stream()
217 new_stream->update_scratch = kzalloc( in dc_copy_stream()
221 if (!new_stream->update_scratch) { in dc_copy_stream()
222 kfree(new_stream); in dc_copy_stream()
226 if (new_stream->sink) in dc_copy_stream()
227 dc_sink_retain(new_stream->sink); in dc_copy_stream()
229 dc_stream_assign_stream_id(new_stream); in dc_copy_stream()
232 if (new_stream->ctx->dc->res_pool->funcs->link_encs_assign && in dc_copy_stream()
[all …]
H A Ddc_resource.c3516 struct dc_stream_state *new_stream) in dc_is_timing_changed() argument
3522 if (cur_stream->output_color_space != new_stream->output_color_space) in dc_is_timing_changed()
3527 &new_stream->timing, in dc_is_timing_changed()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9660 struct dc_stream_state *new_stream, in update_freesync_state_on_stream() argument
9673 if (!new_stream) in update_freesync_state_on_stream()
9681 if (!new_stream->timing.h_total || !new_stream->timing.v_total) in update_freesync_state_on_stream()
9691 new_stream, in update_freesync_state_on_stream()
9698 new_stream, &vrr_params); in update_freesync_state_on_stream()
9707 aconn = (struct amdgpu_dm_connector *)new_stream->dm_stream_context; in update_freesync_state_on_stream()
9719 mod_build_adaptive_sync_infopacket(new_stream, aconn->as_type, NULL, in update_freesync_state_on_stream()
9720 &new_stream->adaptive_sync_infopacket); in update_freesync_state_on_stream()
9725 new_stream, in update_freesync_state_on_stream()
9740 new_stream->vrr_infopacket = vrr_infopacket; in update_freesync_state_on_stream()
[all …]
H A Damdgpu_dm_crtc.c62 struct dc_stream_state *new_stream, in amdgpu_dm_crtc_modeset_required() argument
/linux/drivers/usb/host/
H A Dehci-sched.c1482 bool new_stream = false; in iso_stream_schedule() local
1548 new_stream = true; in iso_stream_schedule()
1571 if (unlikely(new_stream)) in iso_stream_schedule()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2908 struct dc_stream_state *new_stream);