[PATCH 3/3] drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers

2013-05-27 Thread Daniel Vetter
On Mon, May 27, 2013 at 08:19:58PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Many of the drivers didn't implement palette/gamma handling, but were forced > to provide stubs for the hooks to avoid drm_fb_helper from oopsing. Now that > the hooks are optional, we

[PATCH 3/3] drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers

2013-05-27 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Many of the drivers didn't implement palette/gamma handling, but were forced to provide stubs for the hooks to avoid drm_fb_helper from oopsing. Now that the hooks are optional, we can eliminate all the stubs. Signed-off-by: Ville Syrj?l? ---

[PATCH 3/3] drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers

2013-05-27 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com Many of the drivers didn't implement palette/gamma handling, but were forced to provide stubs for the hooks to avoid drm_fb_helper from oopsing. Now that the hooks are optional, we can eliminate all the stubs. Signed-off-by: Ville Syrjälä

Re: [PATCH 3/3] drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers

2013-05-27 Thread Daniel Vetter
On Mon, May 27, 2013 at 08:19:58PM +0300, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä ville.syrj...@linux.intel.com Many of the drivers didn't implement palette/gamma handling, but were forced to provide stubs for the hooks to avoid drm_fb_helper from oopsing. Now that the hooks