OSDN Git Service

drm/i915: Convert DG1 over to .{enable,disable}_clock()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 Feb 2021 21:46:25 +0000 (23:46 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 16 Feb 2021 12:29:45 +0000 (14:29 +0200)
commit35bb6b1a0d19ef619cdfe2bcf6d95c0625f9492e
tree45f5a4b09313647a5b797444fb5e15b6e3ea693e
parent2c7b1d340f194cff57373500240b3a44f20059cc
drm/i915: Convert DG1 over to .{enable,disable}_clock()

Replace dg1_{map,unmap}_plls_to_ports() with the appropriate
encoder vfuncs. And let's relocate the disable function next to
the enable function while at it.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210205214634.19341-7-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_ddi.c