Re: [PATCH] drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()

2019-04-16 Thread Daniel Vetter
On Thu, Apr 11, 2019 at 06:49:32AM +0200, Gerd Hoffmann wrote: > Oops, the __iomem annotation was added to the header file only. > Add it to the implementation (and documentation) too. > > Fixes: 5c5373b51bec ("drm: switch drm_fb_xrgb_to_rgb888_dstclip to accept > __iomem dst") > Signed-off-b

Re: [PATCH] drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()

2019-04-11 Thread Noralf Trønnes
Den 11.04.2019 06.49, skrev Gerd Hoffmann: > Oops, the __iomem annotation was added to the header file only. > Add it to the implementation (and documentation) too. > > Fixes: 5c5373b51bec ("drm: switch drm_fb_xrgb_to_rgb888_dstclip to accept > __iomem dst") > Signed-off-by: Gerd Hoffmann

[PATCH] drm: fix drm_fb_xrgb8888_to_rgb888_dstclip()

2019-04-10 Thread Gerd Hoffmann
Oops, the __iomem annotation was added to the header file only. Add it to the implementation (and documentation) too. Fixes: 5c5373b51bec ("drm: switch drm_fb_xrgb_to_rgb888_dstclip to accept __iomem dst") Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/drm_format_helper.c | 6 +++--- 1 fi