Searched refs:stream_update (Results 1 – 4 of 4) sorted by relevance
1926 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument1941 if (stream_update) { in check_update_surfaces_for_stream()1942 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream()1944 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream()1945 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream()1946 stream_update->integer_scaling_update) in check_update_surfaces_for_stream()1949 if (stream_update->out_transfer_func) in check_update_surfaces_for_stream()1952 if (stream_update->abm_level) in check_update_surfaces_for_stream()1955 if (stream_update->dpms_off) in check_update_surfaces_for_stream()1958 if (stream_update->gamut_remap) in check_update_surfaces_for_stream()[all …]
291 struct dc_stream_update *stream_update,407 struct dc_stream_update *stream_update,
1873 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member1885 bundle->stream_update.stream = dc_state->streams[k]; in dm_gpureset_commit_state()1896 dc_state->streams[k], &bundle->stream_update, dc_state); in dm_gpureset_commit_state()7092 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member7280 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()7288 bundle->stream_update.stream = acrtc_state->stream; in amdgpu_dm_commit_planes()7290 bundle->stream_update.src = acrtc_state->stream->src; in amdgpu_dm_commit_planes()7291 bundle->stream_update.dst = acrtc_state->stream->dst; in amdgpu_dm_commit_planes()7299 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes()7301 bundle->stream_update.output_csc_transform = in amdgpu_dm_commit_planes()[all …]
1070 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() function1110 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()