Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2598 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument
2610 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream()
2615 if (stream_update) { in check_update_surfaces_for_stream()
2616 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream()
2618 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream()
2619 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream()
2620 stream_update->integer_scaling_update) in check_update_surfaces_for_stream()
2623 if (dc->debug.enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream()
2626 if (stream_update->abm_level) in check_update_surfaces_for_stream()
2629 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h370 struct dc_stream_update *stream_update);
386 struct dc_stream_update *stream_update,
502 struct dc_stream_update *stream_update,
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c382 struct dc_stream_update *stream_update, in update_planes_and_stream_adapter() argument
397 stream_update); in update_planes_and_stream_adapter()
2774 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member
2786 bundle->stream_update.stream = dc_state->streams[k]; in dm_gpureset_commit_state()
2799 &bundle->stream_update, in dm_gpureset_commit_state()
8097 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
8319 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()
8342 bundle->stream_update.stream = acrtc_state->stream; in amdgpu_dm_commit_planes()
8344 bundle->stream_update.src = acrtc_state->stream->src; in amdgpu_dm_commit_planes()
8345 bundle->stream_update.dst = acrtc_state->stream->dst; in amdgpu_dm_commit_planes()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c151 struct dc_stream_update stream_update; in link_set_all_streams_dpms_off_for_link() local
155 memset(&stream_update, 0, sizeof(stream_update)); in link_set_all_streams_dpms_off_for_link()
156 stream_update.dpms_off = &dpms_off; in link_set_all_streams_dpms_off_for_link()
161 stream_update.stream = pipes[i]->stream; in link_set_all_streams_dpms_off_for_link()
163 pipes[i]->stream, &stream_update, in link_set_all_streams_dpms_off_for_link()
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c1050 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() function
1090 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()