diff options
author | Thomas Zimmermann <[email protected]> | 2024-03-25 21:06:50 +0100 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2024-04-02 10:40:46 +0200 |
commit | 0a7f04b433fc7c77d8c03eb6b2f32196a3d9b0c5 (patch) | |
tree | b8376b997b6e1099e2471069a2b3ba0927062739 /scripts/generate_rust_analyzer.py | |
parent | e14ab3037383f4e3d026e2aea1ad53644a3735ed (diff) |
drm/ast: Move DDC code to ast_ddc.{c,h}
Rename ast_i2c.c to ast_ddc.c and move its interface into the
new header ast_ddc.h. Update all include statements as necessary
and change the adapter name to 'AST DDC bus'.
This avoids including I2C headers in the driver's main header file,
which doesn't need them. Renaming files to _ddc indicates that the
code is about the DDC. I2C is really just the underlying bus here.
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Sui Jingfeng <[email protected]>
Reviewed-by: Jocelyn Falempe <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions