summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis2016-05-111-1/+1
* drm/amd: cleanup remaining spaces and tabs v2Christian König2016-05-111-1/+1
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-091-7/+1
|\
| * Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"Alex Deucher2016-04-271-7/+1
* | drm/amd/amdgpu: Add debugfs entries for smc/didt/pcieTom St Denis2016-05-041-8/+222
* | drm/amdgpu: change ELM/BAF to Polaris10/Polaris11Flora Cui2016-05-041-4/+4
* | drm/amdgpu: update the core VI support for ELM/BAFFlora Cui2016-05-041-0/+2
* | drm/amdgpu: ungate SMC clockgating first before suspendFlora Cui2016-05-041-4/+13
* | drm/amdgpu: add ELM/BAF asic typesAlex Deucher2016-05-041-0/+2
* | drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius2016-05-041-1/+1
* | drm/amdgpu: drop the GTT power of two limitChristian König2016-05-021-5/+1
|/
* Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-171-1/+7
|\
| * drm/amdgpu: disable runtime pm on PX laptops without dGPU power controlAlex Deucher2016-03-091-1/+7
* | Merge drm-fixes into drm-next.Dave Airlie2016-03-141-69/+91
|\ \ | |/ |/|
| * drm/amdgpu: fix s4 resumeFlora Cui2016-02-101-4/+9
| * drm/amdgpu: add pcie cap module parameters (v2)Alex Deucher2016-02-081-65/+82
* | drm/amdgpu: cleanup gem init/finitChristian König2016-02-161-1/+0
* | drm/amdgpu: nuke the kernel contextChristian König2016-02-121-6/+0
* | drm/amdgpu: use SDMA round robin for VM updates v3Christian König2016-02-121-1/+1
* | drm/amdgpu: always repost cards that support SR-IOVAlex Deucher2016-02-101-1/+2
* | drm/amdgpu: track whether the asic supports SR-IOVAlex Deucher2016-02-101-0/+4
* | drm/amdgpu: remove unused functionAlex Deucher2016-02-101-25/+0
* | drm/amdgpu: remove power of two limit for vramlimitChristian König2016-02-101-6/+0
* | drm/amdgpu: remove the ring lock v2Christian König2016-02-101-1/+0
* | drm/amdgpu: grab VMID before submitting job v5Christian König2016-02-101-0/+1
* | drm/amdgpu: post card after hard resetAlex Deucher2016-02-101-0/+3
|/
* drm/amdgpu: store pcie gen mask and link widthAlex Deucher2015-12-211-0/+78
* drm/amdgpu: restrict the sched jobs number to power of twoChunming Zhou2015-12-181-0/+9
* drm/amdgpu: add more debugging output for driver failuresAlex Deucher2015-12-111-16/+57
* drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou2015-12-021-1/+1
* drm/amdgpu: call hpd_irq_event on resumeAlex Deucher2015-12-021-0/+1
* 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
OpenPOWER on IntegriCloud