[Intel-gfx] [PATCH v7 2/2] drm/i915: remove intel_cursor_plane_funcs

2018-06-11 Thread Enric Balletbo i Serra
From: Gustavo Padovan After converting legacy cursor updates to atomic async commits intel_cursor_plane_funcs just duplicates intel_plane_funcs now. Cc: Daniel Vetter Signed-off-by: Gustavo Padovan Signed-off-by: Enric Balletbo i Serra --- Changes in v7: None Changes in v6: None Changes

[Intel-gfx] [PATCH v7 1/2] drm/i915: update cursors asynchronously through atomic

2018-06-11 Thread Enric Balletbo i Serra
-off-by: Enric Balletbo i Serra --- This is another attempt to land the patches to update cursors asynchronously through atomic for the i915 driver. Last version was sent some time ago [1], so these series are rebased on top of current mainline and also solves some issues found. The patches were

[Intel-gfx] [PATCH v6 2/2] drm/i915: remove intel_cursor_plane_funcs

2018-06-06 Thread Enric Balletbo i Serra
From: Gustavo Padovan After converting legacy cursor updates to atomic async commits intel_cursor_plane_funcs just duplicates intel_plane_funcs now. Cc: Daniel Vetter Signed-off-by: Gustavo Padovan Signed-off-by: Enric Balletbo i Serra --- Changes in v6: None Changes in v5: None Changes

[Intel-gfx] [PATCH v6 1/2] drm/i915: update cursors asynchronously through atomic

2018-06-06 Thread Enric Balletbo i Serra
-off-by: Enric Balletbo i Serra --- This is another attempt to land the patches to update cursors asynchronously through atomic for the i915 driver. Last version was sent some time ago [1], so these series are rebased on top of current mainline and also solves some issues found. The patches were