Re: [Intel-gfx] [PATCH v2] drm/i915/dsi: switch to drm_panel interface

2015-01-28 Thread Shobhit Kumar
On 01/23/2015 07:00 PM, Jani Nikula wrote: Replace intel_dsi_device and intel_dsi_dev_ops with drm_panel and drm_panel_funcs. They are adequate for what we have now, and if we end up needing more than this we should improve drm_panel. This will keep us better aligned with the drm core infrastruct

[Intel-gfx] [PATCH v2] drm/i915/dsi: switch to drm_panel interface

2015-01-23 Thread Jani Nikula
Replace intel_dsi_device and intel_dsi_dev_ops with drm_panel and drm_panel_funcs. They are adequate for what we have now, and if we end up needing more than this we should improve drm_panel. This will keep us better aligned with the drm core infrastructure. The panel driver initialization changes