summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2016-05-02drm/amdgpu: remove GART page addr arrayChristian König2-19/+4
2016-05-02drm/amdgpu: use BO pages instead of GART arrayChristian König1-13/+16
2016-05-02drm/amdgpu: change parameter passing in the VM codeChristian König1-46/+54
2016-05-02drm/amdgpu: drop the GTT power of two limitChristian König1-5/+1
2016-05-02drm/amd/powerplay: use min_clock_in_sr for deep sleep feature.Rex Zhu1-20/+30
2016-05-02drm/amd/amdgpu: Enable clockgating in UVD6 for StoneyTom St Denis1-1/+5
2016-05-02drm/amd/amdgpu: Enable clockgating for UVD5 on TongaTom St Denis1-1/+1
2016-05-02drm/amd/amdgpu: Add SW clock gating support to UVD 5 and 6Tom St Denis2-164/+232
2016-05-02drm/amdgpu: refine code for code style.Rex Zhu1-1/+1
2016-05-02drm/amdgpu: No need to stop hw init although vce's state was not true.Rex Zhu1-1/+2
2016-05-02drm/amdgpu: fix issue that can't set vce clock gate.Rex Zhu1-1/+17
2016-05-02drm/amdgpu: use ref to keep job aliveMonk Liu5-4/+35
2016-05-02drm/amdgpu: rework TDR in scheduler (v2)Monk Liu6-1/+62
2016-05-02drm/amdgpu: get rid of incorrect TDRMonk Liu2-42/+1
2016-05-02drm/amdgpu: put job to list before doneMonk Liu3-0/+27
2016-05-02drm/amdgpu: delay job free to when it's finished (v2)Monk Liu4-3/+22
2016-05-02drm/amdgpu/dce11: fix vertical bars appear on monitorVitaly Prosyak1-60/+5
2016-05-02drm/amdgpu: use sched_job_init to initialize sched_jobMonk Liu4-20/+40
2016-05-02drm/amdgpu: patch cond exec for SDMAMonk Liu3-1/+37
2016-05-02drm/amdgpu: support cond execMonk Liu3-0/+15
2016-05-02drm/amdgpu: improve vmid assigment V2Chunming Zhou1-0/+14
2016-05-02drm/amdgpu: mark amdgpu_allowed_register_entry tables as 'const'Nils Wallménius2-6/+6
2016-05-02drm/amdgpu: do not store bios_header_start in amdgpu_deviceNils Wallménius2-5/+4
2016-05-02drm/amdgpu: delete unused struct member suspend from amdgpu_deviceNils Wallménius1-1/+0
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie19-74/+200
2016-04-07Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie18-73/+199
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+0
2016-04-05drm/amdgpu: total vram size also reduces pin sizeChunming Zhou1-0/+1
2016-04-04drm/amd/powerplay: add uvd/vce dpm enabling flag default.Rex Zhu1-0/+3
2016-04-04drm/amd/powerplay: fix issue that resume back, dpm can't work on FIJI.Rex Zhu1-0/+6
2016-04-04drm/amdgpu: save and restore the firwmware cache part when suspend resumeLeo Liu1-16/+11
2016-04-04drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu5-26/+35
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-01drm/amdgpu: fence wait old rcu slotChunming Zhou1-2/+6
2016-04-01drm/amdgpu: fix leaking fence in the pageflip codeChristian König1-1/+1
2016-04-01drm/amdgpu: print vram type rather than just DDRAlex Deucher1-2/+13
2016-04-01drm/amdgpu/gmc: use proper register for vram type on FijiAlex Deucher1-1/+8
2016-04-01drm/amdgpu/gmc: move vram type fetching into sw_initAlex Deucher2-16/+16
2016-04-01drm/amdgpu: Set vblank_disable_allowed = trueMichel Dänzer1-0/+2
2016-04-01drm/amd/powerplay: Need to change boot to performance state in resume.Rex Zhu1-2/+2
2016-04-01drm/amd/powerplay: add new Fiji function for not setting same ps.Rex Zhu1-0/+63
2016-04-01drm/amdgpu: check dpm state before pm system fs initialized.Rex Zhu1-1/+1
2016-04-01drm/amd/powerplay: notify amdgpu whether dpm is enabled or not.Rex Zhu1-3/+10
2016-04-01drm/amdgpu: Not support disable dpm in powerplay.Rex Zhu1-6/+2
2016-04-01drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.Rex Zhu2-0/+19
2016-04-01drm/amd/powerplay: fix segment fault issue in multi-display case.Rex Zhu1-5/+8
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie3-2/+16
2016-03-30vgacon: dummy implementation for vgacon_text_forceDaniel Vetter1-2/+0
2016-03-28drm/amdgpu: Don't move pinned BOsMichel Dänzer2-0/+10