Re: [PATCH 3/3] drm/tinydrm: Fix setting of the column/page end addresses.

2018-10-27 Thread Noralf Trønnes
Den 24.10.2018 20.43, skrev Eric Anholt: If the clipped dirty region's x/y happened to align to 256, we would have set the top 8 bits wrong. Noticed by inspection, not by reproducing a bug. Signed-off-by: Eric Anholt --- Good catch. Reviewed-by: Noralf Trønnes drivers/gpu/drm/tinydrm/m

[PATCH 3/3] drm/tinydrm: Fix setting of the column/page end addresses.

2018-10-24 Thread Eric Anholt
If the clipped dirty region's x/y happened to align to 256, we would have set the top 8 bits wrong. Noticed by inspection, not by reproducing a bug. Signed-off-by: Eric Anholt --- drivers/gpu/drm/tinydrm/mipi-dbi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/