Re: [PATCH 1/2] drm/panic: Do not select DRM_KMS_HELPER

2024-06-26 Thread Jocelyn Falempe
On 26/06/2024 10:41, Geert Uytterhoeven wrote: DRM core code cannot call into DRM helper code, as this would lead to circular references in the modular case. Hence drop the selection of DRM_KMS_HELPER. It was unused anyway, as v10 switched from using the DRM format helpers to its own color f

[PATCH 1/2] drm/panic: Do not select DRM_KMS_HELPER

2024-06-26 Thread Geert Uytterhoeven
DRM core code cannot call into DRM helper code, as this would lead to circular references in the modular case. Hence drop the selection of DRM_KMS_HELPER. It was unused anyway, as v10 switched from using the DRM format helpers to its own color format conversion, cfr. commit 9544309775c334c9 ("drm