On 29 January 2015 at 07:41, Haixia Shi <hshi at chromium.org> wrote: > The run-length encoding algorithm should compare 16-bit encoded pixel > values instead of comparing raw pixel values. It allows pixels > with similar but different colors to be encoded as repeat pixels, and > thus potentially save USB bandwidth.
This fails to build here, are we missing some precursor patches? CC [M] drivers/gpu/drm/udl/udl_transfer.o /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/udl/udl_transfer.c: In function âget_pixel_val16â: /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/udl/udl_transfer.c:91:3: error: implicit declaration of function âpixel32_to_be16pâ [-Werror=implicit-function-declaration] pixel_val16 = pixel32_to_be16p(pixel); ^ /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/udl/udl_transfer.c: In function âudl_compress_hline16â: /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/udl/udl_transfer.c:180:33: error: âstartâ undeclared (first use in this function) *raw_pixels_count_byte = (((start - ^ /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/udl/udl_transfer.c:180:33: note: each undeclared identifier is reported only once for each function it appears in cc1: some warnings being treated as errors Dave.