Re: [PATCH v2 10/11] drm/msm: enable separate binding of GPU and display devices

2025-05-07 Thread Dmitry Baryshkov
On Wed, 7 May 2025 at 19:43, Rob Clark wrote: > > On Sat, May 3, 2025 at 12:17 AM Dmitry Baryshkov > wrote: > > > > There are cases when we want to have separate DRM devices for GPU and > > display pipelines. > > One example is development, when it is beneficial to be able to bind the > > GPU dri

Re: [PATCH v2 10/11] drm/msm: enable separate binding of GPU and display devices

2025-05-07 Thread Rob Clark
On Sat, May 3, 2025 at 12:17 AM Dmitry Baryshkov wrote: > > There are cases when we want to have separate DRM devices for GPU and > display pipelines. > One example is development, when it is beneficial to be able to bind the > GPU driver separately, without the display pipeline (and without the >

[PATCH v2 10/11] drm/msm: enable separate binding of GPU and display devices

2025-05-03 Thread Dmitry Baryshkov
There are cases when we want to have separate DRM devices for GPU and display pipelines. One example is development, when it is beneficial to be able to bind the GPU driver separately, without the display pipeline (and without the hacks adding "amd,imageon" to the compatible string). Another exampl