summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mgag200/mgag200_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* drm/mgag200: Rename mgag200_i2c.c to mgag200_ddc.cThomas Zimmermann2024-05-171-155/+0
* drm/mgag200: Replace struct mga_i2c_chan with struct mgag200_ddcThomas Zimmermann2024-05-171-23/+33
* drm/mgag200: Inline mgag200_i2c_init()Thomas Zimmermann2024-05-171-33/+29
* drm/mgag200: Allocate instance of struct mga_i2c_chan dynamicallyThomas Zimmermann2024-05-171-1/+19
* drm/mgag200: Store pointer to struct mga_device in struct mga_i2c_chanThomas Zimmermann2024-05-171-9/+9
* drm/mgag200: Bind I2C lifetime to DRM deviceThomas Zimmermann2024-05-171-2/+4
* drm/mgag200: Set DDC timeout in millisecondsThomas Zimmermann2024-05-171-1/+1
* drm: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-181-1/+0
* drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann2022-06-071-24/+3
* drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann2022-05-171-22/+11
* drm/mgag200: Fail on I2C initialization errorsThomas Zimmermann2022-05-171-5/+8
* drm/mgag200: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-1/+1
* drm/mgag200: Convert struct drm_device to struct mga_device with helperThomas Zimmermann2020-05-111-5/+5
* drm/mgag200: Don't include <drm/drm_pci.h>Thomas Zimmermann2019-12-051-2/+1
* drm/mgag200: drop use of drmP.hSam Ravnborg2019-06-301-2/+4
* drm/mgag200: Added support for the new device G200eH3Mathieu Larouche2017-01-231-0/+1
* drm/mgag200: Add support for a new G200eW3 chipsetMathieu Larouche2015-08-241-0/+1
* drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire2013-03-081-0/+1
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0
* mgag200: initial g200se driver (v2)Dave Airlie2012-05-171-0/+156