dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] drm/ast: Connector cleanups and polling
@ 2022-06-07  9:20 Thomas Zimmermann
  2022-06-07  9:20 ` [PATCH v3 1/5] drm/ast: Support multiple outputs Thomas Zimmermann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Zimmermann @ 2022-06-07  9:20 UTC (permalink / raw)
  To: airlied, kuohsiang_chou, airlied, patrik.r.jakobsson, daniel,
	maarten.lankhorst, mripard
  Cc: Thomas Zimmermann, dri-devel

Various cleanups to ast's connector code. Simplifies the code, adds
support for using VGA and ASTDP connectors at the same time, and
initializes polling of the connector status.

Patch 1 was first posted at [1], so this patchset starts at version
2. The implementation of detect_ctx in patch 3 has been added to DRM
helpers as it will be useful for other drivers, such as mgag200 and
udl.

v3:
	* clarify docs for .detext_ctx helper (Patrik)
	* use macros for TX-chip BITS() (Patrik)

Thomas Zimmermann (5):
  drm/ast: Support multiple outputs
  drm/ast: Fix updating the connector's EDID property
  drm/ast: Support output polling
  drm/ast: Fail probing if DCC channel could not be initialized
  drm/ast: Remove struct ast_{vga,sil164}_connector

 drivers/gpu/drm/ast/ast_dp.c       |   5 +-
 drivers/gpu/drm/ast/ast_dp501.c    |   2 +-
 drivers/gpu/drm/ast/ast_drv.h      |  35 ++----
 drivers/gpu/drm/ast/ast_i2c.c      |   7 +-
 drivers/gpu/drm/ast/ast_main.c     |  21 ++--
 drivers/gpu/drm/ast/ast_mode.c     | 165 ++++++++++-------------------
 drivers/gpu/drm/ast/ast_post.c     |   2 +-
 drivers/gpu/drm/drm_probe_helper.c |  40 +++++++
 include/drm/drm_probe_helper.h     |   3 +
 9 files changed, 126 insertions(+), 154 deletions(-)


base-commit: 6034ccb11971698ace6b3af2f6ac02de120a2dc2
-- 
2.36.1


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  9:20 [PATCH v3 0/5] drm/ast: Connector cleanups and polling Thomas Zimmermann
2022-06-07  9:20 ` [PATCH v3 1/5] drm/ast: Support multiple outputs Thomas Zimmermann
2022-06-07  9:20 ` [PATCH v3 2/5] drm/ast: Fix updating the connector's EDID property Thomas Zimmermann
2022-06-07  9:20 ` [PATCH v3 3/5] drm/ast: Support output polling Thomas Zimmermann
2022-06-07  9:20 ` [PATCH v3 4/5] drm/ast: Fail probing if DCC channel could not be initialized Thomas Zimmermann
2022-06-07  9:20 ` [PATCH v3 5/5] drm/ast: Remove struct ast_{vga,sil164}_connector Thomas Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).