Hi,
Thanks for the patch, it looks good to me.
Reviewed-by: Jocelyn Falempe
--
Jocelyn
On 03/04/2024 12:31, Thomas Zimmermann wrote:
Compute the i2c timeout in jiffies from a value in milliseconds. The
original values of 2 jiffies equals 2 milliseconds if HZ has been
configured to a value
Compute the i2c timeout in jiffies from a value in milliseconds. The
original values of 2 jiffies equals 2 milliseconds if HZ has been
configured to a value of 1000. This corresponds to 2.2 milliseconds
used by most other DRM drivers. Update ast accordingly.
Signed-off-by: Thomas Zimmermann
Fixes