Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Damdgpu_dc.c2644 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument
2656 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream()
2660 if (stream_update && stream_update->hw_cursor_req) { in check_update_surfaces_for_stream()
2665 if (stream_update) { in check_update_surfaces_for_stream()
2666 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream()
2668 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream()
2669 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream()
2670 stream_update->integer_scaling_update) in check_update_surfaces_for_stream()
2673 if (dc->debug.enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream()
2676 if (stream_update->abm_level) in check_update_surfaces_for_stream()
[all …]
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc_stream.h383 struct dc_stream_update *stream_update);
399 struct dc_stream_update *stream_update,
476 struct dc_stream_update *stream_update,
Ddc.h1602 struct dc_stream_update *stream_update);
/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c407 struct dc_stream_update *stream_update, in update_planes_and_stream_adapter() argument
423 stream_update); in update_planes_and_stream_adapter()
3131 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member
3143 bundle->stream_update.stream = dc_state->streams[k]; in dm_gpureset_commit_state()
3156 &bundle->stream_update, in dm_gpureset_commit_state()
8982 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
9008 bundle->stream_update.cursor_position = in amdgpu_dm_commit_planes()
9033 amdgpu_dm_update_cursor(plane, old_plane_state, &bundle->stream_update); in amdgpu_dm_commit_planes()
9230 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()
9253 bundle->stream_update.stream = acrtc_state->stream; in amdgpu_dm_commit_planes()
[all …]