summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie15-149/+186
2020-10-27drm/amdgpu/pm: fix the fan speed in fan1_input in manual mode for navi1xAlex Deucher1-8/+3
2020-10-27drm/amd/pm: fix the wrong fan speed in fan1_inputKenneth Feng1-8/+3
2020-10-27drm/amdgpu/swsmu: drop smu i2c bus on navi1xAlex Deucher1-25/+0
2020-10-26drm/amd/display: Clean up debug macrosTakashi Iwai2-21/+13
2020-10-26drm/amd/display: Don't invoke kgdb_breakpoint() unconditionallyTakashi Iwai1-1/+1
2020-10-26drm/amd/display: Fix kernel panic by dal_gpio_open() errorTakashi Iwai1-2/+2
2020-10-26drm/amdgpu/display: use kvzalloc again in dc_create_stateAlex Deucher1-2/+2
2020-10-26drm/amd/display: adding ddc_gpio_vga_reg_list to ddc reg def'nsMartin Leung1-0/+12
2020-10-26drm/amd/display: prevent null pointer accessDmytro Laktyushkin1-5/+7
2020-10-26drm/amdgpu: increase the reserved VM size to 2MBChristian König1-2/+2
2020-10-26drm/amd/display: Fixed panic during seamless boot.David Galiffi1-1/+2
2020-10-26drm/amdgpu: don't map BO in reserved regionMadhav Chauhan1-0/+10
2020-10-26drm/amdgpu: add DID for navi10 blockchain SKUTianci.Yin1-0/+1
2020-10-26drm/amdgpu: disable DCN and VCN for navi10 blockchain SKU(v3)Tianci.Yin1-2/+12
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König3-20/+11
2020-10-26drm/ttm: make num_pages uint32_tChristian König1-5/+5
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-2/+0
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-31/+187
2020-10-21drm/amdgpu: correct the cu and rb info for sienna cichlidLikun Gao1-0/+9
2020-10-21drm/amd/pm: remove the average clock value in sysfsKenneth Feng1-4/+8
2020-10-21drm/amd/pm: fix pp_dpm_fclkKenneth Feng1-0/+3
2020-10-21Revert drm/amdgpu: disable sienna chichlid UMC RASJohn Clements1-2/+2
2020-10-21drm/amd/pm: fix pcie information for sienna cichlidLikun Gao1-2/+2
2020-10-21drm/amdkfd: Use same SQ prefetch setting as amdgpuJay Cornwall1-2/+3
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+7
2020-10-21drm/amd/swsmu: correct wrong feature bit mappingKevin Wang1-10/+17
2020-10-21drm/amd/psp: Fix sysfs: cannot create duplicate filenameAndrey Grodzovsky1-1/+2
2020-10-21drm/amd/display: Avoid MST manager resource leak.Andrey Grodzovsky1-0/+7
2020-10-21drm/amd/display: Revert "drm/amd/display: Fix a list corruption"Andrey Grodzovsky1-1/+0
2020-10-21drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+1
2020-10-21drm/amd/swsmu: add missing feature map for sienna_cichlidKevin Wang2-0/+4
2020-10-21drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan1-1/+1
2020-10-21drm/amdgpu: add rlc iram and dram firmware supportLikun Gao6-8/+66
2020-10-21drm/amdgpu: add function to program pbb mode for sienna cichlidLikun Gao1-0/+62
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-1/+6
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-3/+10
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-3/+9
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-1/+6
2020-10-20Merge tag 'drm-next-2020-10-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-19/+64
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-3/+12
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie1-2/+2
2020-10-19drm/amd/display: Fix incorrect dsc force enable logicEryk Brol1-1/+1
2020-10-19Merge tag 'amd-drm-fixes-5.10-2020-10-14' of git://people.freedesktop.org/~ag...Dave Airlie10-18/+63
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds539-5003/+18642
2020-10-15drm/ttm: nuke caching placement flagsChristian König2-24/+8
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+1
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König2-3/+10
2020-10-14drm/amdkfd: Use kvfree in destroy_crat_imageKent Russell1-1/+1