aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05drm/amdgpu: Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIESAndrey Grodzovsky3-2/+15
2019-02-05drm/amd/powerplay: update soc boot and max level on vega10Kenneth Feng1-0/+7
2019-02-05drm/amd/display: Use memset to initialize variables in fill_plane_dcc_attributesNathan Chancellor1-2/+5
2019-02-05drm/amd/display: Use memset to initialize variables in amdgpu_dm_atomic_commit_tailNathan Chancellor1-2/+5
2019-02-05drm/amd/display: Use memset to initialize variable in wait_for_training_aux_rd_intervalNathan Chancellor1-1/+3
2019-02-05drm/amd/amdgpu: fix spelling mistake "matech" -> "match"Colin Ian King1-1/+1
2019-02-01drm/amdgpu: clean up memory/GDS/GWS/OA alignment codeMarek Olšák3-14/+15
2019-01-29drm/amdgpu: cleanup amdgpu_pte_update_paramsChristian König1-8/+0
2019-01-29drm/amdgpu: Show XGMI node and hive message per device only onceshaoyunl1-4/+3
2019-01-29Revert "drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines"Alex Deucher2-2/+2
2019-01-29drm/amdgpu: sriov restrict max_pfn below AMDGPU_GMC_HOLEwentalou2-3/+6
2019-01-29drm/amdgpu: csa_vaddr should not larger than AMDGPU_GMC_HOLE_STARTwentalou1-1/+2
2019-01-28drm/amd/powerplay: add override pcie parameters for Vega20Eric Huang1-0/+46
2019-01-28drm/amd/display: Don't leak memory when updating streamsNicholas Kazlauskas1-1/+7
2019-01-28drm/amd/display: Add Vline1 interrupt source to InterruptManagerFatemeh Darbehani6-68/+61
2019-01-28drm/amd/display: Re-enable CRC capture following modesetNicholas Kazlauskas2-4/+17
2019-01-28drm/amd/display: Enable vblank interrupt during CRC captureNicholas Kazlauskas2-22/+34
2019-01-28drm/amd/display: Poll pending down rep before clear payload allocation tableMartin Tsai3-0/+19
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann2-37/+0
2019-01-28drm/mgag200: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-6/+2
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann6-24/+32
2019-01-28drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann3-6/+7
2019-01-28drm/nouveau: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2-7/+3
2019-01-28drm/nouveau: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+6
2019-01-28drm/ast: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-5/+1
2019-01-25drm/amd/display: add -msse2 to prevent Clang from emitting libcalls to undefined SW FP routinesndesaulniers@google.com2-2/+2
2019-01-25drm/amd/powerplay: support Vega12 retrieving and setting ppfeaturesEvan Quan1-0/+100
2019-01-25drm/amd/powerplay: support Vega12 SOCclk and DCEFclk dpm level settingsEvan Quan1-1/+97
2019-01-25drm/amd/powerplay: support Vega10 retrieving and setting ppfeaturesEvan Quan1-0/+101
2019-01-25drm/amd/powerplay: support Vega10 SOCclk and DCEFclk dpm level settingsEvan Quan2-0/+84
2019-01-25drm/amd/powerplay: avoid frequent metrics table exportEvan Quan2-13/+33
2019-01-25drm/amd/powerplay: correct Vega20 gfxclk readout under DSEvan Quan1-5/+9
2019-01-25drm/amd/display: Connect dig_fe to otg directly instead of calling bioshersen wu13-280/+39
2019-01-25drm/amd/display: 3.2.15Steven Chiu1-1/+1
2019-01-25drm/amd/display: take dpms_off into account for edp turn off logicEric Yang1-4/+8
2019-01-25revert "drm/amd/display: Add condition to sync eDP SW status and HW status"Eric Yang6-120/+0
2019-01-25drm/amd/display: Adjust ABM 2.2 contrast parametersJosip Pavic1-3/+3
2019-01-25drm/amd/display: Default to linear output gammaKrunoslav Kovac1-33/+40
2019-01-25drm/amd/display: Fix use of uninitialized unionJohn Barberiz1-1/+1
2019-01-25drm/amd/display: Create switching mechanism for ABM 2.2Josip Pavic1-165/+418
2019-01-25drm/amd/display: Update DMCU versioning mechanismJosip Pavic3-11/+10
2019-01-25drm/amd/display: Know what a pageflip isDavid Francis1-1/+2
2019-01-25drm/amd/display: Perform plane updates only when neededDavid Francis1-129/+62
2019-01-25drm/amd/display: Call into DC once per multiplane flipDavid Francis1-181/+155
2019-01-25drm/amd/display: Simplify underscan and ABM commitDavid Francis1-18/+31
2019-01-25drm/amd/display: Let updates with no scaling changes be fastDavid Francis1-1/+1
2019-01-25drm/amd/display: Introduce DC VM interfaceEryk Brol10-10/+254
2019-01-25drm/amd/display: Restructure DCN10 hubbubEryk Brol4-64/+88
2019-01-25drm/amd/display: fix eDP fast bootup for pre-raven asichersen wu6-2/+10
2019-01-25drm/sched: Rework HW fence processing.Andrey Grodzovsky2-32/+29