Hi Mark
On 01/06/2016 09:48 AM, Mark yao wrote:
> On 2015å¹´12æ23æ¥ 11:43, Chris Zhong wrote:
>> +static int dw_mipi_dsi_register(struct drm_device *drm,
>> + struct dw_mipi_dsi *dsi)
>> +{
>> +struct drm_encoder *encoder = &dsi->encoder;
>> +struct drm_connector *
On 2015å¹´12æ23æ¥ 11:43, Chris Zhong wrote:
> @@ -34,3 +34,13 @@ config ROCKCHIP_ANALOGIX_DP
> This selects support for Rockchip SoC specific extensions
> for the Analogix Core DP driver. If you want to enable DP
> on RK3288 based SoC, you should selet this option.
> +
>
On 2015å¹´12æ23æ¥ 11:43, Chris Zhong wrote:
> +static int dw_mipi_dsi_register(struct drm_device *drm,
> + struct dw_mipi_dsi *dsi)
> +{
> + struct drm_encoder *encoder = &dsi->encoder;
> + struct drm_connector *connector = &dsi->connector;
> + struc
On 2015å¹´12æ23æ¥ 11:43, Chris Zhong wrote:
> Add support for Synopsys DesignWare MIPI DSI controller which is
> embedded in the rk3288 SoCs.
>
> Signed-off-by: Chris Zhong
> ---
>
> Changes in v6.3:
> - move the mipi_en gate to ockchip_drm_crtc_mode_config
>
> Changes in v6.2:
> - Remove the at
Add support for Synopsys DesignWare MIPI DSI controller which is
embedded in the rk3288 SoCs.
Signed-off-by: Chris Zhong
---
Changes in v6.3:
- move the mipi_en gate to ockchip_drm_crtc_mode_config
Changes in v6.2:
- Remove the atomic feature check (Mark Yao)
Changes in v6.1:
- Add atomic API