Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1563 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument
1573 if (stream_update) { in check_update_surfaces_for_stream()
1574 if ((stream_update->src.height != 0) && in check_update_surfaces_for_stream()
1575 (stream_update->src.width != 0)) in check_update_surfaces_for_stream()
1578 if ((stream_update->dst.height != 0) && in check_update_surfaces_for_stream()
1579 (stream_update->dst.width != 0)) in check_update_surfaces_for_stream()
1582 if (stream_update->out_transfer_func) in check_update_surfaces_for_stream()
1585 if (stream_update->abm_level) in check_update_surfaces_for_stream()
1588 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
1592 if (stream_update->wb_update) in check_update_surfaces_for_stream()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h269 struct dc_stream_update *stream_update,
374 struct dc_stream_update *stream_update,
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c5673 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
5859 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()
5868 bundle->stream_update.src = acrtc_state->stream->src; in amdgpu_dm_commit_planes()
5869 bundle->stream_update.dst = acrtc_state->stream->dst; in amdgpu_dm_commit_planes()
5877 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes()
5879 bundle->stream_update.output_csc_transform = in amdgpu_dm_commit_planes()
5881 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes()
5887 bundle->stream_update.abm_level = &acrtc_state->abm_level; in amdgpu_dm_commit_planes()
5908 &bundle->stream_update, in amdgpu_dm_commit_planes()
6258 struct dc_stream_update stream_update; in amdgpu_dm_atomic_commit_tail() local
[all …]
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c1119 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() function
1159 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()