]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/i915/intel_ddi.c
drm/i915: Don't write the HDMI buffer translation entry when not needed
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Aug 2014 14:04:43 +0000 (15:04 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 16 Apr 2015 09:42:39 +0000 (11:42 +0200)
commitce3b7e9bcfdc2d255d9ab1a0e1f76d8b0912b8a4
tree578d349352c0151617a403678818b6da8e2717ab
parentb403745c84592b26a0713e6944c2b109f6df5c82
drm/i915: Don't write the HDMI buffer translation entry when not needed

We don't actually need to write the HDMI entry on DDIs that have no
chance to be used as HDMI ports.

While this patch shouldn't change the current behaviour, it makes
further enabling work easier as we'll have an eDP table filling the full
10 entries.

v2: Rely on the logic from intel_ddi_init() to figure out if the DDI port
    supports HDMI or not (Paulo).

Suggested-by: Satheeshakrishna M <satheeshakrishna.m@intel.com>
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/intel_ddi.c