summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21drm/amdgpu: update the core VI support for StoneySamuel Li1-1/+2
2015-10-21drm/amdgpu: add Stoney chip familySamuel Li1-0/+1
2015-10-21drm/amdgpu: remove the exclusive lockChristian König1-4/+0
2015-10-21drm/amdgpu: remove old lockup detection infrastructureChristian König1-6/+0
2015-10-14drm/amdgpu: unpin cursor BOs on suspend and pin them again on resumeAlex Deucher1-1/+30
2015-10-02drm/amdgpu: Spell vga_switcheroo consistentlyLukas Wunner1-1/+1
2015-09-24drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checksAlex Deucher1-0/+4
2015-09-24drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König1-2/+3
2015-09-03drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher1-1/+2
2015-08-17drm/amdgpu: cleanup amdgpu_ctx inti/fini v2Christian König1-8/+5
2015-08-17drm/amdgpu: add kernel ctx support (v2)Chunming Zhou1-0/+9
2015-08-17drm/amdgpu: Add Fiji DID 0x7300 common supportDavid Zhang1-0/+2
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou1-2/+2
2015-08-17drm/amdgpu: add fence suspend/resume functionsAlex Deucher1-17/+4
2015-07-29drm/amdgpu: clean up init sequence for failuresAlex Deucher1-16/+22
2015-07-16drm/amdgpu: disable the IP module if early_init returns -ENOENT (v2)Alex Deucher1-2/+7
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-09drm/amdgpu: also print the pci revision when printing the pci idsAlex Deucher1-3/+3
2015-06-04drm/amdgpu: remove mclk_lockChristian König1-1/+0
2015-06-04drm/amdgpu: fix description of vm_size module parameter (v2)Alex Deucher1-3/+3
2015-06-04drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang11-25/+25
2015-06-04drm/amdgpu: add and implement the GPU reset status queryMarek Olšák1-0/+1
2015-06-04drm/amdgpu: Add initial VI supportAlex Deucher1-1/+14
2015-06-04drm/amdgpu: Add support for CIK partsAlex Deucher1-0/+19
2015-06-04drm/amdgpu: add core driver (v4)Alex Deucher1-0/+1971