mbox series

[0/3] ast cleanups

Message ID 20200611082809.7838-1-tzimmermann@suse.de (mailing list archive)
Headers show
Series ast cleanups | expand

Message

Thomas Zimmermann June 11, 2020, 8:28 a.m. UTC
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.

Thomas Zimmermann (3):
  drm/ast: Remove unused code paths for AST 1180
  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   |   1 -
 drivers/gpu/drm/ast/ast_drv.h   |   7 +-
 drivers/gpu/drm/ast/ast_main.c  | 115 +++++++++++++++-----------------
 drivers/gpu/drm/ast/ast_mode.c  |  59 +++++++---------
 drivers/gpu/drm/ast/ast_post.c  |  28 ++++----
 drivers/gpu/drm/ast/ast_ttm.c   |   2 +-
 7 files changed, 107 insertions(+), 129 deletions(-)

--
2.26.2