summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2017-06-20drm/amdgpu: adjust default display clockAlex Deucher1-0/+4
2017-06-20drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGatingAlex Deucher1-2/+2
2017-06-19drm/amdgpu: add Polaris12 DIDJunshan Fang1-0/+1
2017-06-14drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions.Mario Kleiner4-8/+20
2017-06-02Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2017-05-31drm/amdgpu: Program ring for vce instance 1 at its register spaceLeo Liu1-27/+68
2017-05-28drm/amdgpu: Use designated initializersKees Cook1-5/+5
2017-05-25drm/amdgpu: fix null point error when rmmod amdgpu.Rex Zhu1-1/+6
2017-05-24drm/amdgpu: fix NULL pointer panic of emit_gds_switchChunming Zhou1-1/+1
2017-05-24drm/amdgpu/ci: disable mclk switching for high refresh rates (v2)Alex Deucher1-0/+6
2017-05-24drm/amdgpu: fix fundamental suspend/resume issueChristian König6-54/+30
2017-05-12Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie59-1362/+1660
2017-05-10drm/amd/powerplay: refine pwm1_enable callback functions for CI.Rex Zhu1-12/+15
2017-05-10drm/amdgpu: refine amdgpu pwm1_enable sysfs interface.Rex Zhu1-10/+2
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou4-1/+8
2017-05-10drm/amdgpu: add some additional vega10 pci idsAlex Deucher1-0/+2
2017-05-10drm/amdgpu/soc15: use atomfirmware for setting bios scratch for resetAlex Deucher1-3/+3
2017-05-10drm/amdgpu/atomfirmware: add function to update engine hang statusAlex Deucher2-0/+15
2017-05-09drm: use set_memory.h headerLaura Abbott1-0/+3
2017-05-06drm/amdgpu: fix mutex list null pointer referencePixel Ding1-1/+2
2017-05-06drm/amdgpu: Use less generic enum definitionsGuenter Roeck3-26/+26
2017-05-06drm/amdgpu/gfx9: derive tile pipes from golden settingsAlex Deucher1-1/+4
2017-05-06drm/amdgpu/gfx: drop max_gs_waves_per_vgtAlex Deucher3-3/+1
2017-05-06drm/amdgpu:fix waiting on dirty fenceMonk Liu1-0/+2
2017-05-06drm/amdgpu:PTE flag should be 64 bit widthMonk Liu1-1/+1
2017-05-02drm/amdgpu: Reserve 0-2 invalidation reg sets for none-amdgpu usagesShaoyun Liu1-1/+1
2017-05-02drm/amdgpu/gfx9: add additional MQD initializationAlex Deucher1-0/+5
2017-05-02drm/amdgpu/gfx9: fix typo in mpd initAlex Deucher1-2/+2
2017-05-02drm/amdgpu/gfx9: use actual gpu num se setting for ngg allocationAlex Deucher1-2/+1
2017-05-02drm/amdgpu: update revision id settings for BR/STAlex Deucher1-0/+12
2017-05-01Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v3)"Michel Dänzer2-124/+29
2017-04-29drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanupMichel Dänzer16-36/+36
2017-04-29drm/amdgpu: fix deadlock of reservation between cs and gpu reset v2Chunming Zhou1-0/+4
2017-04-29drm/amdgpu: bump version for exporting gpu info for gfx9Junwei Zhang1-1/+2
2017-04-29drm/amdgpu: export more gpu info for gfx9Junwei Zhang3-0/+18
2017-04-29drm/amdgpu: remove unused and mostly unimplemented CGS functions v2Christian König1-198/+0
2017-04-29drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-29drm/amdgpu: Fix use of interruptible waitingAlex Xie1-7/+7
2017-04-29drm/amdgpu: validate shadow before restoring from itRoger.He3-0/+34
2017-04-29drm/amdgpu: Fix use of interruptible waitingAlex Xie1-2/+2
2017-04-29drm/amdgpu: Real return value can be over-written when clean upAlex Xie1-4/+5
2017-04-29drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-29drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-29drm/amdgpu: Fix use of interruptible waitingAlex Xie1-3/+3
2017-04-29drm/amdgpu: Fix use of interruptible waitingAlex Xie1-1/+1
2017-04-29drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path.Mario Kleiner1-1/+6
2017-04-29drm/amdgpu/soc15: enable UVD code path for sriovFrank Min1-2/+1
2017-04-29drm/amdgpu/uvd7: add UVD hw init sequences for sriovFrank Min1-45/+56
2017-04-29drm/amdgpu/uvd7: add uvd doorbell initialization for sriovFrank Min1-0/+14
2017-04-29drm/amdgpu/uvd7: add sriov uvd initialization sequencesFrank Min1-0/+246