summaryrefslogtreecommitdiff
path: root/tools/registers
AgeCommit message (Collapse)Author
2021-07-15tools/registers: Add missing registers relevant to debug PSR underrunsJosé Roberto de Souza
From TGL+, there is no eDP transcoder instead all transcoders supports eDP panels but in 99% of the cases it is used in pipe/transcoder A. Also there is couple of new registers for PSR2 selective fetch. v2: - adding VIDEO DIP Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
2021-04-06Get rid of GNU AutotoolsArkadiusz Hiler
Autotools have been deprecated in favor of Meson since early 2019. Signed-off-by: Arkadiusz Hiler <arek@hiler.eu> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Petri Latvala <petri.latvala@intel.com>
2020-04-16tools/registers/tgl: Fix tigerlake_delta file decodeJosé Roberto de Souza
It was missing a ")" to be properly parsed. Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
2020-01-21Add TigerLake Registers fileJohn Machado
Added the TigerLake register spec file and a register delta file that contain additional registers corresponding to TigerLake. The spec file uses the icelake file along with the newly added register file for TGL register definations. Suggested-by: Swati Sharma <swati2.sharma@intel.com> Signed-off-by: John Machado <john.machado@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
2018-11-26tools/registers: Add icelake register fileKarthik B S
Added an icelake register spec file and a register file that contains additional registers corresponding to icelake. The icelake spec file uses the skylake file together with the newly added register file for ICL register definitions. v2: Changed the commit message. (Uma) Signed-off-by: Karthik B S <karthik.b.s@intel.com> Reviewed-by: Uma Shankar <uma.shankar@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
2017-02-10tools/intel_reg: Dump SKL AUX_DIST registers for all planesVille Syrjälä
We are missing the AUX_DIST registers for pipes A and B. Add them, and move the pipe C AUX_DIST registers next to the AUX_OFFSET registers for a bit more convenience. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
2016-12-19tools/intel_reg: Dump some interesting CCK regs on VLV/CHVVille Syrjälä
CCK houses various important clock related registers. Let's dump those as well. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
2016-09-16tools/intel_reg: add kabylake register spec fileJani Nikula
Just do whatever skylake does. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
2016-04-05tools/intel_reg: Add extra pipe B registers for CHVVille Syrjälä
CHV pipe B has some extra features (programmable sprite CSC, primary plane windowing, primary plane scaler, fancier blending). Add all the relevant registers to the "quickdump" register list. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
2015-09-08tools: install the register definition filesThomas Wood
Install the register definition files and use them by default in intel_reg. v2: remove redundant path check Suggested-by: Jani Nikula <jani.nikula@linux.intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2015-09-08tools: remove quick_dumpThomas Wood
Remove quick_dump as it has been replaced by the intel_reg tool and move the register definition files to tools/registers. Signed-off-by: Thomas Wood <thomas.wood@intel.com> Acked-by: Jani Nikula <jani.nikula@intel.com>