drm/i915: Iterate through the initialized DDIs to prepare their buffers
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Aug 2014 21:01:33 +0000 (22:01 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 16 Apr 2015 09:42:38 +0000 (11:42 +0200)
commitb403745c84592b26a0713e6944c2b109f6df5c82
tree2a9637db41a186834ebc78e0fcea9ffe1a953bd9
parent503604038b739b244781904113a377385a341937
drm/i915: Iterate through the initialized DDIs to prepare their buffers

Not every DDIs is necessarily connected can be strapped off and, in the
future, we'll have platforms with a different number of default DDI
ports. So, let's only call intel_prepare_ddi_buffers() on DDI ports that
are actually detected.

We also use the opportunity to give a struct intel_digital_port to
intel_prepare_ddi_buffers() as we'll need it in a following patch to
query if the port supports HMDI or not.

On my HSW machine this removes the initialization of a couple of
(unused) DDIs.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Sivakumar Thulasimani <sivakumar.thulasimani@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_ddi.c
This page took 0.02574 seconds and 5 git commands to generate.