Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6255223imu; Mon, 21 Jan 2019 05:56:43 -0800 (PST) X-Google-Smtp-Source: ALg8bN4Hcrmc3+vSRdprRYYQIMT2rf/b8B5SKfzlEFkUIxivx07baIbMyceHA7OcvVnC9QtKGKlc X-Received: by 2002:a17:902:a58c:: with SMTP id az12mr12141488plb.299.1548079003905; Mon, 21 Jan 2019 05:56:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548079003; cv=none; d=google.com; s=arc-20160816; b=iM+Zol3ApF/EcJaHHMbVqRHvCpxXDRDIfcgZS+G/0GVlXWz9buZ99TCmUXVJNYn6U0 gHRvNcYts7KCynVwBbNd/OQR0Rw7obvv5p6OyoHRTbjlgHVNb8jAWq2j7xSGN3cUsEJO +6AMUR5pfYbhGNBW4aU6dLLhgbUKfQlfYS5LB+W9JHZIect9Dm6T1slKJsEzuf6uZE4T BSxrpdxOsrXcEOeZ+aRteFl+VM8vYYg835GswX7f9XZLBw6rVQ2+Cyqm9HiFM/n3UaE5 V1G1weph620RU2OBibaJ4J9L1/CYZshgpVlCFhKJvLuLn1hdHBYlkp7QLsuTvZGfAyZq nYEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=XavtqjLDEijXiOZrY6X5qcJDPLJG0d/GODtaQLp9w7o=; b=z/1LD1b9mwogHjvUubVGfMUoHQTSs2cR6D7z/p9G55zfxpm9LdbhfnYQ0bafu6HgxP lsDRZ2nu2cNN0kbs9BBmIriI6jJfTd1ZpQzNYVDoZU2HqqUqKbUrYdsrcXUMCDt3mj7+ wfvd6czOBPxxYemFbkcojcF9Y4IYa6D3o6tAaQtTjYjPiMBQoVxb0E1vXy6sDkcPtZys 9giSKWAN+cplAEkml+ySXbWDsIJ9xXqmu2wC6unvrEbZ3PfAmMARgjMR6dbBZy4q6/En sQReSyPEoZfRuPp0/tHeLar+7tN0iK9byvCyDCCbuRzNAhcLEFMbp2NlUKh+9fBwpNmm V35w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gktkqlwv; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s123si12877071pfb.274.2019.01.21.05.56.28; Mon, 21 Jan 2019 05:56:43 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=gktkqlwv; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730505AbfAUNx4 (ORCPT + 99 others); Mon, 21 Jan 2019 08:53:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:37868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731353AbfAUNxy (ORCPT ); Mon, 21 Jan 2019 08:53:54 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C925E2087F; Mon, 21 Jan 2019 13:53:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548078833; bh=bjdf1U3OiXLkyyid2dpd+dcv69oJIWr8nSekW43XMb0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gktkqlwvUlz9Rw2ZA4AmHC6Iv4qek/j0wvyDYkVnKHRa53qey6/2CWrN6s5+59eSl q6w9RUdjE3XJH05iatOvAV9hSHHpEPliJUAT0KJz4rXLigg6Mu6bFcCzwU4ZFDl/7n +uP+S2bOO0AaIpfMXb4BJLCyWdSxufVAqFIQ5uSE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Ivan Mironov , Daniel Vetter Subject: [PATCH 4.14 59/59] drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock Date: Mon, 21 Jan 2019 14:44:24 +0100 Message-Id: <20190121122503.889013081@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190121122456.529172919@linuxfoundation.org> References: <20190121122456.529172919@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Ivan Mironov commit 66a8d5bfb518f9f12d47e1d2dce1732279f9451e upstream. Strict requirement of pixclock to be zero breaks support of SDL 1.2 which contains hardcoded table of supported video modes with non-zero pixclock values[1]. To better understand which pixclock values are considered valid and how driver should handle these values, I briefly examined few existing fbdev drivers and documentation in Documentation/fb/. And it looks like there are no strict rules on that and actual behaviour varies: * some drivers treat (pixclock == 0) as "use defaults" (uvesafb.c); * some treat (pixclock == 0) as invalid value which leads to -EINVAL (clps711x-fb.c); * some pass converted pixclock value to hardware (uvesafb.c); * some are trying to find nearest value from predefined table (vga16fb.c, video_gx.c). Given this, I believe that it should be safe to just ignore this value if changing is not supported. It seems that any portable fbdev application which was not written only for one specific device working under one specific kernel version should not rely on any particular behaviour of pixclock anyway. However, while enabling SDL1 applications to work out of the box when there is no /etc/fb.modes with valid settings, this change affects the video mode choosing logic in SDL. Depending on current screen resolution, contents of /etc/fb.modes and resolution requested by application, this may lead to user-visible difference (not always): image will be displayed in a right way, but it will be aligned to the left instead of center. There is no "right behaviour" here as well, as emulated fbdev, opposing to old fbdev drivers, simply ignores any requsts of video mode changes with resolutions smaller than current. The easiest way to reproduce this problem is to install sdl-sopwith[2], remove /etc/fb.modes file if it exists, and then try to run sopwith from console without X. At least in Fedora 29, sopwith may be simply installed from standard repositories. [1] SDL 1.2.15 source code, src/video/fbcon/SDL_fbvideo.c, vesa_timings [2] http://sdl-sopwith.sourceforge.net/ Signed-off-by: Ivan Mironov Cc: stable@vger.kernel.org Fixes: 79e539453b34e ("DRM: i915: add mode setting support") Fixes: 771fe6b912fca ("drm/radeon: introduce kernel modesetting for radeon hardware") Fixes: 785b93ef8c309 ("drm/kms: move driver specific fb common code to helper functions (v2)") Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20190108072353.28078-3-mironov.ivan@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/drm_fb_helper.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -1578,9 +1578,14 @@ int drm_fb_helper_check_var(struct fb_va struct drm_fb_helper *fb_helper = info->par; struct drm_framebuffer *fb = fb_helper->fb; - if (var->pixclock != 0 || in_dbg_master()) + if (in_dbg_master()) return -EINVAL; + if (var->pixclock != 0) { + DRM_DEBUG("fbdev emulation doesn't support changing the pixel clock, value of pixclock is ignored\n"); + var->pixclock = 0; + } + /* * Changes struct fb_var_screeninfo are currently not pushed back * to KMS, hence fail if different settings are requested.