Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2172 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument
2186 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream()
2191 if (stream_update) { in check_update_surfaces_for_stream()
2192 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream()
2194 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream()
2195 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream()
2196 stream_update->integer_scaling_update) in check_update_surfaces_for_stream()
2199 if (stream_update->out_transfer_func) in check_update_surfaces_for_stream()
2202 if (stream_update->abm_level) in check_update_surfaces_for_stream()
2205 if (stream_update->dpms_off) in check_update_surfaces_for_stream()
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h307 struct dc_stream_update *stream_update,
424 struct dc_stream_update *stream_update,
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2128 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member
2140 bundle->stream_update.stream = dc_state->streams[k]; in dm_gpureset_commit_state()
2151 dc_state->streams[k], &bundle->stream_update, dc_state); in dm_gpureset_commit_state()
2165 struct dc_stream_update stream_update; in dm_set_dpms_off() local
2168 memset(&stream_update, 0, sizeof(stream_update)); in dm_set_dpms_off()
2169 stream_update.dpms_off = &dpms_off; in dm_set_dpms_off()
2180 stream_update.stream = stream_state; in dm_set_dpms_off()
2182 stream_state, &stream_update, in dm_set_dpms_off()
8509 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
8697 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()
[all …]
/Linux-v5.15/sound/pci/hda/
Dhda_controller.c1053 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() function
1093 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()