Re: [PATCH] drm/nouveau: Remove support for legacy contexts/buffers

2023-01-13 Thread Thomas Zimmermann
Am 13.01.23 um 01:07 schrieb Karol Herbst: On Thu, Jan 12, 2023 at 2:39 PM Thomas Zimmermann wrote: Remove nouveau's support for legacy contexts and buffers. It was required by libdrm earlier than 2.4.33, released in March 2012. A previous attempt in 2013 to remove the functionality [1] had

Re: [PATCH] drm/nouveau: Remove support for legacy contexts/buffers

2023-01-12 Thread Karol Herbst
On Thu, Jan 12, 2023 at 2:39 PM Thomas Zimmermann wrote: > > Remove nouveau's support for legacy contexts and buffers. It was > required by libdrm earlier than 2.4.33, released in March 2012. A > previous attempt in 2013 to remove the functionality [1] had to be > reverted [2] as there were still

Re: [PATCH] drm/nouveau: Remove support for legacy contexts/buffers

2023-01-12 Thread Thomas Zimmermann
If this patch gets accepted, I'd like to merge it via drm-misc-next together with the legacy-driver removal patches. Am 12.01.23 um 14:38 schrieb Thomas Zimmermann: Remove nouveau's support for legacy contexts and buffers. It was required by libdrm earlier than 2.4.33, released in March 2012. A

[PATCH] drm/nouveau: Remove support for legacy contexts/buffers

2023-01-12 Thread Thomas Zimmermann
Remove nouveau's support for legacy contexts and buffers. It was required by libdrm earlier than 2.4.33, released in March 2012. A previous attempt in 2013 to remove the functionality [1] had to be reverted [2] as there were still users left. Libdrm 2.4.33 is now almost 11 years old and it is time