aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-17drm/amd/amdgpu: expose fragment size as module parameter (v2)Roger He1-2/+1
2017-08-17drm/amd/amdgpu: store fragment_size in vm_managerRoger He1-3/+6
2017-07-25drm/amdgpu/gmc8: disable legacy vga features in gmc initAlex Deucher1-0/+14
2017-07-25drm/amdgpu/gmc8: SRIOV need to program fb locationEmily Deng1-1/+15
2017-07-14drm/amdgpu: consistent name all GART related partsChristian König1-4/+4
2017-07-14drm/amdgpu: remove gtt_base_align handlingChristian König1-1/+0
2017-07-14drm/amdgpu: cleanup initializing gtt_sizeChristian König1-9/+1
2017-07-14drm/amdgpu: remove *_mc_access from display funcsAlex Deucher1-12/+4
2017-07-14drm/amdgpu/gmc8: drop fb location programmingAlex Deucher1-13/+0
2017-07-14drm/amdgpu/gmc8: use the vram location programmed by the vbiosAlex Deucher1-1/+4
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-63/+30
2017-06-06drm/amdgpu: fix the gart table cleared issue for S3Huang Rui1-0/+2
2017-05-31drm/amdgpu: cleanup adjust_mc_addr handling v4Christian König1-1/+8
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie1-13/+2
2017-05-24drm/amdgpu: cleanup VM manager init/finiChristian König1-62/+20
2017-05-24drm/amdgpu: fix fundamental suspend/resume issueChristian König1-13/+2
2017-05-24drm/amdgpu: fix fundamental suspend/resume issueChristian König1-13/+2
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-2/+3
2017-05-16drm/amd: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+1
2017-04-28drm/amdgpu: increase gtt size to 3GB by default v2Chunming Zhou1-1/+2
2017-04-28drm/amdgpu: split VMID management by VMHUBChristian König1-1/+1
2017-04-07drm/amdgpu: set vm size and block size by individual gmc by default (v3)Junwei Zhang1-5/+1
2017-04-06drm/amdgpu: fix vm size and block size for VMPT (v5)Zhang, Jerry1-2/+7
2017-04-04drm/amdgpu: Read vram width from integrated system info tableHarry Wentland1-41/+46
2017-03-29drm/amdgpu: add num_level to the VM managerChristian König1-0/+1
2017-03-29drm/amdgpu: load mc firware in driver for Polaris.Rex Zhu1-6/+84
2017-03-29drm/amdgpu: remove unneeded conversions to boolAndrew F. Davis1-2/+2
2017-03-29drm/amdgpu: add a callback to set vm mapping flagsAlex Xie1-0/+18
2017-03-29drm/amdgpu: set GART PTE asic specific flagsAlex Xie1-0/+1
2017-03-29drm/amdgpu: expand pte flags to uint64_tChunming Zhou1-1/+1
2017-03-29drm/amdgpu/ih: store the full context idAlex Deucher1-2/+2
2017-03-29drm/amdgpu: switch ih handling to two levels (v3)Alex Deucher1-2/+2
2017-03-29drm/amdgpu: init aperture definitions (v2)Junwei Zhang1-0/+8
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-5/+3
2017-03-29drm/amdgpu: implement PRT for GFX8 v2Christian König1-0/+57
2017-03-29drm/amdgpu:cg & pg shouldn't active on VF deviceMonk Liu1-0/+6
2017-03-29drm/amdgpu/virt: skip VM fault handler for VFPixel Ding1-0/+7
2017-01-27drm/amdgpu: access stolen VRAM directly on CZ (v2)Christian König1-1/+8
2017-01-27drm/amdgpu: add get clockgating_state method for gmc v8Huang Rui1-0/+16
2017-01-06drm/amd/amdgpu: add Polaris12 support (v3)Junwei Zhang1-0/+5
2016-12-06Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpu"Alex Deucher1-6/+1
2016-11-23amdgpu: Wrap dev_err() calls on vm faults with printk_ratelimit()Edward O'Callaghan1-7/+9
2016-11-23amdgpu: Use dev_err() over vanilla printk() in vm_decode_fault()Edward O'Callaghan1-1/+1
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-0/+1
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+28
2016-10-21drm/amdgpu/st: move ATC CG golden init from gfx to mcAlex Deucher1-0/+1
2016-10-14drm/amdgpu: fix amdgpu_need_full_reset (v2)Alex Deucher1-7/+6
2016-09-28Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-1/+3
2016-09-19drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu1-1/+3
2016-08-25Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-20/+56