On Fri, 15 Sep 2023 17:46:32 +0200, Pierre-Louis Bossart wrote:
On 9/15/23 11:43, Takashi Iwai wrote:
On Fri, 15 Sep 2023 15:45:27 +0200, Peter Ujfalusi wrote:
From: Fred Oh fred.oh@linux.intel.com
When enabling new platforms, missing dependencies on i915 driver updates cause i915 timeouts. Rather than wait 60s for no good reason, this patch adds a kernel parameter so that developers can cut to the chase and skip a known problem.
Reviewed-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com Reviewed-by: Bard Liao yung-chuan.liao@linux.intel.com Reviewed-by: Chao Song chao.song@linux.intel.com Signed-off-by: Fred Oh fred.oh@linux.intel.com Signed-off-by: Pierre-Louis Bossart pierre-louis.bossart@linux.intel.com Signed-off-by: Peter Ujfalusi peter.ujfalusi@linux.intel.com
The change looks trivial, but this would be little use if we support EPROBE_DEFER, right? Or does it need to be merged into 6.6?
It'd be fine to keep this in the SOF tree for now, and remove it from our tree once the deferred probe is implemented.
OK, then let's postpone (or drop) this. If EPROBE_DEFER stuff can't be achieved in time, we can reconsider to take this workaround for 6.7.
thanks,
Takashi