Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1294630
| From | Mark yao <mark.yao@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6.1 4/6] drm: rockchip: Support Synopsys DW MIPI DSI |
| Date | 2015-12-18 11:20 +0100 |
| Message-ID | <qH0iJ-4hR-3@gated-at.bofh.it> (permalink) |
| References | <qGhlE-s9-27@gated-at.bofh.it> <qGZPH-3SO-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 0/6] Add mipi dsi support for rk3288 Chris Zhong <zyw@rock-chips.com> - 2015-12-16 11:20 +0100
[PATCH v6 2/6] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format Chris Zhong <zyw@rock-chips.com> - 2015-12-16 11:20 +0100
[PATCH v6 6/6] ARM: dts: rockchip: add support mipi panel tv080wum-nl0 Chris Zhong <zyw@rock-chips.com> - 2015-12-16 11:20 +0100
[PATCH v6 3/6] Documentation: dt-bindings: Add bindings for rk3288 DW MIPI DSI driver Chris Zhong <zyw@rock-chips.com> - 2015-12-16 11:20 +0100
[PATCH v6 4/6] drm: rockchip: Support Synopsys DW MIPI DSI Chris Zhong <zyw@rock-chips.com> - 2015-12-16 11:20 +0100
[PATCH v6.1 4/6] drm: rockchip: Support Synopsys DW MIPI DSI Chris Zhong <zyw@rock-chips.com> - 2015-12-18 10:50 +0100
Re: [PATCH v6.1 4/6] drm: rockchip: Support Synopsys DW MIPI DSI Mark yao <mark.yao@rock-chips.com> - 2015-12-18 11:20 +0100
[PATCH v6.2 4/6] drm: rockchip: Support Synopsys DW MIPI DSI Chris Zhong <zyw@rock-chips.com> - 2015-12-22 08:00 +0100
[PATCH v6.3 4/6] drm: rockchip: Support Synopsys DW MIPI DSI Chris Zhong <zyw@rock-chips.com> - 2015-12-23 04:50 +0100
Re: [PATCH v6.3 4/6] drm: rockchip: Support Synopsys DW MIPI DSI Mark yao <mark.yao@rock-chips.com> - 2015-12-24 02:00 +0100
Re: [PATCH v6 0/6] Add mipi dsi support for rk3288 Heiko Stübner <heiko@sntech.de> - 2015-12-17 11:10 +0100
Re: [PATCH v6 0/6] Add mipi dsi support for rk3288 Chris Zhong <zyw@rock-chips.com> - 2015-12-18 11:00 +0100
csiph-web