drm/ast: Set DDC timeout in milliseconds
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 3 Apr 2024 10:31:28 +0000 (12:31 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 11 Apr 2024 07:38:16 +0000 (09:38 +0200)
commitc0cd6925856f661e1a37278660ccae551cef7077
treee9cd545cbdd199c6503e72d81759d1062e51351c
parentfe6660b661c3397af0867d5d098f5b26581f1290
drm/ast: Set DDC timeout in milliseconds

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 <tzimmermann@suse.de>
Fixes: 312fec1405dd ("drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)")
Cc: Dave Airlie <airlied@redhat.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Jocelyn Falempe <jfalempe@redhat.com>
Cc: dri-devel@lists.freedesktop.org
Cc: <stable@vger.kernel.org> # v3.5+
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240403103325.30457-2-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_ddc.c