Home
last modified time | relevance | path

Searched refs:stream_update (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1250 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument
1259 if (stream_update) in check_update_surfaces_for_stream()
1279 struct dc_stream_update *stream_update, in dc_check_update_surfaces_for_stream() argument
1288 type = check_update_surfaces_for_stream(dc, updates, surface_count, stream_update, stream_status); in dc_check_update_surfaces_for_stream()
1318 struct dc_stream_update *stream_update, in commit_planes_for_stream() argument
1359 if (stream_update && stream_update->abm_level && pipe_ctx->stream_res.abm) { in commit_planes_for_stream()
1370 if (stream_update && stream_update->periodic_fn_vsync_delta && in commit_planes_for_stream()
1409 if (stream && stream_update && update_type > UPDATE_TYPE_FAST) in commit_planes_for_stream()
1417 if (stream_update->hdr_static_metadata) { in commit_planes_for_stream()
1428 struct dc_stream_update *stream_update, in dc_commit_updates_for_stream() argument
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h145 struct dc_stream_update *stream_update,
231 struct dc_stream_update *stream_update,
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4151 struct dc_stream_update *stream_update = in commit_planes_to_stream() local
4154 if (!stream_update) { in commit_planes_to_stream()
4170 kfree(stream_update); in commit_planes_to_stream()
4176 stream_update->src = dc_stream->src; in commit_planes_to_stream()
4177 stream_update->dst = dc_stream->dst; in commit_planes_to_stream()
4178 stream_update->out_transfer_func = dc_stream->out_transfer_func; in commit_planes_to_stream()
4211 dc_stream, stream_update, plane_states, state); in commit_planes_to_stream()
4216 kfree(stream_update); in commit_planes_to_stream()
/Linux-v4.19/sound/pci/hda/
Dhda_controller.c1121 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() function
1161 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()