diff options
author | Charlene Liu <charlene.liu@amd.com> | 2018-06-26 02:28:54 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-07-13 22:51:04 +0300 |
commit | e0d85b20c74fc078862262da64b36e8e7b6663e7 (patch) | |
tree | 216d562ef781c0c44c77b91c741aea0a00cd042c /drivers/gpu/drm/amd/display/dc/i2caux/i2c_engine.h | |
parent | edf6ffe4f47e6749cfd45c1489feea2dbb0041c7 (diff) | |
download | linux-e0d85b20c74fc078862262da64b36e8e7b6663e7.tar.xz |
drm/amd/display: introduce concept of send_reset_length for i2c engines
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/i2caux/i2c_engine.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/i2caux/i2c_engine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/i2caux/i2c_engine.h b/drivers/gpu/drm/amd/display/dc/i2caux/i2c_engine.h index 58fc0f25eceb..ded6ea34b714 100644 --- a/drivers/gpu/drm/amd/display/dc/i2caux/i2c_engine.h +++ b/drivers/gpu/drm/amd/display/dc/i2caux/i2c_engine.h @@ -86,6 +86,8 @@ struct i2c_engine { struct engine base; const struct i2c_engine_funcs *funcs; uint32_t timeout_delay; + uint32_t setup_limit; + uint32_t send_reset_length; }; void dal_i2c_engine_construct( |