Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c1720 if (stream_update) { in check_update_surfaces_for_stream()
1723 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream()
1724 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream()
1731 if (stream_update->abm_level) in check_update_surfaces_for_stream()
1734 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
1740 if (stream_update->wb_update) in check_update_surfaces_for_stream()
1745 if (stream_update->output_csc_transform || stream_update->output_color_space) in check_update_surfaces_for_stream()
1777 if (stream_update) in dc_check_update_surfaces_for_stream()
1784 if (stream_update) in dc_check_update_surfaces_for_stream()
2184 if (stream_update) in commit_planes_for_stream()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_stream.h279 struct dc_stream_update *stream_update,
389 struct dc_stream_update *stream_update,
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6361 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
6550 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()
6569 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes()
6573 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes()
6603 &bundle->stream_update, in amdgpu_dm_commit_planes()
6996 struct dc_stream_update stream_update; in amdgpu_dm_atomic_commit_tail() local
7002 memset(&stream_update, 0, sizeof(stream_update)); in amdgpu_dm_atomic_commit_tail()
7066 &stream_update, in amdgpu_dm_atomic_commit_tail()
7789 struct dc_stream_update stream_update; in dm_determine_update_type_for_commit() member
7853 bundle->stream_update.gamut_remap = in dm_determine_update_type_for_commit()
[all …]