All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] drm/simpledrm: Various improvements
@ 2022-08-01 13:50 Thomas Zimmermann
  2022-08-01 13:50 ` [PATCH v3 1/5] drm/simpledrm: Remove mem field from device structure Thomas Zimmermann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Zimmermann @ 2022-08-01 13:50 UTC (permalink / raw)
  To: javierm, geert, airlied, daniel; +Cc: Thomas Zimmermann, dri-devel

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


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

end of thread, other threads:[~2022-08-01 14:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 13:50 [PATCH v3 0/5] drm/simpledrm: Various improvements Thomas Zimmermann
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

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.