summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-06drm/amd/powerplay: add new sysfs interface for retrieving gpu metrics(V2)Evan Quan6-0/+90
2020-08-06drm/amd/powerplay: define an universal data structure for gpu metrics (V4)Evan Quan1-0/+108
2020-08-06drm/amdgpu: fix spelling mistake "paramter" -> "parameter"Colin Ian King1-1/+1
2020-08-06drm/amd/powerplay: grant Arcturus softmin/max setting on latest PM firmwareEvan Quan1-4/+6
2020-08-06drm/amdkfd: option to disable system mem limitPhilip Yang3-1/+16
2020-08-06drm/amd/display: Fix wrong return value in dm_update_plane_state()Tianjia Zhang1-2/+1
2020-08-05drm/amd/display: Constify dcn30_res_pool_funcsRikard Falkeborn1-1/+1
2020-08-05drm/amd/display: Constify dcn21_res_pool_funcsRikard Falkeborn1-1/+1
2020-08-05drm/amd/display: Constify dcn20_res_pool_funcsRikard Falkeborn1-1/+1
2020-08-05drm/amd/display: Indent an if statementDan Carpenter1-1/+1
2020-08-05drm/amdgpu: move vram usage by vbios to mman (v2)Alex Deucher6-29/+23
2020-08-05drm/amdgpu: move IP discovery data to mmanAlex Deucher5-44/+44
2020-08-05drm/amdgpu: move stolen memory from gmc to mmanAlex Deucher4-21/+22
2020-08-05drm/amdgpu/gmc: disable keep_stolen_vga_memory on arcturusAlex Deucher1-1/+0
2020-08-05drm/amdgpu: drop the CPU pointers for the stolen vga bosAlex Deucher1-11/+5
2020-08-05drm/amdgpu/gmc10: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher1-32/+25
2020-08-05drm/amdgpu/gmc9: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher1-74/+38
2020-08-05drm/amdgpu/gmc8: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher1-5/+4
2020-08-05drm/amdgpu/gmc7: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher1-5/+4
2020-08-05drm/amdgpu/gmc6: switch to using amdgpu_gmc_get_vbios_allocationsAlex Deucher1-4/+2
2020-08-05drm/amdgpu/gmc: add new helper to get the FB size used by pre-OS consoleAlex Deucher2-0/+48
2020-08-05drm/amdgpu: add support for extended stolen vga memoryAlex Deucher2-2/+13
2020-08-05drm/amdgpu: move keep stolen memory check into gmc coreAlex Deucher3-9/+12
2020-08-05drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmcAlex Deucher8-11/+11
2020-08-05drm/amdgpu: use a define for the memory size of the vga emulatorAlex Deucher6-6/+8
2020-08-05drm/amdgpu: use create_at for the stolen pre-OS bufferAlex Deucher1-4/+4
2020-08-05drm/amdgpu: handle bo size 0 in amdgpu_bo_create_kernel_at (v2)Alex Deucher1-0/+3
2020-08-05drm/amdgpu/smu: rework i2c adpater registrationAlex Deucher4-48/+6
2020-08-05drm/amd/display: 3.2.97Aric Cyr1-1/+1
2020-08-05drm/amd/display: [FW Promotion] Release 0.0.27Anthony Koo1-3/+12
2020-08-05drm/amd/display: Separate pipe disconnect from rest of progrmamingAlvin Lee7-0/+141
2020-08-05drm/amd/display: Add debugfs for forcing stream timing syncVictor Lu5-4/+75
2020-08-05drm/amd/display: Display goes blank after instIgor Kravchenko3-3/+56
2020-08-05drm/amd/display: Change null plane state swizzle mode to 4kb_sGeorge Shen1-2/+2
2020-08-05drm/amd/display: Use helper function to check for HDMI signalJinZe.Xu1-1/+1
2020-08-05drm/amd/display: AMD OUI (DPCD 0x00300) skipped on some sinkAric Cyr1-16/+0
2020-08-05drm/amd/display: Comments on how to use DSC debugfs some entriesEryk Brol1-0/+45
2020-08-05drm/amd/display: Fix logger contextHarry Wentland1-1/+2
2020-08-05drm/amd/display: DSC Bit target rate debugfs write entryEryk Brol4-1/+98
2020-08-05drm/amd/display: populate new dml variableDmytro Laktyushkin1-1/+2
2020-08-05drm/amd/display: Read VBIOS Golden Settings TblIgor Kravchenko10-9/+182
2020-08-05drm/amd/display: Use parameter for call to set output muxEric Bernstein1-2/+5
2020-08-05drm/amd/display: Update virtual stream encoderEric Bernstein1-0/+13
2020-08-05drm/amd/display: DSC Slice height debugfs write entryEryk Brol4-1/+107
2020-08-05drm/amdgpu: added RAS EEPROM device support checkJohn Clements1-1/+16
2020-08-05drm/amdgpu: enable RAS support for sienna cichlidJohn Clements2-2/+7
2020-08-05drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu7-73/+76
2020-08-05drm/amdgpu: update eeprom once specifying one bigger threshold(v3)Guchun Chen1-2/+28
2020-08-05drm/amdgpu: disable page reservation when amdgpu_bad_page_threshold = 0Guchun Chen2-4/+6
2020-08-05drm/amdgpu: decouple sysfs creating of bad page nodeGuchun Chen1-21/+42