Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c2610 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream()
2615 if (stream_update) { in check_update_surfaces_for_stream()
2619 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream()
2645 (stream_update->vrr_infopacket || stream_update->allow_freesync || in check_update_surfaces_for_stream()
2687 if (stream_update) in dc_check_update_surfaces_for_stream()
3626 if (stream_update) in commit_planes_for_stream()
4304 stream_update, in dc_update_planes_and_stream()
4344 stream_update, in dc_update_planes_and_stream()
4361 stream_update, in dc_update_planes_and_stream()
4498 stream_update, in dc_commit_updates_for_stream()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_stream.h370 struct dc_stream_update *stream_update);
386 struct dc_stream_update *stream_update,
502 struct dc_stream_update *stream_update,
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c397 stream_update); in update_planes_and_stream_adapter()
2776 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member
2801 &bundle->stream_update, in dm_gpureset_commit_state()
8101 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
8323 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()
8357 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes()
8361 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes()
8392 &bundle->stream_update, in amdgpu_dm_commit_planes()
8862 struct dc_stream_update stream_update; in amdgpu_dm_atomic_commit_tail() local
8867 memset(&stream_update, 0, sizeof(stream_update)); in amdgpu_dm_atomic_commit_tail()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_dpms.c151 struct dc_stream_update stream_update; in link_set_all_streams_dpms_off_for_link() local
155 memset(&stream_update, 0, sizeof(stream_update)); in link_set_all_streams_dpms_off_for_link()
156 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link()
161 stream_update.stream = pipes[i]->stream; in link_set_all_streams_dpms_off_for_link()
163 pipes[i]->stream, &stream_update, in link_set_all_streams_dpms_off_for_link()