Under the early framebuffer framework, each process could independently refresh fb0/1/2. However, under the drm framework, a graphics server (such as weston) is usually used to draw the primary plane. At this point, if another process is used to refresh other planes, it will compete with weston for vblank, resulting in a decrease in the refresh frame rate. Is there any way to solve this kind of competition? I want to independently draw and refresh another plane.