<div dir="ltr"><div>git send-email (or rather the way it sends email) has been banned by gmail due to being considered unsecure. I don't plan to find a way to make it work and I don't plan to use a different email provider. It doesn't matter because I'll be the committer of this patch in our amd-staging-drm-next branch.<br></div><div><br></div><div>Let's talk about the concept and brokenness of DRM_FORMAT_MOD_LINEAR, not send-email.</div><div><br></div><div>Marek<br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sun, Dec 15, 2024 at 9:08 PM Joshua Ashton <<a href="mailto:joshua@froggi.es">joshua@froggi.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Not really for my benefit, more that it's the proper thing to do if you <br>
want anyone to apply your patch.<br>
<br>
You should really just be using git send-email.<br>
<br>
On 12/15/24 11:57 PM, Marek Olšák wrote:<br>
> Only for you: Attached.<br>
> <br>
> Marek<br>
> <br>
> On Sun, Dec 15, 2024 at 6:37 PM Joshua Ashton <<a href="mailto:joshua@froggi.es" target="_blank">joshua@froggi.es</a> <br>
> <mailto:<a href="mailto:joshua@froggi.es" target="_blank">joshua@froggi.es</a>>> wrote:<br>
> <br>
>     You should just re-send the whole patch, probably.<br>
> <br>
>     On 12/15/24 8:54 PM, Marek Olšák wrote:<br>
>      > Missed 2 lines from the diff:<br>
>      ><br>
>      > +#define DRM_FORMAT_MOD_LINEAR_PITCH_ALIGN_128B<br>
>     fourcc_mod_code(NONE, 2)<br>
>      > +#define DRM_FORMAT_MOD_LINEAR_PITCH_ALIGN_256B<br>
>     fourcc_mod_code(NONE, 3)<br>
>      ><br>
>      > Marek<br>
>      ><br>
>      > On Sun, Dec 15, 2024 at 3:53 PM Marek Olšák <<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a><br>
>     <mailto:<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a>><br>
>      > <mailto:<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a> <mailto:<a href="mailto:maraeo@gmail.com" target="_blank">maraeo@gmail.com</a>>>> wrote:<br>
>      ><br>
>      >     The comment explains the problem with DRM_FORMAT_MOD_LINEAR.<br>
>      ><br>
>      >     Signed-off-by: Marek Olšák <<a href="mailto:marek.olsak@amd.com" target="_blank">marek.olsak@amd.com</a><br>
>     <mailto:<a href="mailto:marek.olsak@amd.com" target="_blank">marek.olsak@amd.com</a>><br>
>      >     <mailto:<a href="mailto:marek.olsak@amd.com" target="_blank">marek.olsak@amd.com</a> <mailto:<a href="mailto:marek.olsak@amd.com" target="_blank">marek.olsak@amd.com</a>>>><br>
>      ><br>
>      >     diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/<br>
>      >     drm_fourcc.h<br>
>      >     index 78abd819fd62e..8ec4163429014 100644<br>
>      >     --- a/include/uapi/drm/drm_fourcc.h<br>
>      >     +++ b/include/uapi/drm/drm_fourcc.h<br>
>      >     @@ -484,9 +484,27 @@ extern "C" {<br>
>      >        * modifier (e.g. not setting DRM_MODE_FB_MODIFIERS in the<br>
>      >     DRM_ADDFB2 ioctl),<br>
>      >        * which tells the driver to also take driver-internal<br>
>     information<br>
>      >     into account<br>
>      >        * and so might actually result in a tiled framebuffer.<br>
>      >     + *<br>
>      >     + * WARNING:<br>
>      >     + * There are drivers out there that expose<br>
>     DRM_FORMAT_MOD_LINEAR,<br>
>      >     but only<br>
>      >     + * support a certain pitch alignment and can't import images<br>
>     with<br>
>      >     this modifier<br>
>      >     + * if the pitch alignment isn't exactly the one supported.<br>
>     They can<br>
>      >     however<br>
>      >     + * allocate images with this modifier and other drivers can<br>
>     import<br>
>      >     them only<br>
>      >     + * if they support the same pitch alignment. Thus,<br>
>      >     DRM_FORMAT_MOD_LINEAR is<br>
>      >     + * fundamentically incompatible across devices and is the only<br>
>      >     modifier that<br>
>      >     + * has a chance of not working. The PITCH_ALIGN modifiers<br>
>     should be<br>
>      >     used<br>
>      >     + * instead.<br>
>      >        */<br>
>      >       #define DRM_FORMAT_MOD_LINEAR  fourcc_mod_code(NONE, 0)<br>
>      ><br>
>      >     +/* Linear layout modifiers with an explicit pitch alignment<br>
>     in bytes.<br>
>      >     + * Exposing this modifier requires that the pitch alignment<br>
>     is exactly<br>
>      >     + * the number in the definition.<br>
>      >     + */<br>
>      >     +#define DRM_FORMAT_MOD_LINEAR_PITCH_ALIGN_64B<br>
>     fourcc_mod_code(NONE, 1)<br>
>      ><br>
> <br>
>     - Joshie 🐸✨<br>
> <br>
<br>
- Joshie 🐸✨<br>
<br>
</blockquote></div>