Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2827 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream()
2831 if (stream_update && stream_update->hw_cursor_req) { in check_update_surfaces_for_stream()
5065 stream_update, in update_planes_and_stream_v1()
5074 stream_update, in update_planes_and_stream_v1()
5139 stream_update, in update_planes_and_stream_v2()
5164 stream_update, in update_planes_and_stream_v2()
5180 stream_update, in update_planes_and_stream_v2()
5199 stream_update); in commit_planes_and_stream_update_on_current_context()
5207 stream_update, in commit_planes_and_stream_update_on_current_context()
5216 stream_update, in commit_planes_and_stream_update_on_current_context()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h386 struct dc_stream_update *stream_update);
402 struct dc_stream_update *stream_update,
475 struct dc_stream_update *stream_update,
H A Ddc.h1625 struct dc_stream_update *stream_update);
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c436 stream_update); in update_planes_and_stream_adapter()
3332 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member
3357 &bundle->stream_update, in dm_gpureset_commit_state()
9305 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
9587 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes()
9593 bundle->stream_update.lut3d_func = in amdgpu_dm_commit_planes()
9595 bundle->stream_update.func_shaper = in amdgpu_dm_commit_planes()
9629 &bundle->stream_update, in amdgpu_dm_commit_planes()
10234 struct dc_stream_update stream_update; in amdgpu_dm_atomic_commit_tail() local
10239 memset(&stream_update, 0, sizeof(stream_update)); in amdgpu_dm_atomic_commit_tail()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c155 struct dc_stream_update stream_update; in link_set_all_streams_dpms_off_for_link() local
159 memset(&stream_update, 0, sizeof(stream_update)); in link_set_all_streams_dpms_off_for_link()
160 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link()
173 stream_update.stream = streams[i]; in link_set_all_streams_dpms_off_for_link()
175 streams[i], &stream_update, in link_set_all_streams_dpms_off_for_link()
/linux-6.15/sound/pci/hda/
H A Dhda_controller.c1056 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() function
1094 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()