Re: [PATCH drm-next v2] drm/hyperv: Replace simple-KMS with regular atomic helpers

2025-04-27 Thread Javier Martinez Canillas
Ryosuke Yasuoka writes: Hello Ryosuke, > Hi Javier, > > On Fri, Apr 25, 2025 at 4:15 PM Javier Martinez Canillas > wrote: >> >> Ryosuke Yasuoka writes: >> >> Hello Ryosuke, >> >> > Drop simple-KMS in favor of regular atomic helpers to make the code more >> > modular. The simple-KMS helper mix

Re: [PATCH drm-next v2] drm/hyperv: Replace simple-KMS with regular atomic helpers

2025-04-26 Thread Ryosuke Yasuoka
Hi Javier, On Fri, Apr 25, 2025 at 4:15 PM Javier Martinez Canillas wrote: > > Ryosuke Yasuoka writes: > > Hello Ryosuke, > > > Drop simple-KMS in favor of regular atomic helpers to make the code more > > modular. The simple-KMS helper mix up plane and CRTC state, so it is > > obsolete and shoul

Re: [PATCH drm-next v2] drm/hyperv: Replace simple-KMS with regular atomic helpers

2025-04-25 Thread Javier Martinez Canillas
Ryosuke Yasuoka writes: Hello Ryosuke, > Drop simple-KMS in favor of regular atomic helpers to make the code more > modular. The simple-KMS helper mix up plane and CRTC state, so it is > obsolete and should go away [1]. Since it just split the simple-pipe > functions into per-plane and per-CRTC,

[PATCH drm-next v2] drm/hyperv: Replace simple-KMS with regular atomic helpers

2025-04-24 Thread Ryosuke Yasuoka
Drop simple-KMS in favor of regular atomic helpers to make the code more modular. The simple-KMS helper mix up plane and CRTC state, so it is obsolete and should go away [1]. Since it just split the simple-pipe functions into per-plane and per-CRTC, no functional changes is expected. [1] https://l