Re: [PATCH v2] drm: add modifiers for MediaTek tiled formats

2025-01-24 Thread Daniel Stone
Heya, On Fri, 24 Jan 2025 at 08:42, Erik Faye-Lund wrote: > On Thu, 2025-01-09 at 13:14 +, Daniel Stone wrote: > > Thanks, this is: > > Reviewed-by: Daniel Stone > > > > I can push into drm-misc as well, but give me a bit to get dim set up > > again. > > This is not yet in drm-misc, my under

Re: [PATCH v2] drm: add modifiers for MediaTek tiled formats

2025-01-24 Thread Erik Faye-Lund
On Thu, 2025-01-09 at 13:14 +, Daniel Stone wrote: > Hi Eric, > > On Thu, 19 Dec 2024 at 17:49, wrote: > > MediaTek (MTK) uses some unique tiled memory formats > > for video decoding. Add these to the uapi drm_fourcc.h > > so that we can use them in Mesa, GStreamer, and other > > tools/librar

Re: [PATCH v2] drm: add modifiers for MediaTek tiled formats

2025-01-09 Thread Daniel Stone
Hi Eric, On Thu, 19 Dec 2024 at 17:49, wrote: > MediaTek (MTK) uses some unique tiled memory formats > for video decoding. Add these to the uapi drm_fourcc.h > so that we can use them in Mesa, GStreamer, and other > tools/libraries. Thanks, this is: Reviewed-by: Daniel Stone I can push into dr

[PATCH v2] drm: add modifiers for MediaTek tiled formats

2024-12-19 Thread eric . smith
From: "Eric R. Smith" MediaTek (MTK) uses some unique tiled memory formats for video decoding. Add these to the uapi drm_fourcc.h so that we can use them in Mesa, GStreamer, and other tools/libraries. v2: - Classify the modifier bits into categories and provide room for expansion (Daniel S.)