Searched refs:stream_update (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| A D | dc.c | 2339 if (stream_update && stream_update->pending_test_pattern) { in check_update_surfaces_for_stream() 2344 if (stream_update) { in check_update_surfaces_for_stream() 2347 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream() 2348 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream() 2355 if (stream_update->abm_level) in check_update_surfaces_for_stream() 2358 if (stream_update->dpms_off) in check_update_surfaces_for_stream() 2378 if (stream_update->output_csc_transform || stream_update->output_color_space) in check_update_surfaces_for_stream() 2407 if (stream_update) in dc_check_update_surfaces_for_stream() 2414 if (stream_update) { in dc_check_update_surfaces_for_stream() 2900 if (stream_update) in commit_planes_for_stream() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| A D | dc_stream.h | 320 struct dc_stream_update *stream_update, 437 struct dc_stream_update *stream_update,
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm.c | 2488 struct dc_stream_update stream_update; in dm_gpureset_commit_state() member 2525 struct dc_stream_update stream_update; in dm_set_dpms_off() local 2528 memset(&stream_update, 0, sizeof(stream_update)); in dm_set_dpms_off() 2529 stream_update.dpms_off = &dpms_off; in dm_set_dpms_off() 2540 stream_update.stream = stream_state; in dm_set_dpms_off() 2543 stream_state, &stream_update, in dm_set_dpms_off() 9012 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member 9229 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes() 9262 &bundle->stream_update, in amdgpu_dm_commit_planes() 9626 memset(&stream_update, 0, sizeof(stream_update)); in amdgpu_dm_atomic_commit_tail() [all …]
|
| /linux/sound/pci/hda/ |
| A D | hda_controller.c | 1053 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()
|
Completed in 32 milliseconds