diff options
author | Dave Airlie <airlied@redhat.com> | 2008-06-02 14:04:41 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-02 14:04:41 +1000 |
commit | 4e7b24639808e5e1e2c05143028db1a3bc2812e9 (patch) | |
tree | ba16702759e87caa1119a46a1e18d27048c9667d /linux-core/drm_fb.c | |
parent | eba6cdc936cb33d929997ccb9bade6f75bb40670 (diff) |
drm: add functions to get/set gamma ramps
Diffstat (limited to 'linux-core/drm_fb.c')
-rw-r--r-- | linux-core/drm_fb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/drm_fb.c b/linux-core/drm_fb.c index 775fd180..74a4394a 100644 --- a/linux-core/drm_fb.c +++ b/linux-core/drm_fb.c @@ -58,9 +58,6 @@ static int drmfb_setcolreg(unsigned regno, unsigned red, unsigned green, return 1; if (fb->depth == 8) { - if (crtc->funcs->gamma_set) { - crtc->funcs->gamma_set(crtc, red, green, blue, regno); - } return 0; } |