dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/vkms: Minor Improvements
@ 2023-05-15 13:52 Maíra Canal
  2023-05-15 13:52 ` [PATCH 1/3] drm/vkms: Reduce critical section Maíra Canal
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Maíra Canal @ 2023-05-15 13:52 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, Rodrigo Siqueira, Melissa Wen,
	Haneen Mohammed, Arthur Grillo
  Cc: Maíra Canal, dri-devel

This series addresses some minor improvements to the writeback
functionality. The first patch intends to reduce the critical section
of a spinlock by removing assignments that don't need to be protected
by a lock. The second patch enables the support for ARGB8888 on the
writeback. Finally, the third patch refactors the pixel conversion
functions of the writeback functionality. This patch is a follow-up of
a previous patchset [1], in which Melissa suggested to apply the same
refactor to the writeback pixel conversion functions.

[1] https://lore.kernel.org/dri-devel/20230418130525.128733-1-mcanal@igalia.com/T/

Best Regards,
- Maíra

Maíra Canal (3):
  drm/vkms: Reduce critical section
  drm/vkms: Enable ARGB8888 support for writeback
  drm/vkms: Isolate writeback pixel conversion functions

 drivers/gpu/drm/vkms/vkms_composer.c  |   4 +-
 drivers/gpu/drm/vkms/vkms_drv.h       |   4 +-
 drivers/gpu/drm/vkms/vkms_formats.c   | 140 +++++++++++---------------
 drivers/gpu/drm/vkms/vkms_formats.h   |   2 +-
 drivers/gpu/drm/vkms/vkms_writeback.c |   9 +-
 5 files changed, 68 insertions(+), 91 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-05-16 19:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-15 13:52 [PATCH 0/3] drm/vkms: Minor Improvements Maíra Canal
2023-05-15 13:52 ` [PATCH 1/3] drm/vkms: Reduce critical section Maíra Canal
2023-05-15 13:52 ` [PATCH 2/3] drm/vkms: Enable ARGB8888 support for writeback Maíra Canal
2023-05-15 13:52 ` [PATCH 3/3] drm/vkms: Isolate writeback pixel conversion functions Maíra Canal
2023-05-16 19:40 ` [PATCH 0/3] drm/vkms: Minor Improvements Arthur Grillo Queiroz Cabral

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).