summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_i2c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann2024-04-021-147/+0
* drm/ast: Allocate instance of struct ast_i2c_chan with managed helpersThomas Zimmermann2024-04-021-7/+2
* drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann2024-04-021-3/+4
* drm: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-181-1/+0
* drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann2023-10-191-10/+10
* drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann2023-03-011-4/+4
* drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann2023-03-011-4/+4
* drm/ast: Move I2C code into separate source fileThomas Zimmermann2021-12-161-0/+152