commit | f50b79f096a7533e9b13638c06dfa759de070f56 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Thu Dec 29 17:22:12 2016 +0200 |
committer | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Fri Dec 30 09:32:34 2016 +0200 |
tree | 11a1c2b4eee497b59f9e6900cf8a4c0740ad95c9 | |
parent | 294591cfbd2b185ac51fa2b1768a333fa6782011 [diff] |
drm/i915: Add dpll entrypoint for dumping hw state Remove the IS_PLATFORM() macros from intel_dump_pipe_config() and split that logic in platform specific implementations inside the dpll code, accessed through a platform independent interface. v2: Rebase. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> (v1) Link: http://patchwork.freedesktop.org/patch/msgid/1483024933-3726-7-git-send-email-ander.conselvan.de.oliveira@intel.com