Searched refs:stream_update (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc.c | 2911 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream() 2915 if (stream_update && stream_update->hw_cursor_req) { in check_update_surfaces_for_stream() 5178 stream_update, in update_planes_and_stream_v1() 5187 stream_update, in update_planes_and_stream_v1() 5252 stream_update, in update_planes_and_stream_v2() 5277 stream_update, in update_planes_and_stream_v2() 5293 stream_update, in update_planes_and_stream_v2() 5312 stream_update); in commit_planes_and_stream_update_on_current_context() 5320 stream_update, in commit_planes_and_stream_update_on_current_context() 5329 stream_update, in commit_planes_and_stream_update_on_current_context() [all …]
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc_stream.h | 388 struct dc_stream_update *stream_update); 404 struct dc_stream_update *stream_update, 477 struct dc_stream_update *stream_update,
|
| A D | dc.h | 1863 struct dc_stream_update *stream_update);
|
| /drivers/gpu/drm/amd/display/dc/link/accessories/ |
| A D | link_dp_cts.c | 71 struct dc_stream_update stream_update = { 0 }; in dp_retrain_link_dp_test() local 143 stream_update.stream = state->streams[i]; in dp_retrain_link_dp_test() 144 stream_update.dpms_off = &dpms_off; in dp_retrain_link_dp_test() 145 dc_update_planes_and_stream(state->clk_mgr->ctx->dc, NULL, 0, state->streams[i], &stream_update); in dp_retrain_link_dp_test()
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm.c | 437 stream_update); in update_planes_and_stream_adapter() 3314 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member 3339 &bundle->stream_update, in dm_gpureset_commit_state() 9325 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member 9607 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes() 9613 bundle->stream_update.lut3d_func = in amdgpu_dm_commit_planes() 9615 bundle->stream_update.func_shaper = in amdgpu_dm_commit_planes() 9649 &bundle->stream_update, in amdgpu_dm_commit_planes() 10254 struct dc_stream_update stream_update; in amdgpu_dm_atomic_commit_tail() local 10259 memset(&stream_update, 0, sizeof(stream_update)); in amdgpu_dm_atomic_commit_tail() [all …]
|
| /drivers/gpu/drm/amd/display/dc/link/ |
| 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()
|
Completed in 52 milliseconds