summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-11-26tools/registers: Add icelake register fileKarthik B S2-0/+231
2018-11-06tools/intel_vbt_decode: Decode HDMI max data rateVille Syrjälä1-1/+21
2018-10-25tools/intel_watermark: Recognize cnl+Ville Syrjälä1-2/+2
2018-10-24tools/intel_vbt_decode: Dump DSI panel rotationVille Syrjälä1-0/+1
2018-10-18tools/dpcd_reg: Introduce dump as the default operationRodrigo Vivi1-20/+66
2018-10-04tools: Add a simple tool to read/write/decode dpcd registersTarun Vyas3-0/+282
2018-09-11Fix 32bit gcc warningsVille Syrjälä1-3/+3
2018-09-05intel_reg: Fix truncate string in the snprintfRodrigo Siqueira1-2/+2
2018-08-27Make string commands dynamic allocateRodrigo Siqueira1-9/+16
2018-08-13meson: Define all the rpath_dirs in one placeArkadiusz Hiler1-27/+5
2018-07-27meson: Prefix generated rpathdirs to designate their useArkadiusz Hiler1-9/+9
2018-07-25build: provide include for missing syscallsLucas De Marchi2-2/+4
2018-07-18lib/rendercopy: Use gen4 definitions if applicableLukasz Kalamarz4-114/+114
2018-07-17tools/intel_dp_compliance: Use ARGB8888 format fbs for Gen 10Radhakrishna Sripada1-6/+14
2018-07-11Fix comparison that always evaluates to falseRodrigo Siqueira1-1/+1
2018-06-14lib/gen8_render: Cleanup of libsLukasz Kalamarz2-26/+26
2018-06-14lib/rendercopy: Use gen6 definitions if applicableLukasz Kalamarz3-64/+64
2018-06-12tools/intel_gpu_frequency: fix usage and examplesJani Nikula1-31/+6
2018-06-05lib: Rename all surfaceformat calls in libsLukasz Kalamarz2-8/+8
2018-05-31intel-gpu-top: Rewrite the tool to be safe to useTvrtko Ursulin3-558/+700
2018-05-09tools/vbt_decode: Print DRRS and PSR flagsDhinakaran Pandiyan1-0/+2
2018-05-07lib: create new dependency for aubdumpLionel Landwerlin1-1/+1
2018-05-07lib: drop drmtest dependency on intel_batchbufferLionel Landwerlin1-0/+1
2018-04-11tools/aubdump: Fix ISO C90 forbids mixed declarations and code warningTvrtko Ursulin1-3/+4
2018-03-19tools/aubdump: For gen10+ support addresses up to 4GBJordan Justen1-2/+18
2018-03-19tools/aubdump: Add bitmap to track gtt pages that have been mappedJordan Justen1-1/+95
2018-03-19tools/aubdump: Add gen8_map_ggtt_rangeJordan Justen1-11/+29
2018-03-12meson: Set up runpath for installed executablesPetri Latvala1-0/+26
2018-03-01tools/intel_dp_compliance: Add missing GLIB_CFLAGSThierry Reding1-1/+1
2018-03-01tools/intel_guc_logger: Send GuC log level in new i915 expected formatSagar Arun Kamble1-4/+37
2018-02-27igt: Make libudev mandatoryAntonio Argenziano4-16/+0
2018-02-22tools/aubdump: Signal drm sync objects when device override is usedJordan Justen1-0/+16
2018-02-22tools/aubdump: Note pinned BO in verbose outputJordan Justen1-3/+6
2018-02-22tools/aubdump: Support alignment of BO in execbuffer2Jordan Justen1-0/+2
2018-02-07tools/intel_aubdump: Simulate "enhanced execlist" submission for gen11+Scott D Phillips1-7/+35
2018-02-02tools: Clear unused fields in register specChris Wilson2-4/+2
2018-01-31tools/intel_reg: Add reading and writing registers through engineMika Kuoppala2-7/+163
2018-01-25meson: Use absolute path for IGT_DATADIRPetri Latvala1-1/+1
2018-01-23tools/intel_vbt_decode: add --describe optionJani Nikula1-2/+38
2018-01-23tools/intel_vbt_decode: add --header option to only print headerJani Nikula1-1/+10
2018-01-23tools/intel_vbt_decode: print child device countJani Nikula1-2/+6
2018-01-19tools/intel_vbt_decode: update vbt defs from kernelJani Nikula1-2/+16
2018-01-19intel_vbt_decode: Typo fixesAdam Jackson2-5/+5
2018-01-17meson: Refactor get_option() calls for directoriesPetri Latvala1-9/+5
2018-01-16meson: Build cnl_compute_wrpllPetri Latvala1-0/+1
2018-01-12tools: Update .gitignorePetri Latvala1-0/+1
2018-01-11include inttypes.h for PRI definesMike Frysinger5-0/+5
2018-01-08tools: Cannonlake port clock programmingMika Kahola2-0/+527
2017-12-08debugger/overlay/tools: make sure to include embedded drm-uapi headersLionel Landwerlin2-2/+2
2017-12-07tools/intel_aubdump: Add ability to simulate execlist submissionScott D Phillips1-23/+382