Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Diogo Silva <diogompaissilva@gmail.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	 Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>,
	 Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	 Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	 David Airlie <airlied@gmail.com>,
	Simona Vetter <simona@ffwll.ch>,
	 Michal Simek <michal.simek@amd.com>
Cc: dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	 linux-kernel@vger.kernel.org,
	Diogo Silva <diogompaissilva@gmail.com>
Subject: [PATCH 0/2] drm/xlnx/zynqmp_dpsub: improve usage of drm encoder
Date: Tue, 07 Jul 2026 17:33:25 +0200	[thread overview]
Message-ID: <20260707-xlnx-simple-v1-0-df50c6665b02@gmail.com> (raw)

This series addresses two things:
 - Remove the usage of the deprecated drm_simple_encoder_init on the
   zynqmp_dpsub driver, substituting by drm_encoder_init
 - Add a return value check for the drm_encoder_init, preventing a
   potentially uninitialized encoder being cleaned up

Signed-off-by: Diogo Silva <diogompaissilva@gmail.com>
---
Diogo Silva (2):
      drm/xlnx/zynqmp_dpsub: remove dependency on DRM simple helpers
      drm/xlnx/zynqmp_dpsub: check return value on drm_encoder_init

 drivers/gpu/drm/xlnx/zynqmp_kms.c | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
---
base-commit: 7a8782fa5da551a92ada0aca6f7dbadfc4c36da3
change-id: 20260707-xlnx-simple-12cd05c1d745

Best regards,
-- 
Diogo Silva <diogompaissilva@gmail.com>



             reply	other threads:[~2026-07-07 15:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-07 15:33 Diogo Silva [this message]
2026-07-07 15:33 ` [PATCH 1/2] drm/xlnx/zynqmp_dpsub: remove dependency on DRM simple helpers Diogo Silva
2026-07-07 15:33 ` [PATCH 2/2] drm/xlnx/zynqmp_dpsub: check return value on drm_encoder_init Diogo Silva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260707-xlnx-simple-v1-0-df50c6665b02@gmail.com \
    --to=diogompaissilva@gmail.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=michal.simek@amd.com \
    --cc=mripard@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tomi.valkeinen@ideasonboard.com \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox