summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include/i2caux_interface.h
diff options
context:
space:
mode:
authorDavid Francis2018-11-30 17:02:59 +0100
committerAlex Deucher2019-01-14 21:40:54 +0100
commit077d0b6ba2114b86d353fce4eaca6cfb2e344eb6 (patch)
treed9072b0314a51f8171f9d72284016e8d95c45ad2 /drivers/gpu/drm/amd/display/include/i2caux_interface.h
parentdrm/amd/display: Change from aux_engine to dce_aux (diff)
downloadkernel-qcow2-linux-077d0b6ba2114b86d353fce4eaca6cfb2e344eb6.tar.gz
kernel-qcow2-linux-077d0b6ba2114b86d353fce4eaca6cfb2e344eb6.tar.xz
kernel-qcow2-linux-077d0b6ba2114b86d353fce4eaca6cfb2e344eb6.zip
drm/amd/display: Remove i2caux folder
[Why] It is huge, unmaintainable, needlessly layered, and obsolete [How] Remove it. All of it. Also remove the i2caux struct in dc_context and the code that created and destructed it Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include/i2caux_interface.h')
-rw-r--r--drivers/gpu/drm/amd/display/include/i2caux_interface.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/gpu/drm/amd/display/include/i2caux_interface.h b/drivers/gpu/drm/amd/display/include/i2caux_interface.h
index 1b648fe041da..bb012cb1a9f5 100644
--- a/drivers/gpu/drm/amd/display/include/i2caux_interface.h
+++ b/drivers/gpu/drm/amd/display/include/i2caux_interface.h
@@ -76,27 +76,4 @@ union aux_config {
uint32_t raw;
};
-struct i2caux;
-
-struct i2caux *dal_i2caux_create(
- struct dc_context *ctx);
-
-bool dal_i2caux_submit_i2c_command(
- struct i2caux *i2caux,
- struct ddc *ddc,
- struct i2c_command *cmd);
-
-bool dal_i2caux_submit_aux_command(
- struct i2caux *i2caux,
- struct ddc *ddc,
- struct aux_command *cmd);
-
-void dal_i2caux_configure_aux(
- struct i2caux *i2caux,
- struct ddc *ddc,
- union aux_config cfg);
-
-void dal_i2caux_destroy(
- struct i2caux **ptr);
-
#endif