Re: [Intel-gfx] [PATCH 05/10] drm/cirrus: Drop redundnant gamma size check

2016-05-31 Thread Maarten Lankhorst
Op 30-03-16 om 11:51 schreef Daniel Vetter: > The core does this for us already. Unfortunately some other drivers do the same. :( various variations of end = min_t(start + size, 256); I'll kill the rest off when killing start parameter and returning int. Reviewed-by: Maarten Lankhorst

[Intel-gfx] [PATCH 05/10] drm/cirrus: Drop redundnant gamma size check

2016-03-30 Thread Daniel Vetter
The core does this for us already. Cc: Dave Airlie Signed-off-by: Daniel Vetter --- drivers/gpu/drm/cirrus/cirrus_mode.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/cirrus/cirrus_mode.c