mbox series

[0/2] hda/i915: split wait for component binding

Message ID 20220223195203.13708-1-ramalingam.c@intel.com (mailing list archive)
Headers show
Series hda/i915: split wait for component binding | expand

Message

Ramalingam C Feb. 23, 2022, 7:52 p.m. UTC
To avoid the intended wait being reported as kworker hung, split the
wait for i915 component bind, in multiples of
sysctl_hung_task_timeout_secs.

To facilitate this we are exporting sysctl_hung_task_timeout_secs from
kernel/hung_task.c for the kernel modules' use.

Ramalingam C (2):
  kernel/hung_task: Exporting sysctl_hung_task_timeout_secs
  hda/i915: split the wait for the component binding

 kernel/hung_task.c    |  1 +
 sound/hda/hdac_i915.c | 17 ++++++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)