Searched refs:stream_update (Results 1 – 4 of 4) sorted by relevance
1563 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument1573 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 …]
269 struct dc_stream_update *stream_update,374 struct dc_stream_update *stream_update,
5673 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member5859 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 …]
1119 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() function1159 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()