commit | 70dfbc29ab9b39b34b4713fb6bacc05d8109968b | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Tue Nov 05 23:17:17 2019 -0800 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Wed Nov 06 16:16:01 2019 -0800 |
tree | 97fea7d47b9bc5d14188caeefa29ae0873d0df2c | |
parent | 6cf6e590ea2e45db1fcf3ef006d5adbd7f7c06ab [diff] |
drm/i915: switch intel_ddi_init() to intel types Prefer using intel_encoder and pass the base where needed rather than keeping both encoder and intel_encoder variables around. v2: actually add all changes to the patch Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191106071715.10613-1-lucas.demarchi@intel.com