summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-09drm/amdgpu: fix mem leak in atombiosMonk Liu1-1/+3
2016-06-09drm/amdgpu: vBIOS post only call when mem_size zeroMonk Liu1-2/+1
2016-06-09drm/amdgpu: fix pplib finish bugMonk Liu1-0/+5
2016-05-11drm/amd/amdgpu: Added more named DRM info messages for debuggingTom St Denis1-10/+10
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-1/+1
2016-05-11drm/amd: cleanup remaining spaces and tabs v2Christian König1-1/+1
2016-05-09Merge tag 'v4.6-rc7' into drm-nextDave Airlie1-7/+1
2016-05-05drm/amd/amdgpu: Add debugfs entries for smc/didt/pcieTom St Denis1-8/+222
2016-05-05drm/amdgpu: change ELM/BAF to Polaris10/Polaris11Flora Cui1-4/+4
2016-05-05drm/amdgpu: update the core VI support for ELM/BAFFlora Cui1-0/+2
2016-05-05drm/amdgpu: ungate SMC clockgating first before suspendFlora Cui1-4/+13
2016-05-05drm/amdgpu: add ELM/BAF asic typesAlex Deucher1-0/+2
2016-05-05drm/amdgpu: Mark all instances of struct drm_info_list as constNils Wallménius1-1/+1
2016-05-02drm/amdgpu: drop the GTT power of two limitChristian König1-5/+1
2016-04-27Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"Alex Deucher1-7/+1
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-1/+7
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-69/+91
2016-03-09drm/amdgpu: disable runtime pm on PX laptops without dGPU power controlAlex Deucher1-1/+7
2016-02-17drm/amdgpu: cleanup gem init/finitChristian König1-1/+0
2016-02-12drm/amdgpu: nuke the kernel contextChristian König1-6/+0
2016-02-12drm/amdgpu: use SDMA round robin for VM updates v3Christian König1-1/+1
2016-02-10drm/amdgpu: always repost cards that support SR-IOVAlex Deucher1-1/+2
2016-02-10drm/amdgpu: track whether the asic supports SR-IOVAlex Deucher1-0/+4
2016-02-10drm/amdgpu: remove unused functionAlex Deucher1-25/+0
2016-02-10drm/amdgpu: remove power of two limit for vramlimitChristian König1-6/+0
2016-02-10drm/amdgpu: remove the ring lock v2Christian König1-1/+0
2016-02-10drm/amdgpu: grab VMID before submitting job v5Christian König1-0/+1
2016-02-10drm/amdgpu: post card after hard resetAlex Deucher1-0/+3
2016-02-10drm/amdgpu: fix s4 resumeFlora Cui1-4/+9
2016-02-08drm/amdgpu: add pcie cap module parameters (v2)Alex Deucher1-65/+82
2015-12-22drm/amdgpu: store pcie gen mask and link widthAlex Deucher1-0/+78
2015-12-19drm/amdgpu: restrict the sched jobs number to power of twoChunming Zhou1-0/+9
2015-12-11drm/amdgpu: add more debugging output for driver failuresAlex Deucher1-16/+57
2015-12-02drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou1-1/+1
2015-12-02drm/amdgpu: call hpd_irq_event on resumeAlex Deucher1-0/+1
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