Re: [PATCH 00/22] drm/cma-helper: Remove drm_fbdev_cma* functions

2017-11-10 Thread Noralf Trønnes
Den 04.11.2017 14.03, skrev Noralf Trønnes: This patchset adds drm_fb_cma_fbdev_init/fini() functions that replaces drm_fbdev_cma_init/fini(). The reason for doing so is to get rid of struct drm_fbdev_cma and it's wrapper functions. The final piece will happen when tinydrm moves away from the c

[PATCH 00/22] drm/cma-helper: Remove drm_fbdev_cma* functions

2017-11-04 Thread Noralf Trønnes
This patchset adds drm_fb_cma_fbdev_init/fini() functions that replaces drm_fbdev_cma_init/fini(). The reason for doing so is to get rid of struct drm_fbdev_cma and it's wrapper functions. The final piece will happen when tinydrm moves away from the cma helper and we can remove the struct. Note: P