summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-04-1027-220/+455
|\
| * drm/amdgpu: fix fence memory leak in wait_all_fence V2Chunming Zhou2017-04-071-0/+1
| * drm/amdgpu: fix "fix 64bit division"Christian König2017-04-071-0/+1
| * drm/amd/powerplay: add fan controller table v11 support.Rex Zhu2017-04-072-45/+120
| * drm/amd/powerplay: port newest process pptable code for vega10.Rex Zhu2017-04-073-50/+187
| * drm/amdgpu: set vm size and block size by individual gmc by default (v3)Junwei Zhang2017-04-078-40/+66
| * drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations.Mario Kleiner2017-04-074-64/+12
| * drm/amdgpu: Make display watermark calculations more accurateMario Kleiner2017-04-074-20/+20
| * drm/radeon: fix typo in bandwidth calculationAlex Deucher2017-04-071-1/+1
| * drm/radeon: Refuse to migrate a prime BO to VRAM. (v2)Christopher James Halse Rogers2017-04-073-0/+19
| * drm/radeon: Maintain prime import/export refcount for BOsChristopher James Halse Rogers2017-04-072-0/+7
| * drm/amdgpu: Refuse to pin or change acceptable domains of prime BOs to VRAM. ...Christopher James Halse Rogers2017-04-072-0/+9
| * drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)Christopher James Halse Rogers2017-04-071-0/+6
| * drm/radeon: Fail fb creation from imported dma-bufs.Christopher James Halse Rogers2017-04-071-0/+6
* | Merge tag 'drm-intel-testing-2017-04-03' of git://anongit.freedesktop.org/git...Dave Airlie2017-04-1060-1997/+2601
|\ \
| * | drm/i915: Update DRIVER_DATE to 20170403Daniel Vetter2017-04-031-2/+2
| * | drm/i915: Clear gt.active_requests before checking idle statusChris Wilson2017-03-311-1/+3
| * | drm/i915/uc: Drop use of MISSING_CASE on trivial enumsMichal Wajdeczko2017-03-311-6/+2
| * | drm/i915: make a few DDI functions staticPaulo Zanoni2017-03-312-8/+4
| * | drm/i915: Combine reset_all_global_seqno() loops into oneChris Wilson2017-03-311-9/+5
| * | drm/i915: Remove redudant wait for each engine to idle from seqno wrapChris Wilson2017-03-311-3/+0
| * | drm/i915: Wait for all engines to be idle as part of i915_gem_wait_for_idle()Chris Wilson2017-03-311-3/+26
| * | drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson2017-03-316-16/+4
| * | drm/i915/uc: Move fw path check to fetch_uc_fw()Michal Wajdeczko2017-03-311-5/+5
| * | drm/i915/huc: Remove unused intel_huc_fini()Michal Wajdeczko2017-03-312-19/+0
| * | drm/i915/uc: Add intel_uc_fw_fini()Michal Wajdeczko2017-03-311-15/+15
| * | drm/i915/uc: Add intel_uc_fw_type_repr()Michal Wajdeczko2017-03-312-2/+18
| * | drm/i915/uc: Move intel_uc_fw_status_repr() to intel_uc.hMichal Wajdeczko2017-03-312-17/+19
| * | drivers: gpu: drm: i915L intel_lpe_audio: Fix kerneldoc commentsTamara Diaconita2017-03-311-0/+1
| * | drm/i915: Suppress busy status for engines if wedgedChris Wilson2017-03-302-3/+10
| * | drm/i915: Do request retirement before marking engines as wedgedChris Wilson2017-03-301-1/+6
| * | drm/i915: Drop verbose and archaic "ring" from our internal engine namesChris Wilson2017-03-301-10/+10
| * | drm/i915: Use a dummy timeline name for a signaled fenceChris Wilson2017-03-301-0/+11
| * | Merge tag 'gvt-next-2017-03-30' of https://github.com/01org/gvt-linux into dr...Daniel Vetter2017-03-3017-323/+626
| |\ \
| | * | drm/i915/gvt: control the scheduler by timeslice usagePing Gao2017-03-301-2/+7
| | * | drm/i915/gvt: create an idle vGPUPing Gao2017-03-303-1/+69
| | * | drm/i915/gvt: add basic function for weight controlPing Gao2017-03-301-0/+59
| | * | drm/i915/gvt: define weight according to vGPU typePing Gao2017-03-304-7/+33
| | * | drm/i915/gvt: factor out the schedulerPing Gao2017-03-301-30/+36
| | * | drm/i915/gvt: add some statistic routine for schedulerPing Gao2017-03-303-25/+48
| | * | drm/i915/gvt: use hrtimer replace delayed_work in schedulerPing Gao2017-03-304-16/+41
| | * | drm/i915/gvt: remove the redundant info NULL checkTina Zhang2017-03-301-7/+0
| | * | drm/i915/gvt: adjust mem size for low resolution typeZhenyu Wang2017-03-301-1/+1
| | * | drm/i915/gvt: remove workload from intel_shadow_wa_ctx structureTina Zhang2017-03-293-13/+22
| | * | drm/i915/gvt: Turn on KBL platform support.Xu Han2017-03-291-0/+2
| | * | drm/i915/gvt: Add KBL dispatch logic in each function.Xu Han2017-03-298-26/+43
| | * | drm/i915/gvt: Update save/restore list to compatible KBL platform.Xu Han2017-03-291-0/+12
| | * | drm/i915/gvt: Update MMIO handle policy to compatible KBL platform.Xu Han2017-03-291-198/+211
| | * | drm/i915/gvt: Add KBL platform definition.Xu Han2017-03-291-9/+10
| | * | drm/i915/gvt: Add mdev device attribute groupZhenyu Wang2017-03-291-0/+32