aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-20drm/amdkfd: Set correct doorbell packet type for CarrizoBen Goz2-0/+6
2015-07-20drm/amdkfd: Use generic defines in new amd headersOded Gabbay3-22/+21
2015-07-20drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz1-4/+87
2015-07-20drm/amdkfd: fix runlist length calculationBen Goz1-1/+7
2015-07-20drm/amdkfd: Add support for VI in DQMBen Goz1-4/+99
2015-07-20drm/amdkfd: add support for VI in MQD managerBen Goz2-4/+248
2015-07-20drm/amdkfd: add CP HWS packet headers for VIBen Goz1-0/+398
2015-07-20drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz1-1/+6
2015-07-20drm/amdkfd: Add dependency of DRM_AMDGPU to KconfigOded Gabbay1-1/+1
2015-07-20drm/amdgpu: Add amdgpu <--> amdkfd gfx8 interfaceBen Goz6-1/+971
2015-07-20drm/amdgpu: add amdgpu <--> amdkfd gfx7 interfaceOded Gabbay4-1/+680
2015-07-20drm/amdgpu: Add H/W agnostic amdgpu <--> amdkfd interfaceOded Gabbay8-1/+362
2015-07-20drm/radeon: Modify kgd_engine_type enum to match CZOded Gabbay1-1/+2
2015-07-16drm/amdgpu/dce8: Re-set VBLANK interrupt state when enabling a CRTCMichel Dänzer1-0/+4
2015-07-16drm/amdgpu/cz: silence some dpm debug outputAlex Deucher1-3/+3
2015-07-16drm/amdgpu/cz: store the forced dpm levelAlex Deucher1-0/+2
2015-07-16drm/amdgpu/cz: unforce dpm levels before forcing to low/highAlex Deucher1-1/+7
2015-07-16drm/amdgpu: remove bogus check in gfx8 rb setupAlex Deucher1-4/+1
2015-07-16drm/amdgpu: set proper index/data pair for smc regs on CZ (v2)Alex Deucher1-2/+33
2015-07-16drm/amdgpu: disable the IP module if early_init returns -ENOENT (v2)Alex Deucher1-2/+7
2015-07-16drm/amdgpu: stop context leak in the error pathChristian König1-2/+6
2015-07-16drm/amdgpu: validate the context id in the dependenciesChristian König1-1/+10
2015-07-10Merge tag 'drm-amdkfd-fixes-2015-07-09' of git://people.freedesktop.org/~gabbayo/linux into drm-fixesDave Airlie1-2/+7
2015-07-09drm/amdgpu: fix timeout calculationChristian König1-1/+1
2015-07-09drm/amdkfd: validate pdd where it acquired firstManinder Singh1-2/+7
2015-07-08drm/amdgpu: Handle irqs only based on irq ring, not irq status regs.Mario Kleiner3-24/+42
2015-07-02Merge branch 'drm-next-4.2' of git://people.freedesktop.org/~agd5f/linuxLinus Torvalds20-76/+482
2015-06-29drm/amdgpu: add flag to delay VM updatesChristian König1-3/+3
2015-06-29drm/amdgpu: add optional dependencies to the CS IOCTL v2Christian König1-1/+58
2015-06-29drm/amdgpu: recreate fence from user seqChristian König3-9/+44
2015-06-29gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not setAlexander Kuleshov1-0/+6
2015-06-29drm/amdgpu: disable enable_nb_ps_policy temporarilySonny Jiang1-1/+1
2015-06-29drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOnSonny Jiang1-1/+1
2015-06-29drm/amdgpu: allocate ip_block_enabled memory in common codeAlex Deucher3-9/+3
2015-06-29drm/amdgpu: remove unnecessary check before kfreeManinder Singh1-2/+1
2015-06-29drm/amdgpu: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-06-29drm/amdgpu: add chunk id validity checkChristian König1-3/+11
2015-06-29drm/amdgpu: fix crash on invalid CS IOCTLChristian König1-2/+3
2015-06-29drm/amdgpu: reset wptr at cp compute resume (v2)Sonny Jiang1-0/+6
2015-06-29drm/amdgpu: check VCE feedback and bitstream indexChristian König1-8/+16
2015-06-29drm/amdgpu: make VCE handle check more strictChristian König1-16/+48
2015-06-29drm/amdgpu: check VCE relocation buffer rangeChristian König3-29/+92
2015-06-29drm/amdgpu: silence invalid error messageChristian König1-1/+1
2015-06-29drm/amdgpu: fix wrong typemonk.liu1-1/+2
2015-06-29drm/amdgpu: print the bo_list in the CS trace point as wellChristian König1-2/+4
2015-06-29drm/amdgpu: add amdgpu_bo_list_set trace pointChristian König2-0/+18
2015-06-29drm/amdgpu: add BO map/unmap trace pointChristian König2-0/+52
2015-06-29drm/amdgpu: simplify fence debugfs output a bitChristian König1-2/+3
2015-06-29drm/amdgpu: Configure doorbell to maximum slotsBen Goz1-1/+1
2015-06-29drm/amdgpu: Initialize compute sdma and memory from kgdBen Goz4-0/+123