File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -330,13 +330,6 @@ static void omap_crtc_destroy(struct drm_crtc *crtc)
330
330
kfree (omap_crtc );
331
331
}
332
332
333
- static bool omap_crtc_mode_fixup (struct drm_crtc * crtc ,
334
- const struct drm_display_mode * mode ,
335
- struct drm_display_mode * adjusted_mode )
336
- {
337
- return true;
338
- }
339
-
340
333
static void omap_crtc_enable (struct drm_crtc * crtc )
341
334
{
342
335
struct omap_crtc * omap_crtc = to_omap_crtc (crtc );
@@ -451,7 +444,6 @@ static const struct drm_crtc_funcs omap_crtc_funcs = {
451
444
};
452
445
453
446
static const struct drm_crtc_helper_funcs omap_crtc_helper_funcs = {
454
- .mode_fixup = omap_crtc_mode_fixup ,
455
447
.mode_set_nofb = omap_crtc_mode_set_nofb ,
456
448
.disable = omap_crtc_disable ,
457
449
.enable = omap_crtc_enable ,
You can’t perform that action at this time.
0 commit comments