All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] drm/mgag200: Various cleanups
@ 2022-05-16 13:43 Thomas Zimmermann
  2022-05-16 13:43 ` [PATCH v3 1/7] drm/mgag200: Acquire I/O lock while reading EDID Thomas Zimmermann
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Thomas Zimmermann @ 2022-05-16 13:43 UTC (permalink / raw)
  To: airlied, jfalempe, daniel, airlied, mripard, maarten.lankhorst
  Cc: Thomas Zimmermann, dri-devel

Various small fixes and clean-up patches for mgag200. Tested on
Matrix G200EH hardware.

v3:
	* fix commit message in 1/7 to say 'drm/mgag200' (Jocelyn)
v2:
	* comment on memory constraints on early G200SE-A
	* fix connector DDC helper

Thomas Zimmermann (7):
  drm/mgag200: Acquire I/O lock while reading EDID
  drm/mgag200: Fail on I2C initialization errors
  drm/mgag200: Implement connector's get_modes with helper
  drm/mgag200: Switch I2C code to managed cleanup
  drm/mgag200: Remove struct mga_connector
  drm/mgag200: Test memory requirements in
    drm_mode_config_funcs.mode_valid
  drm/mgag200: Split up connector's mode_valid helper

 drivers/gpu/drm/drm_probe_helper.c     |  36 ++++
 drivers/gpu/drm/mgag200/mgag200_drv.h  |  13 +-
 drivers/gpu/drm/mgag200/mgag200_i2c.c  |  32 ++-
 drivers/gpu/drm/mgag200/mgag200_mode.c | 259 +++++++++++--------------
 include/drm/drm_probe_helper.h         |   2 +
 5 files changed, 169 insertions(+), 173 deletions(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-06-07  9:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16 13:43 [PATCH v3 0/7] drm/mgag200: Various cleanups Thomas Zimmermann
2022-05-16 13:43 ` [PATCH v3 1/7] drm/mgag200: Acquire I/O lock while reading EDID Thomas Zimmermann
2022-05-16 13:43 ` [PATCH v3 2/7] drm/mgag200: Fail on I2C initialization errors Thomas Zimmermann
2022-05-16 13:43 ` [PATCH v3 3/7] drm/mgag200: Implement connector's get_modes with helper Thomas Zimmermann
2022-06-07  9:41   ` Jani Nikula
2022-05-16 13:43 ` [PATCH v3 4/7] drm/mgag200: Switch I2C code to managed cleanup Thomas Zimmermann
2022-05-16 13:43 ` [PATCH v3 5/7] drm/mgag200: Remove struct mga_connector Thomas Zimmermann
2022-05-16 13:43 ` [PATCH v3 6/7] drm/mgag200: Test memory requirements in drm_mode_config_funcs.mode_valid Thomas Zimmermann
2022-05-16 13:43 ` [PATCH v3 7/7] drm/mgag200: Split up connector's mode_valid helper Thomas Zimmermann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.