Re: [PATCH weston 15/21] compositor-fbdev: simplify FB destroy/unmap/disable

2017-10-04 Thread Pekka Paalanen
On Tue, 26 Sep 2017 06:24:56 + "Ray, Ian (GE Healthcare)" wrote: > On 22/09/2017, 17.33, "wayland-devel on behalf of Pekka Paalanen" > ppaala...@gmail.com> wrote: > > > > From: Pekka Paalanen > > > > Rename fbdev_frame_buffer_destroy() to fbdev_frame_buffer_unmap() > > because that is wh

Re: [PATCH weston 15/21] compositor-fbdev: simplify FB destroy/unmap/disable

2017-09-25 Thread Ray, Ian (GE Healthcare)
On 22/09/2017, 17.33, "wayland-devel on behalf of Pekka Paalanen" wrote: > > From: Pekka Paalanen > > Rename fbdev_frame_buffer_destroy() to fbdev_frame_buffer_unmap() > because that is what it does. Adding the destruction of hw_surface in it > makes it the perfect counterpart to fbdev_frame_

[PATCH weston 15/21] compositor-fbdev: simplify FB destroy/unmap/disable

2017-09-22 Thread Pekka Paalanen
From: Pekka Paalanen Rename fbdev_frame_buffer_destroy() to fbdev_frame_buffer_unmap() because that is what it does. Adding the destruction of hw_surface in it makes it the perfect counterpart to fbdev_frame_buffer_map() which simplifies the code. fbdev_frame_buffer_map() can no longer call that