mbox series

[0/3] Fixes to bridge/panel and ingenic-drm

Message ID 20210117112646.98353-1-paul@crapouillou.net (mailing list archive)
Headers show
Series Fixes to bridge/panel and ingenic-drm | expand

Message

Paul Cercueil Jan. 17, 2021, 11:26 a.m. UTC
Hi,

Here are three independent fixes. The first one addresses a
use-after-free in bridge/panel.c; the second one addresses a
use-after-free in the ingenic-drm driver; finally, the third one makes
the ingenic-drm driver work again on older Ingenic SoCs.

Cheers,
-Paul

Paul Cercueil (3):
  drm: bridge/panel: Cleanup connector on bridge detach
  drm/ingenic: Register devm action to cleanup encoders
  drm/ingenic: Fix non-OSD mode

 drivers/gpu/drm/bridge/panel.c            |  4 ++++
 drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 21 +++++++++++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)