diff options
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_crtc.c')
-rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c index 5dd3c7d031d5..4de3fb4246fc 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c | |||
@@ -384,10 +384,6 @@ static int tilcdc_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, | |||
384 | return 0; | 384 | return 0; |
385 | } | 385 | } |
386 | 386 | ||
387 | static void tilcdc_crtc_load_lut(struct drm_crtc *crtc) | ||
388 | { | ||
389 | } | ||
390 | |||
391 | static const struct drm_crtc_funcs tilcdc_crtc_funcs = { | 387 | static const struct drm_crtc_funcs tilcdc_crtc_funcs = { |
392 | .destroy = tilcdc_crtc_destroy, | 388 | .destroy = tilcdc_crtc_destroy, |
393 | .set_config = drm_crtc_helper_set_config, | 389 | .set_config = drm_crtc_helper_set_config, |
@@ -401,7 +397,6 @@ static const struct drm_crtc_helper_funcs tilcdc_crtc_helper_funcs = { | |||
401 | .commit = tilcdc_crtc_commit, | 397 | .commit = tilcdc_crtc_commit, |
402 | .mode_set = tilcdc_crtc_mode_set, | 398 | .mode_set = tilcdc_crtc_mode_set, |
403 | .mode_set_base = tilcdc_crtc_mode_set_base, | 399 | .mode_set_base = tilcdc_crtc_mode_set_base, |
404 | .load_lut = tilcdc_crtc_load_lut, | ||
405 | }; | 400 | }; |
406 | 401 | ||
407 | int tilcdc_crtc_max_width(struct drm_crtc *crtc) | 402 | int tilcdc_crtc_max_width(struct drm_crtc *crtc) |