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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 18 Dec 2015 18:18:46 +0800
From:	Mark yao <mark.yao@...k-chips.com>
To:	Chris Zhong <zyw@...k-chips.com>, heiko@...ech.de,
	linux-rockchip@...ts.infradead.org, treding@...dia.com
CC:	linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org,
	airlied@...ux.ie, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v6.1 4/6] drm: rockchip: Support Synopsys DW MIPI DSI

On 2015年12月18日 17:47, Chris Zhong wrote:
> +	if (drm_core_check_feature(drm, DRIVER_ATOMIC))
> +		drm_connector_init(drm, &dsi->connector,
> +				   &dw_mipi_dsi_atomic_connector_funcs,
> +				   DRM_MODE_CONNECTOR_DSI);
> +	else
> +		drm_connector_init(drm, &dsi->connector,
> +				   &dw_mipi_dsi_connector_funcs,
> +				   DRM_MODE_CONNECTOR_DSI);
> +
Hi Chris

Since only drm/rockchip use the dw_mipi, and drm/rockchip is converting 
to atomic API,
so I think legacy connector funcs is no needed.

Thanks.

-- Mark Yao

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ