summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2016-12-08drm/amdgpu: fix check for port PM availabilityPeter Wu1-2/+9
2016-12-08drm/amdgpu: fix power state when port pm is unavailablePeter Wu1-1/+8
2016-11-26drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)Mario Kleiner3-2/+21
2016-11-18drm/amdgpu: fix a vm_flush fence leakGrazvydas Ignotas1-0/+1
2016-11-18drm/amdgpu: fix fence slab teardownGrazvydas Ignotas1-0/+1
2016-11-18drm/amd: fix scheduler fence teardown order v2Christian König1-0/+2
2016-11-18drm/amdgpu: fix crash in acp_hw_finiAlex Deucher1-1/+4
2016-11-18drm/amdgpu: disable runtime pm in certain casesAlex Deucher1-0/+2
2016-10-31drm/amdgpu: change vblank_time's calculation method to reduce computational e...Rex Zhu1-6/+8
2016-10-31drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_initNicolai Hähnle1-0/+3
2016-10-31drm/amdgpu/dce11: add missing drm_mode_config_cleanup callGrazvydas Ignotas1-0/+1
2016-10-31drm/amdgpu/dce11: disable hpd on local panelsAlex Deucher1-10/+13
2016-10-31drm/amdgpu/dce8: disable hpd on local panelsAlex Deucher1-9/+39
2016-10-31drm/amdgpu/dce10: disable hpd on local panelsAlex Deucher1-10/+13
2016-10-31drm/amdgpu: fix IB alignment for UVDAlex Deucher1-1/+1
2016-09-27drm/amdgpu: disable CRTCs before teardownGrazvydas Ignotas1-1/+1
2016-08-31drm/amdgpu: record error code when ring test failedChunming Zhou1-2/+3
2016-08-31drm/amd/amdgpu: compute ring test fail during S4 on CIjimqu1-3/+9
2016-08-31drm/amd/amdgpu: sdma resume fail during S4 on CIjimqu1-0/+3
2016-08-24drm/amdgpu: skip TV/CV in display parsingAlex Deucher1-0/+7
2016-08-24drm/amdgpu: avoid a possible array overflowAlex Deucher1-0/+6
2016-08-24drm/amdgpu: fix lru size grouping v2Christian König2-0/+10
2016-08-19drm/amdgpu: fix sdma_v2_4_ring_test_ibChristian König1-1/+1
2016-08-19drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König1-2/+2
2016-08-16drm/amdgpu: Change GART offset to 64-bitFelix Kuehling2-4/+4
2016-08-10drm/amdgpu: Fix memory trashing if UVD ring test failsJay Cornwall1-1/+2
2016-08-10drm/amdgpu: fix vm init error pathChunming Zhou1-1/+4
2016-08-09Revert "drm/amdgpu: work around lack of upstream ACPI support for D3cold"Alex Deucher1-9/+0
2016-08-08Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie6-11/+22
2016-08-05drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer1-2/+2
2016-08-02drm/amdgpu: update golden setting of polaris10Huang Rui1-2/+2
2016-08-02drm/amdgpu: update golden setting of stoneyHuang Rui1-0/+8
2016-08-02drm/amdgpu: update golden setting of polaris11Huang Rui1-2/+3
2016-08-02drm/amdgpu: update golden setting of carrizoHuang Rui1-0/+2
2016-08-02drm/amdgpu: update golden setting of icelandHuang Rui1-0/+1
2016-08-02Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds66-1454/+2729
2016-08-01drm/amd/amdgpu: change pptable output format from ASCII to binaryEric Huang1-5/+2
2016-08-01drm/amdgpu/ci: add mullins to default case for smc ucodeAlex Deucher1-0/+1
2016-08-01drm/amdgpu/gmc7: add missing mullins caseAlex Deucher1-0/+1
2016-07-29drm/amdgpu: add query device id and revision id into system info entry at CGSHuang Rui1-1/+7
2016-07-29drm/amd/powerplay: rename smum header guardsHuang Rui1-2/+2
2016-07-29drm/amdgpu: enable UVD context buffer for older HWChristian König2-2/+27
2016-07-29drm/amdgpu: fix default UVD context sizeChristian König1-1/+1
2016-07-29drm/amdgpu: make amdgpu_cgs_call_acpi_method as staticHuang Rui1-1/+1
2016-07-29drm/amdgpu: comment out unused defaults_staturn_pro static const structure to...Slava Grigorev1-0/+2
2016-07-29drm/amdgpu: enable UVD VM only on polarisChristian König1-1/+1
2016-07-29drm/amdgpu: increase timeout of IB testChunming Zhou1-1/+1
2016-07-29drm/amdgpu: add destroy session when generate VCE destroy msg.Rex Zhu1-7/+8
2016-07-29drm/amdgpu: free handles after fini the contextLeo Liu1-4/+3
2016-07-29drm/amdgpu: add a fence timeout for the IB tests v2Christian König11-57/+93