aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20drm/amdgpu: Fix kernel NULL pointer dereference in dpm functionsRex Zhu3-0/+3
2018-03-20drm/amdgpu: Fix kernel NULL pointer dereference when amdgpu finiRex Zhu2-1/+3
2018-03-20drm/amdgpu - Disable all irqs before disabling all CRTCsMikita Lipski1-3/+2
2018-03-20drm/amdgpu: Disable irq on device before destroying itMikita Lipski1-2/+3
2018-03-20drm/amdgpu: Use atomic function to disable crtcs with dc enabledMikita Lipski1-3/+6
2018-03-20drm/amd/amdgpu: fix offset into page with amdgpu_iomem debugfs fileTom St Denis1-2/+2
2018-03-20drm/amdgpu/nbio6: Correct PCIE_INDEX/DATA pair used for smn register accessingHawking Zhang1-2/+2
2018-03-20drm/amdgpu: add documentation for amdgpu_device.cAlex Deucher1-12/+427
2018-03-20drm/amdgpu: add VCN to firmware query interfaceAlex Deucher1-0/+12
2018-03-19drm/amd/pp: Delete get_xclk function in powerplay (v2)Rex Zhu1-4/+1
2018-03-19drm/amdgpu: Delete dead code when early initRex Zhu2-10/+0
2018-03-16drm/amd/pp: Remove the cgs wrapper for notify smu version on APURex Zhu1-5/+0
2018-03-15drm/amdgpu: Improve documentation of bo_ptr in amdgpu_bo_create_kernelAndrey Grodzovsky1-2/+6
2018-03-15drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.cRex Zhu1-3/+0
2018-03-15drm/amdgpu: Remove wrapper layer of smu ip functionsRex Zhu14-354/+70
2018-03-15drm/amdgpu: Don't compared ip_block_type with ip_block_indexRex Zhu1-1/+1
2018-03-15drm/amdgpu: Plus NULL function pointer checkRex Zhu1-3/+6
2018-03-14drm/amdgpu/sdma4: Remove unused header file from sdma_v4_0.cFeifei Xu1-2/+0
2018-03-14drm/amdgpu/sdma4: use num_instances for clock/powergating configAlex Deucher1-4/+4
2018-03-14drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer1-19/+12
2018-03-14drm/amdgpu: move getting pcie info to common codeAlex Deucher5-9/+5
2018-03-14drm/amdgpu/soc15: always load the psp moduleAlex Deucher1-2/+1
2018-03-14drm/amdgpu: use adev->firmware to determine whether to load the PSP moduleAlex Deucher1-1/+1
2018-03-14drm/amdgpu: move firmware loading type setup to common codeAlex Deucher4-7/+2
2018-03-14drm/amdgpu/psp: add a few more fw load type checksAlex Deucher1-0/+9
2018-03-14drm/amdgpu: Move IH clientid defs to separate fileOak Zeng9-60/+21
2018-03-14drm/amdgpu: Remove some unused elements from amdgpu_connector structHarry Wentland1-29/+0
2018-03-14drm/amdgpu: save/restore backlight level in legacy dce codeAlex Deucher7-2/+40
2018-03-14drm/amdgpu: fix prime teardown orderChristian König2-2/+2
2018-03-14drm/amdgpu: explicit give BO type to amdgpu_bo_createChristian König12-66/+60
2018-03-14drm/amdgpu: initial validate the prime BOs into the CPU domainChristian König1-1/+3
2018-03-14drm/amdgpu: drop the backing store when DMA-buf imports are evictedChristian König1-0/+6
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+4
2018-03-14drm/amdgpu: refactoring mailbox to fix TDR handshake bugs(v2)Monk Liu2-94/+109
2018-03-14drm/amdgpu: implement mmio byte access helper for MBMonk Liu2-0/+32
2018-03-14drm/amdgpu: query vram type from atombiosHawking Zhang3-7/+93
2018-03-14drm/amd/amdgpu: Add missing "DDR4" labelTom St Denis1-1/+2
2018-03-14drm/amdgpu: Correct the amdgpu_ucode_fini_bo place for TongaEmily Deng2-3/+3
2018-03-14drm/amdgpu: Correct the place of amdgpu_pm_sysfs_finiEmily Deng1-1/+1
2018-03-14drm/amdgpu: stop allocating a page array for prime shared BOsChristian König2-3/+4
2018-02-06drm/amdgpu: Add submit IB function for KFDFelix Kuehling4-0/+61
2018-02-06drm/amdgpu: Add GPUVM memory management functions for KFDFelix Kuehling9-4/+1741
2018-02-06drm/amdgpu: add amdgpu_sync_cloneFelix Kuehling2-0/+36
2018-02-06drm/amdgpu: Update kgd2kfd_shared_resources for dGPU supportFelix Kuehling2-2/+20
2018-02-06drm/amdgpu: Add KFD eviction fenceFelix Kuehling6-4/+235
2018-02-06drm/amdgpu: Remove unused kfd2kgd interfaceFelix Kuehling2-19/+0
2018-02-06drm/amdgpu: Fix wrong mask in get_atc_vmid_pasid_mapping_pasidFelix Kuehling2-2/+2
2018-02-06drm/amdgpu: Fix header file dependenciesFelix Kuehling2-0/+2
2018-02-06drm/amdgpu: Replace kgd_mem with amdgpu_bo for kernel pinned gtt memYong Zhao1-24/+23
2018-02-06drm/amdgpu: remove useless BUG_ONsFelix Kuehling3-10/+0