dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ast cleanups
@ 2020-06-17  8:03 Thomas Zimmermann
  2020-06-17  8:03 ` [PATCH v2 1/4] drm/ast: Remove unused code paths for AST 1180 Thomas Zimmermann
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Thomas Zimmermann @ 2020-06-17  8:03 UTC (permalink / raw)
  To: airlied, daniel, sam, emil.velikov, kraxel, noralf, yc_chen
  Cc: Thomas Zimmermann, dri-devel

Ast still has to be converted to managed initialization, and embed the
DRM device in the ast structure. In preparation of these changes, add
some cleanups to the driver.

Tested on ast HW.

v2:
	* remove device tests from ast_pm_freeze() (Daniel)
	* convert WARN_*() (Sam)
	* typo fixes

Thomas Zimmermann (4):
  drm/ast: Remove unused code paths for AST 1180
  drm/ast: Remove test for device from ast_pm_freeze()
  drm/ast: Upcast from DRM device to ast structure via to_ast_private()
  drm/ast: Use per-device logging macros

 drivers/gpu/drm/ast/ast_dp501.c |  24 +++----
 drivers/gpu/drm/ast/ast_drv.c   |   4 --
 drivers/gpu/drm/ast/ast_drv.h   |   7 +-
 drivers/gpu/drm/ast/ast_main.c  | 115 +++++++++++++++-----------------
 drivers/gpu/drm/ast/ast_mode.c  |  73 ++++++++++----------
 drivers/gpu/drm/ast/ast_post.c  |  28 ++++----
 drivers/gpu/drm/ast/ast_ttm.c   |   2 +-
 7 files changed, 116 insertions(+), 137 deletions(-)

--
2.27.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-06-20 21:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17  8:03 [PATCH v2 0/4] ast cleanups Thomas Zimmermann
2020-06-17  8:03 ` [PATCH v2 1/4] drm/ast: Remove unused code paths for AST 1180 Thomas Zimmermann
2020-06-17  8:03 ` [PATCH v2 2/4] drm/ast: Remove test for device from ast_pm_freeze() Thomas Zimmermann
2020-06-20 21:11   ` Sam Ravnborg
2020-06-17  8:03 ` [PATCH v2 3/4] drm/ast: Upcast from DRM device to ast structure via to_ast_private() Thomas Zimmermann
2020-06-17  8:03 ` [PATCH v2 4/4] drm/ast: Use per-device logging macros 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).