All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hsia-Jun Li <randy.li@synaptics.com>
To: dri-devel@lists.freedesktop.org
Cc: airlied@linux.ie, ayaka@soulik.info,
	sakari.ailus@linux.intel.com, ezequiel@vanguardiasur.com.ar,
	tzimmermann@suse.de, linux-kernel@vger.kernel.org,
	laurent.pinchart@ideasonboard.com, mchehab@kernel.org,
	tfiga@chromium.org, mripard@kernel.org, ribalda@chromium.org,
	maarten.lankhorst@linux.intel.com, linux-media@vger.kernel.org,
	sebastian.hesselbarth@gmail.com, helen.koike@collabora.com,
	nicolas@ndufresne.ca, linux-arm-kernel@lists.infradead.org,
	Hsia-Jun Li <randy.li@synaptics.com>
Subject: [PATCH v5 0/2] Add pixel formats used in Synatpics SoC
Date: Wed, 30 Nov 2022 17:21:47 +0800	[thread overview]
Message-ID: <20221130092149.102788-1-randy.li@synaptics.com> (raw)

Those pixel formats are used in Synaptics's VideoSmart series SoCs,
likes VS640, VS680. I just disclose the pixel formats used in the video
codecs and display pipeline this time. Actually any device connected to
the MTR module could support those tiling and compressed pixel formats.

https://synaptics.com/products/multimedia-solutions

Changelog:
v5:
Moving back the document and rewriting the description.
v4:
Removed the patches for V4L2, V4L2 would use the drm_fourcc.h .
Moving the documents to the mesa project.
v3:
There was a mistake in format macro.
Correcting the description of 64L4 variant modifiers.
v2:
The DRM modifiers in the first draft is too simple, it can't tell
the tiles in group attribute in memory layout.
Removing the v4l2 fourcc. Adding a document for the future v4l2 extended
fmt.
v1:
first draft of DRM modifiers
Try to put basic tile formats into v4l2 fourcc

Hsia-Jun(Randy) Li (1):
  drm/fourcc: Add Synaptics VideoSmart tiled modifiers

Randy Li (1):
  Documentation/gpu: Add Synaptics tiling formats documentation

 Documentation/gpu/drivers.rst   |   1 +
 Documentation/gpu/synaptics.rst | 104 ++++++++++++++++++++++++++++++++
 include/uapi/drm/drm_fourcc.h   |  76 +++++++++++++++++++++++
 3 files changed, 181 insertions(+)
 create mode 100644 Documentation/gpu/synaptics.rst

-- 
2.37.3


WARNING: multiple messages have this Message-ID (diff)
From: Hsia-Jun Li <randy.li@synaptics.com>
To: dri-devel@lists.freedesktop.org
Cc: nicolas@ndufresne.ca, sakari.ailus@linux.intel.com,
	airlied@linux.ie, ayaka@soulik.info,
	linux-kernel@vger.kernel.org, tfiga@chromium.org,
	Hsia-Jun Li <randy.li@synaptics.com>,
	helen.koike@collabora.com, linux-media@vger.kernel.org,
	ezequiel@vanguardiasur.com.ar, tzimmermann@suse.de,
	ribalda@chromium.org, sebastian.hesselbarth@gmail.com,
	mchehab@kernel.org, linux-arm-kernel@lists.infradead.org,
	laurent.pinchart@ideasonboard.com
Subject: [PATCH v5 0/2] Add pixel formats used in Synatpics SoC
Date: Wed, 30 Nov 2022 17:21:47 +0800	[thread overview]
Message-ID: <20221130092149.102788-1-randy.li@synaptics.com> (raw)

Those pixel formats are used in Synaptics's VideoSmart series SoCs,
likes VS640, VS680. I just disclose the pixel formats used in the video
codecs and display pipeline this time. Actually any device connected to
the MTR module could support those tiling and compressed pixel formats.

https://synaptics.com/products/multimedia-solutions

Changelog:
v5:
Moving back the document and rewriting the description.
v4:
Removed the patches for V4L2, V4L2 would use the drm_fourcc.h .
Moving the documents to the mesa project.
v3:
There was a mistake in format macro.
Correcting the description of 64L4 variant modifiers.
v2:
The DRM modifiers in the first draft is too simple, it can't tell
the tiles in group attribute in memory layout.
Removing the v4l2 fourcc. Adding a document for the future v4l2 extended
fmt.
v1:
first draft of DRM modifiers
Try to put basic tile formats into v4l2 fourcc

Hsia-Jun(Randy) Li (1):
  drm/fourcc: Add Synaptics VideoSmart tiled modifiers

Randy Li (1):
  Documentation/gpu: Add Synaptics tiling formats documentation

 Documentation/gpu/drivers.rst   |   1 +
 Documentation/gpu/synaptics.rst | 104 ++++++++++++++++++++++++++++++++
 include/uapi/drm/drm_fourcc.h   |  76 +++++++++++++++++++++++
 3 files changed, 181 insertions(+)
 create mode 100644 Documentation/gpu/synaptics.rst

-- 
2.37.3


WARNING: multiple messages have this Message-ID (diff)
From: Hsia-Jun Li <randy.li@synaptics.com>
To: dri-devel@lists.freedesktop.org
Cc: airlied@linux.ie, ayaka@soulik.info,
	sakari.ailus@linux.intel.com, ezequiel@vanguardiasur.com.ar,
	tzimmermann@suse.de, linux-kernel@vger.kernel.org,
	laurent.pinchart@ideasonboard.com, mchehab@kernel.org,
	tfiga@chromium.org, mripard@kernel.org, ribalda@chromium.org,
	maarten.lankhorst@linux.intel.com, linux-media@vger.kernel.org,
	sebastian.hesselbarth@gmail.com, helen.koike@collabora.com,
	nicolas@ndufresne.ca, linux-arm-kernel@lists.infradead.org,
	Hsia-Jun Li <randy.li@synaptics.com>
Subject: [PATCH v5 0/2] Add pixel formats used in Synatpics SoC
Date: Wed, 30 Nov 2022 17:21:47 +0800	[thread overview]
Message-ID: <20221130092149.102788-1-randy.li@synaptics.com> (raw)

Those pixel formats are used in Synaptics's VideoSmart series SoCs,
likes VS640, VS680. I just disclose the pixel formats used in the video
codecs and display pipeline this time. Actually any device connected to
the MTR module could support those tiling and compressed pixel formats.

https://synaptics.com/products/multimedia-solutions

Changelog:
v5:
Moving back the document and rewriting the description.
v4:
Removed the patches for V4L2, V4L2 would use the drm_fourcc.h .
Moving the documents to the mesa project.
v3:
There was a mistake in format macro.
Correcting the description of 64L4 variant modifiers.
v2:
The DRM modifiers in the first draft is too simple, it can't tell
the tiles in group attribute in memory layout.
Removing the v4l2 fourcc. Adding a document for the future v4l2 extended
fmt.
v1:
first draft of DRM modifiers
Try to put basic tile formats into v4l2 fourcc

Hsia-Jun(Randy) Li (1):
  drm/fourcc: Add Synaptics VideoSmart tiled modifiers

Randy Li (1):
  Documentation/gpu: Add Synaptics tiling formats documentation

 Documentation/gpu/drivers.rst   |   1 +
 Documentation/gpu/synaptics.rst | 104 ++++++++++++++++++++++++++++++++
 include/uapi/drm/drm_fourcc.h   |  76 +++++++++++++++++++++++
 3 files changed, 181 insertions(+)
 create mode 100644 Documentation/gpu/synaptics.rst

-- 
2.37.3


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-11-30  9:22 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30  9:21 Hsia-Jun Li [this message]
2022-11-30  9:21 ` [PATCH v5 0/2] Add pixel formats used in Synatpics SoC Hsia-Jun Li
2022-11-30  9:21 ` Hsia-Jun Li
2022-11-30  9:21 ` [PATCH v5 1/2] drm/fourcc: Add Synaptics VideoSmart tiled modifiers Hsia-Jun Li
2022-11-30  9:21   ` Hsia-Jun Li
2022-11-30  9:21   ` Hsia-Jun Li
2022-11-30 11:30   ` Daniel Vetter
2022-11-30 11:30     ` Daniel Vetter
2022-11-30 11:30     ` Daniel Vetter
2022-11-30 16:49     ` Randy Li
2022-11-30 16:49       ` Randy Li
2022-11-30 16:49       ` Randy Li
2022-12-01  9:38       ` Daniel Vetter
2022-12-01  9:38         ` Daniel Vetter
2022-12-01  9:38         ` Daniel Vetter
2022-12-01 13:59         ` Randy Li
2022-12-01 13:59           ` Randy Li
2022-12-01 13:59           ` Randy Li
2022-11-30  9:21 ` [PATCH v5 2/2] Documentation/gpu: Add Synaptics tiling formats documentation Hsia-Jun Li
2022-11-30  9:21   ` Hsia-Jun Li
2022-11-30  9:21   ` Hsia-Jun Li
2022-12-01  7:25   ` kernel test robot
2022-12-01  7:25     ` kernel test robot
2022-12-01  7:25     ` kernel test robot

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=20221130092149.102788-1-randy.li@synaptics.com \
    --to=randy.li@synaptics.com \
    --cc=airlied@linux.ie \
    --cc=ayaka@soulik.info \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=helen.koike@collabora.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mchehab@kernel.org \
    --cc=mripard@kernel.org \
    --cc=nicolas@ndufresne.ca \
    --cc=ribalda@chromium.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=tfiga@chromium.org \
    --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 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.