Re: [PATCH 3/7] drm/msm: make it possible to disable KMS-related code.

2025-05-02 Thread Dmitry Baryshkov
On Wed, Apr 30, 2025 at 01:09:31PM -0700, Abhinav Kumar wrote: > > > On 4/13/2025 9:32 AM, Dmitry Baryshkov wrote: > > If the Adreno device is used in a headless mode, there is no need to > > build all KMS components. Build corresponding parts conditionally, only > > selecting them if modeset sup

Re: [PATCH 3/7] drm/msm: make it possible to disable KMS-related code.

2025-04-30 Thread Abhinav Kumar
On 4/13/2025 9:32 AM, Dmitry Baryshkov wrote: If the Adreno device is used in a headless mode, there is no need to build all KMS components. Build corresponding parts conditionally, only selecting them if modeset support is actually required. Signed-off-by: Dmitry Baryshkov --- drivers/gpu

[PATCH 3/7] drm/msm: make it possible to disable KMS-related code.

2025-04-13 Thread Dmitry Baryshkov
If the Adreno device is used in a headless mode, there is no need to build all KMS components. Build corresponding parts conditionally, only selecting them if modeset support is actually required. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/Kconfig | 14 ++ drivers/gpu/drm/