OSDN Git Service

drm/i915/ehl: All EHL ports are combo phys
authorBob Paauwe <bob.j.paauwe@intel.com>
Wed, 20 Mar 2019 21:15:46 +0000 (14:15 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 2 Apr 2019 20:30:05 +0000 (13:30 -0700)
commitf722b8c1e2a2a85add58a8ffd9cb794d4d6287ff
tree6a00409cc91170c05e1dc44126815c1d5842aa5d
parent7881e6057586b0bdaaffef13d9f88c95a86ba484
drm/i915/ehl: All EHL ports are combo phys

Unlike ICL, all of the output ports are combo phys so just return
true in intel_port_is_combophy for all EHL ports to indicate that.

v2: Return false in intel_port_is_tc since no EHL ports are TC. (Jose)

Cc: Jose Souza <jose.souza@intel.com>
Signed-off-by: Bob Paauwe <bob.j.paauwe@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190320211547.519266-1-bob.j.paauwe@intel.com
drivers/gpu/drm/i915/intel_display.c