aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/cik.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29drm/amdgpu: use new flag to handle different firmware loading methodHuang Rui1-0/+2
2017-03-29drm/amdgpu: add asic callback to get memsize registerAlex Deucher1-0/+6
2017-02-17drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu1-0/+1
2017-02-08drm/amdgpu: enable vce pg feature on Kv.Rex Zhu1-2/+2
2017-01-27drm/amdgpu: remove detect_hw_virtualization interfaceXiangliang Yu1-1/+2
2017-01-27drm/amdgpu/virt: rename fieldes of virtualization structureXiangliang Yu1-1/+1
2016-10-25drm/amdgpu: consolidate atom scratch reg handling for hangsAlex Deucher1-14/+3
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-740/+77
2016-09-19drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu1-7/+7
2016-08-10drm/amdgpu: Change the virtual_display type from int to char*.Emily Deng1-1/+1
2016-08-08drm/amdgpu: move vsync_timer_enabled setup to dce virtual early_initAlex Deucher1-1/+0
2016-08-08drm/amdgpu: Set ip_blocks according variable amdgpu_virtual_display.Emily Deng1-24/+53
2016-08-08drm/amdgpu: Define virtual display ip blocks.Emily Deng1-0/+341
2016-07-29drivers/amdgpu: Use canonical form in branch predicatesEdward O'Callaghan1-1/+1
2016-07-07drm/amd/gfx: add instance field to select_se_sh (v3)Tom St Denis1-2/+2
2016-07-07drm/amdgpu: move select_se_sh into the gfx structAlex Deucher1-2/+2
2016-07-07drm/amdgpu: move get_gpu_clock_counter into the gfx structAlex Deucher1-2/+0
2016-07-07drm/amdgpu: drop wait_for_mc_idle asic callbackAlex Deucher1-1/+0
2016-07-07drm/amdgpu: enable BUS master after pci resetChunming Zhou1-0/+2
2016-07-07drm/amdgpu: add return value for pci config resetChunming Zhou1-4/+10
2016-06-13amdgpu: fix asic initialization for virtualized environments (v2)Andres Rodriguez1-0/+7
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
2016-05-11drm/amdgpu: fetch cu_info once at initAlex Deucher1-1/+0
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis1-6/+0
2016-05-02drm/amdgpu: mark amdgpu_allowed_register_entry tables as 'const'Nils Wallménius1-1/+1
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+0
2016-03-14Merge drm-fixes into drm-next.Dave Airlie1-77/+80
2016-03-08drm/amdgpu: delete set-but-not-read member has_uvd from amdgpu_deviceNils Wallménius1-2/+0
2016-02-10drm/amdgpu: clean up asic level reset for CIAlex Deucher1-304/+4
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher1-77/+77
2016-02-08drm/amdgpu/cik: don't mess with aspm if gpu is root busAlex Deucher1-0/+3
2015-12-21drm/amdgpu: store pcie gen mask and link widthAlex Deucher1-12/+12
2015-12-21drm/amd/powerplay: add basic powerplay frameworkAlex Deucher1-5/+6
2015-12-02drm/amdgpu: add read_bios_from_rom callback for CI partsAlex Deucher1-0/+32
2015-10-06drm/amdgpu: check before checking pci bridge registersAlex Deucher1-0/+3
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou1-6/+6
2015-07-20drm/amdgpu: Add H/W agnostic amdgpu <--> amdkfd interfaceOded Gabbay1-1/+10
2015-06-29drm/amdgpu: allocate ip_block_enabled memory in common codeAlex Deucher1-4/+0
2015-06-03drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang11-61/+69
2015-06-03drm/amdgpu: Add support for CIK partsAlex Deucher1-0/+2505