All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: javierm@redhat.com, geert@linux-m68k.org, airlied@linux.ie,
	daniel@ffwll.ch
Cc: Thomas Zimmermann <tzimmermann@suse.de>, dri-devel@lists.freedesktop.org
Subject: [PATCH v3 0/5] drm/simpledrm: Various improvements
Date: Mon,  1 Aug 2022 15:50:23 +0200	[thread overview]
Message-ID: <20220801135028.30647-1-tzimmermann@suse.de> (raw)

Patchset contains various improvements for simpledrm that were
implemented in preparation of adding another firmware graphics
driver. [1] Javier and Geert already reviewed the changes and
it was agreed that they could be merged independently.

We start with v3, as that's were we branch of the original
patches.

v3:
	* branch from ofdrm patches
	* fix stride calculation
	* fix usage of drm_atomic_helper_check_plane_state()
	* remove empty CRTC atomic_{enable,disable}

[1] https://patchwork.freedesktop.org/series/106538/

Thomas Zimmermann (5):
  drm/simpledrm: Remove mem field from device structure
  drm/simpledrm: Inline device-init helpers
  drm/simpledrm: Remove pdev field from device structure
  drm/simpledrm: Compute framebuffer stride if not set
  drm/simpledrm: Convert to atomic helpers

 drivers/gpu/drm/tiny/simpledrm.c | 559 ++++++++++++++++---------------
 1 file changed, 293 insertions(+), 266 deletions(-)


base-commit: 06ec37c2c220f7213b91af6148dbd5d772a171b1
-- 
2.37.1


             reply	other threads:[~2022-08-01 13:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 13:50 Thomas Zimmermann [this message]
2022-08-01 13:50 ` [PATCH v3 1/5] drm/simpledrm: Remove mem field from device structure Thomas Zimmermann
2022-08-01 13:50 ` [PATCH v3 2/5] drm/simpledrm: Inline device-init helpers Thomas Zimmermann
2022-08-01 13:50 ` [PATCH v3 3/5] drm/simpledrm: Remove pdev field from device structure Thomas Zimmermann
2022-08-01 13:50 ` [PATCH v3 4/5] drm/simpledrm: Compute framebuffer stride if not set Thomas Zimmermann
2022-08-01 13:50 ` [PATCH v3 5/5] drm/simpledrm: Convert to atomic helpers Thomas Zimmermann

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=20220801135028.30647-1-tzimmermann@suse.de \
    --to=tzimmermann@suse.de \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert@linux-m68k.org \
    --cc=javierm@redhat.com \
    /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 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.