[PATCH] expand gamma_set

2010-08-03 Thread James Simmons
Expand the crtc_gamma_set function to accept a starting offset. The reason for this is to eventually use this function for setcolreg from drm_fb_helper.c. The fbdev colormap function can start at any offset in the color map. Signed-by: James Simmons diff --git a/drivers/gpu/drm/drm_crtc.c b/

[PATCH] expand gamma_set

2010-08-02 Thread James Simmons
Expand the crtc_gamma_set function to accept a starting offset. The reason for this is to eventually use this function for setcolreg from drm_fb_helper.c. The fbdev colormap function can start at any offset in the color map. Signed-by: James Simmons diff --git a/drivers/gpu/drm/drm_crtc.c b/