Files
linux-st/drivers/gpu/drm
Gerd Hoffmann bcc4442008 drm: add drm_fb_xrgb8888_to_rgb565_dstclip()
It is a drm_fb_xrgb8888_to_rgb565() variant which checks the clip
rectangle for the destination too.

Common code between drm_fb_xrgb8888_to_rgb565() and
drm_fb_xrgb8888_to_rgb565_dstclip() was factored out into the
drm_fb_xrgb8888_to_rgb565_lines() helper function.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20190405095219.9231-4-kraxel@redhat.com
2019-04-08 06:59:27 +02:00
..
2019-04-04 11:57:34 +10:30
2019-03-27 09:56:44 +01:00
2019-03-27 13:55:13 +02:00
2019-03-06 09:22:18 -05:00
2019-03-27 10:02:53 +01:00
2019-04-01 11:00:18 +02:00
2019-03-27 10:08:02 +01:00
2019-04-04 11:57:34 +10:30