summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: move default gart size setting into gmc modulesAlex Deucher2017-08-241-1/+21
* drm/amd/amdgpu: expose fragment size as module parameter (v2)Roger He2017-08-171-2/+1
* drm/amd/amdgpu: store fragment_size in vm_managerRoger He2017-08-171-3/+6
* drm/amdgpu/gmc7: disable legacy vga features in gmc initAlex Deucher2017-07-251-0/+14
* drm/amdgpu: consistent name all GART related partsChristian König2017-07-141-4/+4
* drm/amdgpu: remove gtt_base_align handlingChristian König2017-07-141-1/+0
* drm/amdgpu: cleanup initializing gtt_sizeChristian König2017-07-141-9/+1
* drm/amdgpu: remove *_mc_access from display funcsAlex Deucher2017-07-141-13/+4
* drm/amdgpu/gmc7: drop fb location programmingAlex Deucher2017-07-141-13/+0
* drm/amdgpu/gmc7: use the vram location programmed by the vbiosAlex Deucher2017-07-141-1/+4
* Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-06-161-63/+30
|\
| * drm/amdgpu: fix the gart table cleared issue for S3Huang Rui2017-06-061-0/+2
| * drm/amdgpu: cleanup adjust_mc_addr handling v4Christian König2017-05-311-1/+8
| * drm/amdgpu: cleanup VM manager init/finiChristian König2017-05-241-62/+20
| * drm/amdgpu: fix fundamental suspend/resume issueChristian König2017-05-241-13/+2
* | Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie2017-05-301-13/+2
|\ \
| * | drm/amdgpu: fix fundamental suspend/resume issueChristian König2017-05-241-13/+2
| |/
* | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-05-181-2/+3
|\|
| * drm/amdgpu: increase gtt size to 3GB by default v2Chunming Zhou2017-04-281-1/+2
| * drm/amdgpu: split VMID management by VMHUBChristian König2017-04-281-1/+1
* | drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-161-1/+1
|/
* drm/amdgpu: set vm size and block size by individual gmc by default (v3)Junwei Zhang2017-04-071-5/+1
* drm/amdgpu: fix vm size and block size for VMPT (v5)Zhang, Jerry2017-04-061-2/+7
* drm/amdgpu: Read vram width from integrated system info tableHarry Wentland2017-04-041-41/+46
* drm/amdgpu: add num_level to the VM managerChristian König2017-03-291-0/+1
* drm/amdgpu: add a callback to set vm mapping flagsAlex Xie2017-03-291-0/+16
* drm/amdgpu: set GART PTE asic specific flagsAlex Xie2017-03-291-0/+1
* drm/amdgpu: expand pte flags to uint64_tChunming Zhou2017-03-291-1/+1
* drm/amdgpu/ih: store the full context idAlex Deucher2017-03-291-1/+1
* drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher2017-03-291-2/+2
* drm/amdgpu: init aperture definitions (v2)Junwei Zhang2017-03-291-0/+8
* gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-291-5/+3
* drm/amdgpu: implement PRT for GFX7 v2Christian König2017-03-291-0/+57
* drm/amdgpu: access stolen VRAM directly on KV/KB (v2)Christian König2017-01-271-1/+8
* Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory ...Alex Deucher2016-12-061-6/+1
* amdgpu: Wrap dev_err() calls on vm faults with printk_ratelimit()Edward O'Callaghan2016-11-231-7/+9
* amdgpu: Use dev_err() over vanilla printk() in vm_decode_fault()Edward O'Callaghan2016-11-231-1/+1
* drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-251-1/+19
* drm/amdgpu/gmc7: remove dead code (v2)Heinrich Schuchardt2016-08-231-9/+1
* drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpuKen Wang2016-08-081-1/+6
* drm/amdgpu/gmc7: add missing mullins caseAlex Deucher2016-08-081-0/+1
* drm/amdgpu/gmc7: remove duplicate wait_for_idle functionsAlex Deucher2016-07-071-28/+5
* drm/amdgpu: drop wait_for_mc_idle asic callbackAlex Deucher2016-07-071-4/+4
* drm/amdgpu/gmc: make some functions staticAlex Deucher2016-07-071-4/+4
* drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis2016-05-111-0/+1
* Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-091-1/+4
|\
| * drm/amdgpu: disable vm interrupts with vm_fault_stop=2Flora Cui2016-04-271-1/+4
* | drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis2016-05-041-113/+0
|/
* drm/amdgpu/gmc: move vram type fetching into sw_initAlex Deucher2016-04-011-8/+8
* Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-171-1/+1
|\