lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 22 Jun 2016 19:43:38 +0200
From:	Stanislav Meduna <stano@...una.org>
To:	Philipp Zabel <p.zabel@...gutronix.de>,
	linux-kernel@...r.kernel.org, Dennis Gilmore <dennis@...il.us>
Subject: Problem with gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading

Hi,

the c04e6e9 patch

gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading

broke display connected to a TQMa53 i.MX53 board. The lines

imx-drm display-subsystem: bound imx-ipuv3-crtc.0 (ops ipu_crtc_ops)
imx-drm display-subsystem: bound imx-ipuv3-crtc.1 (ops ipu_crtc_ops)

are not present anymore and the display shows random lines.

I am using the 4.4.12-rt19+ kernel with some local changes, but
the area of this patch is not touched by either.

I am not sure whether my device tree is at fault (I am not
an expert here nor did I created the file from scratch) or the patch
does not take some special case into account. In any case
reverting the patch solves the problem for me.

The DTS fragment is

	disp1: display@...p1 {
		compatible = "fsl,imx-parallel-display";
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_disp1_1>;

		interface-pix-fmt = "rgb24";
		/*
		 * enable this to support parallel display or DVI
		 * disable LVDS bridge and TVE in this case
		 */
		status = "okay";
		/*
		 * uncomment and adapt to your display to support parallel
		 * LCD display using video mode settings
		 */
		display-timings {
			tx14d11vm1cpd {
				clock-frequency = <5847953>;
				hactive = <320>;
				vactive = <240>;
				hfront-porch = <30>;
				hback-porch = <30>;
				hsync-len = <5>;
				vback-porch = <5>;
				vfront-porch = <6>;
				vsync-len = <2>;
				pixelclk-active = <1>;
				hsync-active = <0>;
				vsync-active = <0>;
				de-active = <1>;
			};
		};

		port {
			display1_in: endpoint {
				remote-endpoint = <&ipu_di1_disp1>;
			};
		};
	};


Thanks
-- 
                                              Stano

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ