All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] drm/udl: More fixes
@ 2022-08-16 15:36 ` Takashi Iwai
  0 siblings, 0 replies; 51+ messages in thread
From: Takashi Iwai @ 2022-08-16 15:36 UTC (permalink / raw)
  To: Thomas Zimmermann; +Cc: linux-kernel, dri-devel

Hi,

this patch set contains more fixes for UDL driver, to be applied on
top of my previous patch set [*].  It covers the PM problems,
regressions in the previous patch set, fixes for the stalls on some
systems, as well as more hardening.


Takashi

[*] https://lore.kernel.org/r/20220804075826.27036-1-tiwai@suse.de

===

Takashi Iwai (8):
  Revert "drm/udl: Kill pending URBs at suspend and disconnect"
  drm/udl: Suppress error print for -EPROTO at URB completion
  drm/udl: Increase the default URB list size to 20
  drm/udl: Drop unneeded alignment
  drm/udl: Fix potential URB leaks
  drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()
  drm/udl: Don't re-initialize stuff at retrying the URB list allocation
  drm/udl: Sync pending URBs at the end of suspend

Thomas Zimmermann (4):
  drm/udl: Restore display mode on resume
  drm/udl: Add reset_resume
  drm/udl: Enable damage clipping
  drm/udl: Add parameter to set number of URBs

 drivers/gpu/drm/udl/udl_drv.c      | 19 +++++-
 drivers/gpu/drm/udl/udl_drv.h      | 13 +---
 drivers/gpu/drm/udl/udl_main.c     | 97 +++++++++++++++---------------
 drivers/gpu/drm/udl/udl_modeset.c  | 42 ++++---------
 drivers/gpu/drm/udl/udl_transfer.c | 45 ++------------
 5 files changed, 86 insertions(+), 130 deletions(-)

-- 
2.35.3


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

end of thread, other threads:[~2022-09-07 17:02 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 15:36 [PATCH 00/12] drm/udl: More fixes Takashi Iwai
2022-08-16 15:36 ` Takashi Iwai
2022-08-16 15:36 ` [PATCH 01/12] drm/udl: Restore display mode on resume Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-06 20:06   ` Daniel Vetter
2022-09-06 20:06     ` Daniel Vetter
2022-09-07  5:51     ` Takashi Iwai
2022-09-07  5:51       ` Takashi Iwai
2022-09-07 17:01       ` Daniel Vetter
2022-09-07 17:01         ` Daniel Vetter
2022-08-16 15:36 ` [PATCH 02/12] drm/udl: Add reset_resume Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-08-16 15:36 ` [PATCH 03/12] drm/udl: Enable damage clipping Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-08-16 15:36 ` [PATCH 04/12] Revert "drm/udl: Kill pending URBs at suspend and disconnect" Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-05  8:07   ` Thomas Zimmermann
2022-08-16 15:36 ` [PATCH 05/12] drm/udl: Suppress error print for -EPROTO at URB completion Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-08-16 15:36 ` [PATCH 06/12] drm/udl: Increase the default URB list size to 20 Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-05  8:08   ` Thomas Zimmermann
2022-09-05  8:08     ` Thomas Zimmermann
2022-08-16 15:36 ` [PATCH 07/12] drm/udl: Add parameter to set number of URBs Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-05  8:09   ` Thomas Zimmermann
2022-09-05  8:09     ` Thomas Zimmermann
2022-08-16 15:36 ` [PATCH 08/12] drm/udl: Drop unneeded alignment Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-05  8:40   ` Thomas Zimmermann
2022-09-05  8:40     ` Thomas Zimmermann
2022-09-05 12:50     ` Takashi Iwai
2022-09-05 12:50       ` Takashi Iwai
2022-08-16 15:36 ` [PATCH 09/12] drm/udl: Fix potential URB leaks Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-05  8:16   ` Thomas Zimmermann
2022-08-16 15:36 ` [PATCH 10/12] drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list() Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-05  8:32   ` Thomas Zimmermann
2022-09-05  8:32     ` Thomas Zimmermann
2022-09-05 12:56     ` Takashi Iwai
2022-09-05 12:56       ` Takashi Iwai
2022-08-16 15:36 ` [PATCH 11/12] drm/udl: Don't re-initialize stuff at retrying the URB list allocation Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-05  8:42   ` Thomas Zimmermann
2022-09-05  8:42     ` Thomas Zimmermann
2022-08-16 15:36 ` [PATCH 12/12] drm/udl: Sync pending URBs at the end of suspend Takashi Iwai
2022-08-16 15:36   ` Takashi Iwai
2022-09-05  8:44   ` Thomas Zimmermann
2022-09-05 13:00     ` Takashi Iwai
2022-09-05 13:00       ` Takashi Iwai

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.