| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-07-15 | 2 | -3/+10 |
|\ |
|
| * | drm/amdgpu: Turn off CRTCs on driver unload | Lukas Wunner | 2016-06-24 | 1 | -0/+1 |
| * | drm/amdgpu: Forbid runtime pm on driver unload | Lukas Wunner | 2016-06-24 | 1 | -0/+1 |
| * | drm/amdgpu: Don't leak runtime pm ref on driver load | Lukas Wunner | 2016-06-24 | 1 | -2/+5 |
| * | drm/amdgpu: Don't leak runtime pm ref on driver unload | Lukas Wunner | 2016-06-24 | 1 | -1/+3 |
* | | Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie | 2016-07-08 | 81 | -1373/+3504 |
|\ \ |
|
| * | | drm/amd/powerplay: don't add invalid voltage. | Rex Zhu | 2016-07-07 | 1 | -6/+6 |
| * | | drm/amdgpu: add read/write function for GC CAC programming | Rex Zhu | 2016-07-07 | 5 | -0/+40 |
| * | | drm/amd/powerplay: add definitions related to di/dt feature for fiji and pola... | Rex Zhu | 2016-07-07 | 2 | -0/+26 |
| * | | drm/amd/powerplay: add shared definitions for di/dt feature. | Rex Zhu | 2016-07-07 | 2 | -0/+83 |
| * | | drm/amdgpu: remove gfx8 registers that vary between asics | Ken Wang | 2016-07-07 | 1 | -22/+0 |
| * | | drm/amd/powerplay: add mvdd dpm support. | Rex Zhu | 2016-07-07 | 1 | -3/+2 |
| * | | drm/amdgpu: get number of shade engine by cgs interface. | Rex Zhu | 2016-07-07 | 2 | -0/+4 |
| * | | drm/amdgpu: remove more of the ring backup code | Alex Deucher | 2016-07-07 | 7 | -101/+4 |
| * | | drm/amd/powerplay: Unify family defines | Tom St Denis | 2016-07-07 | 3 | -13/+6 |
| * | | drm/amdgpu: clean up ring_backup code, no need more | Chunming Zhou | 2016-07-07 | 3 | -103/+2 |
| * | | drm/amdgpu: ib test first after gpu reset | Chunming Zhou | 2016-07-07 | 1 | -10/+10 |
| * | | drm/amdgpu: recovery hw jobs when gpu reset V3 | Chunming Zhou | 2016-07-07 | 2 | -2/+5 |
| * | | drm/amdgpu: abstract amdgpu_vm_is_gpu_reset | Chunming Zhou | 2016-07-07 | 1 | -1/+8 |
| * | | drm/amdgpu: add a bool to specify if needing vm flush V2 | Chunming Zhou | 2016-07-07 | 4 | -47/+36 |
| * | | drm/amdgpu: add amd_sched_job_recovery | Chunming Zhou | 2016-07-07 | 2 | -0/+34 |
| * | | drm/amdgpu: force completion for gpu reset | Chunming Zhou | 2016-07-07 | 1 | -2/+3 |
| * | | drm/amdgpu: block ttm first before parking scheduler | Chunming Zhou | 2016-07-07 | 1 | -2/+3 |
| * | | drm/amd: add amd_sched_hw_job_reset | Chunming Zhou | 2016-07-07 | 2 | -0/+15 |
| * | | drm/amd: add parent for sched fence | Chunming Zhou | 2016-07-07 | 3 | -0/+3 |
| * | | drm/amdgpu: remove evict vram | Chunming Zhou | 2016-07-07 | 1 | -3/+0 |
| * | | drm/amdgpu: put old hw fence of job if gpu reset | Chunming Zhou | 2016-07-07 | 1 | -0/+2 |
| * | | drm/amdgpu: remove fence parameter from amd_sched_job_init | Christian König | 2016-07-07 | 4 | -12/+7 |
| * | | drm/amdgpu: earlier free SA resources | Christian König | 2016-07-07 | 3 | -2/+4 |
| * | | drm/amdgpu: shorten amdgpu_job_free_resources | Christian König | 2016-07-07 | 1 | -3/+5 |
| * | | drm/amdgpu: fix user fence handling once more | Christian König | 2016-07-07 | 4 | -14/+9 |
| * | | drm/amd/amdgpu: Add bank selection for MMIO debugfs (v3) | Tom St Denis | 2016-07-07 | 1 | -3/+32 |
| * | | drm/amd/amdgpu: Add gca config debug entry (v4) | Tom St Denis | 2016-07-07 | 1 | -0/+70 |
| * | | drm/amd/gfx: add instance field to select_se_sh (v3) | Tom St Denis | 2016-07-07 | 5 | -29/+39 |
| * | | drm/amdgpu: Poll for both connect/disconnect on analog connectors | Lyude | 2016-07-07 | 1 | -3/+4 |
| * | | drm/amdgpu: stop/resume fb access when gpu reset V3 | Chunming Zhou | 2016-07-07 | 1 | -0/+7 |
| * | | drm/amd/powerplay: change condition judgment as function's return value changed. | Rex Zhu | 2016-07-07 | 1 | -7/+6 |
| * | | drm/amd/powerplay: functions's return state was reversed | Rex Zhu | 2016-07-07 | 1 | -2/+2 |
| * | | drm/amdgpu: stop disabling irqs when it isn't neccessary | Christian König | 2016-07-07 | 1 | -8/+6 |
| * | | drm/amdgpu: must update page table after gpu reset | Chunming Zhou | 2016-07-07 | 1 | -0/+1 |
| * | | drm/amdgpu: save/restore bios scratch when gpu reset | Chunming Zhou | 2016-07-07 | 1 | -1/+4 |
| * | | drm/amdgpu: must update page table after gpu reset | Chunming Zhou | 2016-07-07 | 2 | -0/+5 |
| * | | drm/amd/powerplay: fix typos in comment in polaris' hwmgr | Alexandre Demers | 2016-07-07 | 1 | -2/+2 |
| * | | drm/amd/powerplay: fix trivial typo and tidy comment | Alexandre Demers | 2016-07-07 | 1 | -1/+1 |
| * | | drm/amd/amdgpu: Set DRIVER_MODESET feature flag at build time | Frank Binns | 2016-07-07 | 1 | -2/+1 |
| * | | drm/amdgpu: Unpin BO if we can't get fences in amdgpu_crtc_page_flip | Michel Dänzer | 2016-07-07 | 1 | -4/+4 |
| * | | drm/amdgpu/gmc7: remove duplicate wait_for_idle functions | Alex Deucher | 2016-07-07 | 1 | -28/+5 |
| * | | drm/amdgpu/gmc8: remove duplicate wait_for_idle functions | Alex Deucher | 2016-07-07 | 1 | -33/+5 |
| * | | drm/amdgpu/dce8: fix flash with white screen on monitor | Junwei Zhang | 2016-07-07 | 1 | -60/+7 |
| * | | drm/amdgpu: skip invalid ip blocks in ip helpers | Alex Deucher | 2016-07-07 | 1 | -0/+8 |