Re: [PATCH] drm/i915/display: Allow async flips on planes with no framebuffer changes

2025-07-21 Thread Michel Dänzer
On 19.07.25 17:52, Ville Syrjälä wrote: > On Sat, Jul 19, 2025 at 02:16:22AM +0200, Xaver Hugl wrote: >> Am Do., 10. Juli 2025 um 22:21 Uhr schrieb Ville Syrjälä >> : >>> >>> On Mon, Jul 07, 2025 at 03:41:20PM +, Naveen Kumar wrote: Allow asynchronous page flips on planes that either lack

Re: [PATCH] drm/i915/display: Allow async flips on planes with no framebuffer changes

2025-07-19 Thread Ville Syrjälä
On Sat, Jul 19, 2025 at 02:16:22AM +0200, Xaver Hugl wrote: > Am Do., 10. Juli 2025 um 22:21 Uhr schrieb Ville Syrjälä > : > > > > On Mon, Jul 07, 2025 at 03:41:20PM +, Naveen Kumar wrote: > > > Allow asynchronous page flips on planes that either lack a framebuffer or > > > retain the same fram

Re: [PATCH] drm/i915/display: Allow async flips on planes with no framebuffer changes

2025-07-18 Thread Xaver Hugl
Am Do., 10. Juli 2025 um 22:21 Uhr schrieb Ville Syrjälä : > > On Mon, Jul 07, 2025 at 03:41:20PM +, Naveen Kumar wrote: > > Allow asynchronous page flips on planes that either lack a framebuffer or > > retain the same framebuffer, as long as no plane properties are modified. > > > > This avoid

Re: [PATCH] drm/i915/display: Allow async flips on planes with no framebuffer changes

2025-07-10 Thread Ville Syrjälä
On Mon, Jul 07, 2025 at 03:41:20PM +, Naveen Kumar wrote: > Allow asynchronous page flips on planes that either lack a framebuffer or > retain the same framebuffer, as long as no plane properties are modified. > > This avoids unnecessary failures in async flip paths when the update is > effect

[PATCH] drm/i915/display: Allow async flips on planes with no framebuffer changes

2025-07-07 Thread Naveen Kumar
Allow asynchronous page flips on planes that either lack a framebuffer or retain the same framebuffer, as long as no plane properties are modified. This avoids unnecessary failures in async flip paths when the update is effectively a no-op, improving compatibility with some compositors. Closes: h