Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1926 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument
1941 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 …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h289 struct dc_stream_update *stream_update,
406 struct dc_stream_update *stream_update,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1910 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member
1922 bundle->stream_update.stream = dc_state->streams[k]; in dm_gpureset_commit_state()
1933 dc_state->streams[k], &bundle->stream_update, dc_state); in dm_gpureset_commit_state()
1947 struct dc_stream_update stream_update; in dm_set_dpms_off() local
1950 memset(&stream_update, 0, sizeof(stream_update)); in dm_set_dpms_off()
1951 stream_update.dpms_off = &dpms_off; in dm_set_dpms_off()
1962 stream_update.stream = stream_state; in dm_set_dpms_off()
1964 stream_state, &stream_update, in dm_set_dpms_off()
7210 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member
7398 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()
[all …]
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_controller.c1062 static void stream_update(struct hdac_bus *bus, struct hdac_stream *s) in stream_update() function
1102 if (snd_hdac_bus_handle_stream_irq(bus, status, stream_update)) in azx_interrupt()