Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2428 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument
2440 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream()
2445 if (stream_update) { in check_update_surfaces_for_stream()
2446 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream()
2448 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream()
2449 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream()
2450 stream_update->integer_scaling_update) in check_update_surfaces_for_stream()
2453 if (stream_update->out_transfer_func) in check_update_surfaces_for_stream()
2456 if (stream_update->abm_level) in check_update_surfaces_for_stream()
2459 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
[all …]
Ddc_link.c891 struct dc_stream_update stream_update; in set_all_streams_dpms_off_for_link() local
895 memset(&stream_update, 0, sizeof(stream_update)); in set_all_streams_dpms_off_for_link()
896 stream_update.dpms_off = &dpms_off; in set_all_streams_dpms_off_for_link()
902 stream_update.stream = pipe_ctx->stream; in set_all_streams_dpms_off_for_link()
904 pipe_ctx->stream, &stream_update, in set_all_streams_dpms_off_for_link()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h333 struct dc_stream_update *stream_update);
349 struct dc_stream_update *stream_update,
465 struct dc_stream_update *stream_update,
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2596 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member
2608 bundle->stream_update.stream = dc_state->streams[k]; in dm_gpureset_commit_state()
2619 dc_state->streams[k], &bundle->stream_update, dc_state); in dm_gpureset_commit_state()
7591 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
7777 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()
7802 bundle->stream_update.stream = acrtc_state->stream; in amdgpu_dm_commit_planes()
7804 bundle->stream_update.src = acrtc_state->stream->src; in amdgpu_dm_commit_planes()
7805 bundle->stream_update.dst = acrtc_state->stream->dst; in amdgpu_dm_commit_planes()
7813 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes()
7815 bundle->stream_update.output_csc_transform = in amdgpu_dm_commit_planes()
[all …]
/linux-6.1.9/sound/pci/hda/
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()