diff options
author | Russell King <[email protected]> | 2016-10-23 11:31:44 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2016-11-18 00:00:40 +0000 |
commit | 6d30c0f728cac32ce8bf3d48ef6df485e0c641f1 (patch) | |
tree | e3bace2927221f4e4998f88eb70c7eaf682bacf3 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ba300c1787f793d9d6c84bb30d12b684c957f1b5 (diff) |
drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()
As priv->audio_params can now be changed at run time, we need to be more
careful about how we deal with a mode set. We must take the audio lock
while checking if there's a valid audio configuration.
However, it's slightly worse than that - during mode set, we mute the
audio, and it must not be unmuted until we have finished the mode set.
It is possible that the audio side may start while a mode set is in
progress, so take the audio_mutex lock around the whole mode setting
procedure.
Tested-by: Jon Medhurst <[email protected]>
Acked-by: Jon Medhurst <[email protected]>
Tested-by: Jyri Sarha <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions