summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon/radeon_vm: Fix function naming disparitiesLee Jones2021-05-211-2/+2
* drm/radeon/cik: Fix incorrectly named function 'cik_irq_suspend()'Lee Jones2021-05-211-1/+1
* drm/amd/amdgpu/dce_v6_0: Repair function name of 'si_get_number_of_dram_chann...Lee Jones2021-05-211-1/+1
* drm/amd/amdgpu/si_dma: Fix some function name disparityLee Jones2021-05-211-3/+3
* drm/amd/amdgpu/gfx_v7_0: Repair function names in the documentationLee Jones2021-05-211-3/+3
* drm/amd/amdgpu/cik_sdma: Fix a few incorrectly named functionsLee Jones2021-05-211-4/+4
* drm/amd/amdgpu/amdgpu_gmc: Fix a little naming related doc-rotLee Jones2021-05-211-2/+2
* drm/amd/amdgpu/amdgpu_debugfs: Fix a couple of misnamed functionsLee Jones2021-05-211-2/+2
* drm/amd/amdgpu/amdgpu_ids: Correct some function name disparityLee Jones2021-05-211-4/+4
* drm/radeon/radeon_cs: Fix incorrectly documented function 'radeon_cs_parser_f...Lee Jones2021-05-211-1/+1
* drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gateJames Zhu2021-05-211-2/+2
* drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gateJames Zhu2021-05-211-2/+2
* drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power gateJames Zhu2021-05-211-0/+2
* drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gateJames Zhu2021-05-211-3/+2
* drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gateJames Zhu2021-05-211-0/+2
* drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gateJames Zhu2021-05-211-0/+2
* drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gateJames Zhu2021-05-211-1/+5
* drm/amdgpu: Skip the program of MMMC_VM_AGP_* in SRIOVPeng Ju Zhou2021-05-211-5/+5
* drm/amdgpu: Modify MMHUB register access from MMIO to RLCG in file mmhub_v2*pengzhou2021-05-211-18/+19
* drm/amdgpu: Modify GC register access from MMIO to RLCG in file amdgpu_gmc.cPeng Ju Zhou2021-05-212-10/+24
* drm/amdgpu: Modify GC register access from MMIO to RLCG in file nv.cPeng Ju Zhou2021-05-211-1/+1
* drm/amdgpu: Modify GC register access from MMIO to RLCG in file sdma_v5*Peng Ju Zhou2021-05-211-36/+42
* drm/amdgpu: Modify GC register access from MMIO to RLCG in file soc15.cPeng Ju Zhou2021-05-211-2/+5
* drm/amdgpu: Modify GC register access from MMIO to RLCG in file kfd_v10*Peng Ju Zhou2021-05-211-21/+21
* drm/amdgpu: Modify GC register access from MMIO to RLCG in file gfx_v10*Peng Ju Zhou2021-05-211-16/+16
* drm/amdgpu: Indirect register access for Navi12 sriovPeng Ju Zhou2021-05-216-84/+97
* drm/amd/pm: Update PPTable struct for beige_gobyChengming Gui2021-05-211-1/+1
* drm/amdkfd: correct sienna_cichlid SDMA RLC register offset errorKevin Wang2021-05-211-6/+6
* drm/amdgpu/pm: display vcn pp dpm (v4)David M Nieto2021-05-216-8/+135
* drm/amdgpu/pm: add new fields for Navi1x (v3)David M Nieto2021-05-211-17/+65
* drm/amdgpu/pm: Update metrics table (v2)David M Nieto2021-05-212-0/+72
* drm/amd/pm: correct MGpuFanBoost settingEvan Quan2021-05-212-0/+19
* drm/amd/display: take dc_lock in short pulse handler onlyAurabindo Pillai2021-05-213-3/+22
* Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-05-21134-930/+51820
|\
| * drm/amdgpu: stop touching sched.ready in the backendChristian König2021-05-204-16/+1
| * drm/amd/amdgpu: fix a potential deadlock in gpu resetLang Yu2021-05-201-1/+0
| * drm/amdgpu: modify system reference clock source for navi+ (V2)Aaron Liu2021-05-201-0/+15
| * drm/amdgpu: update sdma golden setting for Navi12Guchun Chen2021-05-201-0/+4
| * drm/amdgpu: update gc golden setting for Navi12Guchun Chen2021-05-201-2/+4
| * drm/amdgpu: Fix a use-after-freexinhui pan2021-05-201-0/+1
| * drm/amdgpu/display: restore the backlight on modeset (v2)Alex Deucher2021-05-201-0/+6
| * drm/amdgpu/display: add helper functions to get/set backlight (v2)Alex Deucher2021-05-202-11/+38
| * drm/amdgpu: Query correct register for DF hashing on AldebaranMukul Joshi2021-05-202-4/+8
| * drm/amdgpu: add video_codecs query support for aldebaranJames Zhu2021-05-201-0/+1
| * drm/amdkfd: fix a resource leakage issueDennis Li2021-05-201-0/+2
| * drm/amdgpu: Move dmabuf attach/detach to backend_(un)bindFelix Kuehling2021-05-202-29/+25
| * drm/amdgpu: Add DMA mapping of GTT BOsFelix Kuehling2021-05-202-1/+77
| * drm/amdgpu: Move kfd_mem_attach outside reservationFelix Kuehling2021-05-201-31/+44
| * drm/amdgpu: DMA map/unmap when updating GPU mappingsFelix Kuehling2021-05-201-27/+29
| * drm/amdgpu: Add multi-GPU DMA mapping helpersFelix Kuehling2021-05-202-9/+148