Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/udl: removed optional dummy crtc mode_fixup function.

This patch set nukes all the dummy crtc mode_fixup implementations.
(made on top of Daniel topic/drm-misc branch)

Signed-off-by: Carlos Palminha <palminha@synopsys.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/11327d1a3c3b6623064f6d82efa96e7993f77f38.1455630967.git.palminha@synopsys.com

authored by

Carlos Palminha and committed by
Daniel Vetter
1323963f 2a1dc26b

-9
-9
drivers/gpu/drm/udl/udl_modeset.c
··· 279 279 280 280 } 281 281 282 - static bool udl_crtc_mode_fixup(struct drm_crtc *crtc, 283 - const struct drm_display_mode *mode, 284 - struct drm_display_mode *adjusted_mode) 285 - 286 - { 287 - return true; 288 - } 289 - 290 282 #if 0 291 283 static int 292 284 udl_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb, ··· 394 402 395 403 static const struct drm_crtc_helper_funcs udl_helper_funcs = { 396 404 .dpms = udl_crtc_dpms, 397 - .mode_fixup = udl_crtc_mode_fixup, 398 405 .mode_set = udl_crtc_mode_set, 399 406 .prepare = udl_crtc_prepare, 400 407 .commit = udl_crtc_commit,