commit | fb85ac4da8d202f89e0635e4ac2ac680d662be98 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon May 27 20:19:58 2013 +0300 |
committer | Dave Airlie <airlied@gmail.com> | Mon Jun 17 19:42:47 2013 +1000 |
tree | a6d54a330b8e6198dd7e303f53e98505918af024 | |
parent | 04c0c569d4358d0e2f9c78ca9fc0ddeb68ae4872 [diff] |
drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers 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ä <ville.syrjala@linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@gmail.com>