Re: [PATCH] drm/amd/display: Only enable cursor on pipes that need it

2020-01-30 Thread Harry Wentland
On 2020-01-30 1:29 p.m., Nicholas Kazlauskas wrote: > [Why] > In current code we're essentially drawing the cursor on every pipe > that contains it. This only works when the planes have the same > scaling for src to dest rect, otherwise we'll get "double cursor" where > one cursor is incorrectly

[PATCH] drm/amd/display: Only enable cursor on pipes that need it

2020-01-30 Thread Nicholas Kazlauskas
[Why] In current code we're essentially drawing the cursor on every pipe that contains it. This only works when the planes have the same scaling for src to dest rect, otherwise we'll get "double cursor" where one cursor is incorrectly filtered and offset from the real position. [How] Without