commit | d670719467ecb3ab6bf39c97e01657a82d458fde | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Nov 08 13:42:51 2019 -0800 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Tue Nov 12 15:31:26 2019 -0800 |
tree | fbaf34fa8260122d02fb14f27feeae30a2179277 | |
parent | 860afa0868419fcf33a7160f3b48ff57e15a6e34 [diff] |
drm/i915: do not warn late about hdmi on port A The warning should be just a warning. Where it is currently is wrong since we already registered the connector on drm, meaning it dies later on a NULL pointer deref if the VBT-overriding we have is removed. Move the warning up. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191108214251.79305-1-lucas.demarchi@intel.com