]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Enable lspcon initialization
authorShashank Sharma <shashank.sharma@intel.com>
Fri, 14 Oct 2016 14:26:51 +0000 (19:56 +0530)
committerJani Nikula <jani.nikula@intel.com>
Tue, 18 Oct 2016 09:43:01 +0000 (12:43 +0300)
commitff66212415e3240cb4f79a09b00a03dd56d48b16
tree0153bfc04200a700dfd2b4fe66ba55d24e69aea0
parent6389dd83768485a251dc0c5252dbc9a96f86ca53
drm/i915: Enable lspcon initialization

This patch adds initialization code for lspcon.
What we are doing here is:
- Check if lspcon is configured in VBT for this port
- If lspcon is configured, initialize it and configure it
          as DP port.

V2: Addressed Ville's review comments:
- Not adding AVI IF functions for LSPCON display now.
  This part will be added once the dig_port level AVI-IF series
  gets merged.

V3: Rebase
V4: Rebase
V5: Rebase
V6: Rebase

Signed-off-by: Shashank Sharma <shashank.sharma@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1476455212-27893-5-git-send-email-shashank.sharma@intel.com
drivers/gpu/drm/i915/intel_ddi.c