aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: update the core VI support for StoneySamuel Li2015-10-211-1/+2
* drm/amdgpu: add Stoney chip familySamuel Li2015-10-211-0/+1
* drm/amdgpu: remove the exclusive lockChristian König2015-10-211-4/+0
* drm/amdgpu: remove old lockup detection infrastructureChristian König2015-10-211-6/+0
* drm/amdgpu: unpin cursor BOs on suspend and pin them again on resumeAlex Deucher2015-10-141-1/+30
* drm/amdgpu: Spell vga_switcheroo consistentlyLukas Wunner2015-10-021-1/+1
* drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checksAlex Deucher2015-09-231-0/+4
* drm/amdgpu: export reservation_object from dmabuf to ttm (v2)Christian König2015-09-231-2/+3
* drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)Alex Deucher2015-09-031-1/+2
* drm/amdgpu: cleanup amdgpu_ctx inti/fini v2Christian König2015-08-171-8/+5
* drm/amdgpu: add kernel ctx support (v2)Chunming Zhou2015-08-171-0/+9
* drm/amdgpu: Add Fiji DID 0x7300 common supportDavid Zhang2015-08-171-0/+2
* drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou2015-08-171-2/+2
* drm/amdgpu: add fence suspend/resume functionsAlex Deucher2015-08-171-17/+4
* drm/amdgpu: clean up init sequence for failuresAlex Deucher2015-07-291-16/+22
* drm/amdgpu: disable the IP module if early_init returns -ENOENT (v2)Alex Deucher2015-07-161-2/+7
* gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not setAlexander Kuleshov2015-06-291-0/+6
* drm/amdgpu: allocate ip_block_enabled memory in common codeAlex Deucher2015-06-291-1/+3
* drm/amdgpu: remove unnecessary check before kfreeManinder Singh2015-06-291-2/+1
* drm/amdgpu: also print the pci revision when printing the pci idsAlex Deucher2015-06-081-3/+3
* drm/amdgpu: remove mclk_lockChristian König2015-06-031-1/+0
* drm/amdgpu: fix description of vm_size module parameter (v2)Alex Deucher2015-06-031-3/+3
* drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang12015-06-031-25/+25
* drm/amdgpu: add and implement the GPU reset status queryMarek Olšák2015-06-031-0/+1
* drm/amdgpu: Add initial VI supportAlex Deucher2015-06-031-1/+14
* drm/amdgpu: Add support for CIK partsAlex Deucher2015-06-031-0/+19
* drm/amdgpu: add core driver (v4)Alex Deucher2015-06-031-0/+1971