diff options
author | Jani Nikula <jani.nikula@intel.com> | 2019-04-05 14:00:26 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2019-04-08 09:53:40 +0300 |
commit | 93a643f29bcbaac1f2199a5802536b202a553bbe (patch) | |
tree | f0bdce790cdaa69b3fe2c8fef90ccd26220ed7dd /drivers/gpu/drm/pl111/pl111_debugfs.c | |
parent | e7674ef682f2a018bc34a25f0b32ac9baddf44da (diff) |
drm/i915/cdclk: have only one init/uninit function
While transitioning to having better clarity between the modules, it's
desirable to have the function name prefixes reflect the
module. Functions in intel_foo.c should be prefixed intel_foo_.
Expose only one CDCLK init/uninit function from intel_cdclk.c instead of
one per platform. Obviously this adds one "unnecessary" if ladder within
the entry points. However it should be considered more of a CDCLK
implementation detail how this is done per platform, instead of exposing
the fact. In other words, abstract the CDCLK module better.
No functional changes.
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/f63ed6e129098a32c63735be6cffa4756e7947af.1554461791.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/pl111/pl111_debugfs.c')
0 files changed, 0 insertions, 0 deletions