[Intel-gfx] [PATCH 2/4] fbdev: Introduce fb_dirty operation.

2015-06-30 Thread Daniel Vetter
On Mon, Jun 29, 2015 at 01:44:44PM -0700, Rodrigo Vivi wrote: > There are cases we need to mark dirty/damaged areas, specially with > operations that touches frontbuffer directly. To cover these cases > this patch introduces the optional fb_dirty operation. > > Signed-off-by: Rodrigo Vivi The pr

[PATCH 2/4] fbdev: Introduce fb_dirty operation.

2015-06-29 Thread Rodrigo Vivi
There are cases we need to mark dirty/damaged areas, specially with operations that touches frontbuffer directly. To cover these cases this patch introduces the optional fb_dirty operation. Signed-off-by: Rodrigo Vivi --- drivers/video/fbdev/core/cfbcopyarea.c | 3 +++ drivers/video/fbdev/core/c