All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] drm/gud: Add some more pixel formats
@ 2021-09-29 19:11 Noralf Trønnes
  2021-09-29 19:11 ` [PATCH v3 1/6] drm/fourcc: Add R8 to drm_format_info Noralf Trønnes
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Noralf Trønnes @ 2021-09-29 19:11 UTC (permalink / raw)
  To: dri-devel; +Cc: peter, Noralf Trønnes

Hi,

I'd appreciate if someone could review the 3 small driver patches.

Changes since version 2:
- Drop the patch adding module parameter 'xrgb8888'. Both Daniel and
Thomas had some comments that eventually led me to to drop this for now.

Noralf.


Noralf Trønnes (6):
  drm/fourcc: Add R8 to drm_format_info
  drm/format-helper: Add drm_fb_xrgb8888_to_rgb332()
  drm/format-helper: Add drm_fb_xrgb8888_to_rgb888()
  drm/gud: Add GUD_PIXEL_FORMAT_R8
  drm/gud: Add GUD_PIXEL_FORMAT_RGB332
  drm/gud: Add GUD_PIXEL_FORMAT_RGB888

 drivers/gpu/drm/drm_format_helper.c | 88 +++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_fourcc.c        |  1 +
 drivers/gpu/drm/gud/gud_drv.c       |  6 ++
 drivers/gpu/drm/gud/gud_internal.h  | 12 ++++
 drivers/gpu/drm/gud/gud_pipe.c      |  6 ++
 include/drm/drm_format_helper.h     |  4 ++
 include/drm/gud.h                   |  6 +-
 7 files changed, 121 insertions(+), 2 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2021-10-01 13:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 19:11 [PATCH v3 0/6] drm/gud: Add some more pixel formats Noralf Trønnes
2021-09-29 19:11 ` [PATCH v3 1/6] drm/fourcc: Add R8 to drm_format_info Noralf Trønnes
2021-09-29 19:11 ` [PATCH v3 2/6] drm/format-helper: Add drm_fb_xrgb8888_to_rgb332() Noralf Trønnes
2021-09-29 19:11 ` [PATCH v3 3/6] drm/format-helper: Add drm_fb_xrgb8888_to_rgb888() Noralf Trønnes
2021-09-29 19:11 ` [PATCH v3 4/6] drm/gud: Add GUD_PIXEL_FORMAT_R8 Noralf Trønnes
2021-09-29 19:12 ` [PATCH v3 5/6] drm/gud: Add GUD_PIXEL_FORMAT_RGB332 Noralf Trønnes
2021-09-29 19:12 ` [PATCH v3 6/6] drm/gud: Add GUD_PIXEL_FORMAT_RGB888 Noralf Trønnes
2021-09-30  9:10 ` [PATCH v3 0/6] drm/gud: Add some more pixel formats Thomas Zimmermann
2021-10-01 13:02   ` Noralf Trønnes

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.