aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-29gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not setAlexander Kuleshov1-0/+6
2015-06-29drm/amdgpu: allocate ip_block_enabled memory in common codeAlex Deucher1-1/+3
2015-06-29drm/amdgpu: remove unnecessary check before kfreeManinder Singh1-2/+1
2015-06-08drm/amdgpu: also print the pci revision when printing the pci idsAlex Deucher1-3/+3
2015-06-03drm/amdgpu: remove mclk_lockChristian König1-1/+0
2015-06-03drm/amdgpu: fix description of vm_size module parameter (v2)Alex Deucher1-3/+3
2015-06-03drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang11-25/+25
2015-06-03drm/amdgpu: add and implement the GPU reset status queryMarek Olšák1-0/+1
2015-06-03drm/amdgpu: Add initial VI supportAlex Deucher1-1/+14
2015-06-03drm/amdgpu: Add support for CIK partsAlex Deucher1-0/+19
2015-06-03drm/amdgpu: add core driver (v4)Alex Deucher1-0/+1971