Searched refs:stream_update (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 2962 struct dc_stream_update *stream_update) in check_update_surfaces_for_stream() argument 2966 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream() 2970 if (stream_update && stream_update->hw_cursor_req) { in check_update_surfaces_for_stream() 2975 if (stream_update) { in check_update_surfaces_for_stream() 2978 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream() 2980 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream() 2981 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream() 2982 stream_update->integer_scaling_update) in check_update_surfaces_for_stream() 2985 if (check_config->enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream() 2988 if (stream_update->abm_level) in check_update_surfaces_for_stream() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/link/accessories/ |
| H A D | link_dp_cts.c | 71 struct dc_stream_update stream_update = { 0 }; in dp_retrain_link_dp_test() local 152 stream_update.stream = streams_on_link[i]; in dp_retrain_link_dp_test() 153 stream_update.dpms_off = &dpms_off; in dp_retrain_link_dp_test() 154 dc_update_planes_and_stream(dc, NULL, 0, streams_on_link[i], &stream_update); in dp_retrain_link_dp_test()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 412 struct dc_stream_update *stream_update, in update_planes_and_stream_adapter() argument 427 stream_update); in update_planes_and_stream_adapter() 3347 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member 3359 bundle->stream_update.stream = dc_state->streams[k]; in dm_gpureset_commit_state() 3372 &bundle->stream_update, in dm_gpureset_commit_state() 9889 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member 9915 bundle->stream_update.cursor_position = in amdgpu_dm_commit_planes() 9940 amdgpu_dm_update_cursor(plane, old_plane_state, &bundle->stream_update); in amdgpu_dm_commit_planes() 10137 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes() 10160 bundle->stream_update.stream = acrtc_state->stream; in amdgpu_dm_commit_planes() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 156 struct dc_stream_update stream_update; in link_set_all_streams_dpms_off_for_link() local 160 memset(&stream_update, 0, sizeof(stream_update)); in link_set_all_streams_dpms_off_for_link() 161 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link() 174 stream_update.stream = streams[i]; in link_set_all_streams_dpms_off_for_link() 176 streams[i], &stream_update, in link_set_all_streams_dpms_off_for_link()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc.h | 1952 struct dc_stream_update *stream_update);
|