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?
thanks,
Takashi