aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-27drm/amd/pm: open brace '{' following function definitions go on the next lineRan Sun1-1/+2
2023-07-27drm/amd/pm: that open brace { should be on the previous lineRan Sun1-4/+2
2023-07-27drm/amd/pm: Clean up errors in arcturus_ppt.cRan Sun1-3/+3
2023-07-27drm/amd/pm: Clean up errors in arcturus_ppt.cRan Sun1-2/+2
2023-07-27drm/amd/pm: Clean up errors in navi10_ppt.cRan Sun1-12/+13
2023-07-27drm/amd/pm: add missing spaces before '('Ran Sun1-3/+3
2023-07-27drm/radeon: Move assignment outside if conditionRan Sun1-2/+4
2023-07-27drm/radeon: that open brace { should be on the previous lineRan Sun1-24/+12
2023-07-27drm/radeon: that open brace { should be on the previous lineRan Sun1-2/+1
2023-07-27drm/radeon: add missing spaces after ',' and else should follow close brace '}'Ran Sun1-3/+2
2023-07-25drm/amdgpu: Restore HQD persistent state registerLijo Lazar1-1/+2
2023-07-25drm/radeon: add missing spaces before ';'Ran Sun1-2/+2
2023-07-25drm/radeon/si_dpm: open brace '{' following struct go on the same lineRan Sun1-34/+17
2023-07-25drm/amd/pm: Vangogh: Add new gpu_metrics_v2_4 to acquire gpu_metricsWenyou Yang3-9/+172
2023-07-25drm/amdgpu: load sdma ucode in the guest machineYuanShang3-8/+14
2023-07-25drm/amdgpu: Use seq_puts() instead of seq_printf()Srinivasan Shanmugam1-11/+11
2023-07-25drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam1-6/+8
2023-07-25drm/amdgpu: Remove else after return in 'is_fru_eeprom_supported'Srinivasan Shanmugam1-4/+5
2023-07-25drm/amd/display: Remove else after return in 'dm_vblank_get_counter' & 'amdgpu_dm_backlight_get_level'Srinivasan Shanmugam1-14/+17
2023-07-25drm/amdgpu: Add -ENOMEM error handling when there is no memorySrinivasan Shanmugam4-9/+17
2023-07-25drm/amdgpu: Check APU flag to disable RASStanley.Yang1-1/+2
2023-07-25drm/amdgpu: fix the indexing issue during rlcg access ctrl initShiwu Zhang1-4/+3
2023-07-25drm/amdgpu: add VISIBLE info in amdgpu_bo_print_infoPierre-Eric Pelloux-Prayer1-13/+21
2023-07-25drm/amdkfd: avoid svm dump when dynamic debug disabledAlex Sierra1-1/+3
2023-07-25drm/radeon: ERROR: "foo * bar" should be "foo *bar"Ran Sun1-2/+2
2023-07-25drm/amdgpu: open brace '{' following struct go on the same lineRan Sun1-2/+1
2023-07-25drm/amd/pm: open brace '{' following struct go on the same lineRan Sun1-14/+7
2023-07-25drm/amd: open brace '{' following struct go on the same lineRan Sun1-4/+2
2023-07-25drm/amd/display: Unlock on error path in dm_handle_mst_sideband_msg_ready_event()Dan Carpenter1-1/+1
2023-07-25drm/amd/display: 3.2.244Aric Cyr1-1/+1
2023-07-25drm/amd/display: Fix underflow issue on 175hz timingLeo Ma1-1/+6
2023-07-25drm/amd/display: Add interface to modify DMUB panel power optionsPaul Hsieh2-0/+15
2023-07-25drm/amd/display: Rearrange dmub_cmd defs orderAnthony Koo1-28/+26
2023-07-25drm/amd/display: Remove check for default eDP panel_modeTaimur Hassan1-25/+24
2023-07-25drm/amdgpu: Fix style issues in amdgpu_gem.cSrinivasan Shanmugam1-19/+19
2023-07-25drm/amd/display: Add new sequence for 4-lane HBR3 on vendor specific retimersOvidiu Bunea1-1/+66
2023-07-25drm/amd/display: Update DPG test pattern programmingWenjing Liu2-74/+78
2023-07-25drm/amd/display: Correct unit conversion for vstartupReza Amini1-1/+24
2023-07-25drm/amd/display: Exit idle optimizations before attempt to access PHYLeo Chen1-0/+3
2023-07-25drm/amd/display: Refactor recout calculation with a more generic formulaWenjing Liu4-168/+404
2023-07-25drm/amd/display: Read down-spread percentage from lut to adjust dprefclk.Martin Tsai2-2/+38
2023-07-25drm/amd/display: Don't apply FIFO resync W/A if rdivider = 0Alvin Lee1-1/+4
2023-07-25drm/amd/display: Prevent invalid pipe connectionsEthan Bitnun1-3/+34
2023-07-25drm/amdgpu: Update ring scheduler info as neededLijo Lazar1-1/+1
2023-07-25drm/amdgpu: Enabling FW workaround through shared memory for VCN4_0_2sguttula2-0/+15
2023-07-25drm/amd/display: Add VESA SCR case for default aux backlightIswara Nagulendran1-4/+14
2023-07-25drm/radeon: Prefer dev_* variant over printkSrinivasan Shanmugam1-4/+8
2023-07-25drm/radeon: Fix style issues in radeon _encoders.c & _gart.cSrinivasan Shanmugam2-29/+30
2023-07-25drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.cSrinivasan Shanmugam1-17/+25
2023-07-25drm/radeon: Avoid externs & do not initialize globals to 0 in radeon_drv.cSrinivasan Shanmugam2-37/+27