Searched refs:stream_update (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 3037 struct dc_stream_update *stream_update) in check_update_surfaces_for_stream() argument 3046 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream() 3050 if (stream_update && stream_update->hw_cursor_req) { in check_update_surfaces_for_stream() 3055 if (stream_update) { in check_update_surfaces_for_stream() 3058 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream() 3060 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream() 3061 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream() 3062 stream_update->integer_scaling_update) in check_update_surfaces_for_stream() 3065 if (check_config->enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream() 3068 if (stream_update->abm_level) in check_update_surfaces_for_stream() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_stream.h | 402 struct dc_stream_update *stream_update); 413 struct dc_stream_update *stream_update 445 struct dc_stream_update *stream_update, 518 struct dc_stream_update *stream_update);
|
| H A D | dc.h | 2041 struct dc_stream_update *stream_update);
|
| /linux/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_dpms.c | 157 struct dc_stream_update stream_update; in link_set_all_streams_dpms_off_for_link() local 161 memset(&stream_update, 0, sizeof(stream_update)); in link_set_all_streams_dpms_off_for_link() 162 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link() 175 stream_update.stream = streams[i]; in link_set_all_streams_dpms_off_for_link() 177 streams[i], &stream_update, in link_set_all_streams_dpms_off_for_link()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 411 struct dc_stream_update *stream_update, in update_planes_and_stream_adapter() argument 426 stream_update); in update_planes_and_stream_adapter() 3454 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member 3466 bundle->stream_update.stream = dc_state->streams[k]; in dm_gpureset_commit_state() 3479 &bundle->stream_update, in dm_gpureset_commit_state() 10017 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member 10043 bundle->stream_update.cursor_position = in amdgpu_dm_commit_planes() 10068 amdgpu_dm_update_cursor(plane, old_plane_state, &bundle->stream_update); in amdgpu_dm_commit_planes() 10266 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes() 10289 bundle->stream_update.stream = acrtc_state->stream; in amdgpu_dm_commit_planes() [all …]
|
| /linux/sound/hda/common/ |
| H A D | controller.c | 1047 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() 1085 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt() 1045 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) stream_update() function
|