mbox series

[0/3] drm/ast: Various fixes

Message ID 20250324094520.192974-1-tzimmermann@suse.de (mailing list archive)
Headers show
Series drm/ast: Various fixes | expand

Message

Thomas Zimmermann March 24, 2025, 9:44 a.m. UTC
Three small fixes for ast to resolve a few minor issues. Tested on
AST2600 hardware.

Thomas Zimmermann (3):
  drm/ast: Fix comment on modeset lock
  drm/ast: Remove vaddr field from struct ast_plane
  drm/ast: Validate display modes against framebuffer and format limits

 drivers/gpu/drm/ast/ast_cursor.c |  8 ++----
 drivers/gpu/drm/ast/ast_drv.h    |  4 +--
 drivers/gpu/drm/ast/ast_mode.c   | 49 +++++++++++++++++++-------------
 3 files changed, 35 insertions(+), 26 deletions(-)