summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie3-23/+6
2017-03-30Revert unrelated part of "drm: simplify the locking in the GETCRTC ioctl"Maarten Lankhorst1-5/+0
2017-03-29drm: simplify the locking in the GETCRTC ioctlDaniel Vetter1-0/+5
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-2/+3
2017-03-29drm/i915/gvt: fix error return check for copy_gma_to_hva()Zhenyu Wang1-4/+4
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie16-182/+273
2017-03-27drm/atomic: Introduce drm_atomic_helper_shutdownDaniel Vetter1-19/+1
2017-03-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Daniel Vetter146-10108/+21635
2017-03-23BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie14-256/+686
2017-03-22drm/dp: Split drm_dp_mst_allocate_vcpiPandiyan, Dhinakaran1-2/+2
2017-03-21drm/i915: make context status notifier head be per enginedrm-intel-fixes-2017-03-22Changbin Du7-32/+27
2017-03-21drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)Chris Wilson1-1/+1
2017-03-20Merge tag 'gvt-fixes-2017-03-17' of https://github.com/01org/gvt-linux into d...Jani Nikula15-178/+268
2017-03-20drm/i915: Update DRIVER_DATE to 20170320drm-intel-next-2017-03-20Daniel Vetter1-2/+2
2017-03-17drm/i915: Initialise i915_gem_object_create_from_data() directlyChris Wilson1-16/+29
2017-03-17drm/i915: Correct error handling for i915_gem_object_create_from_data()Chris Wilson1-2/+2
2017-03-17drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutexChris Wilson2-5/+1
2017-03-17drm/i915: Retire an active batch pool object rather than allocate newChris Wilson1-20/+17
2017-03-17drm/i915: Skip execlists_dequeue() early if the list is emptyChris Wilson2-0/+24
2017-03-17drm/i915: Stop using obj->obj_exec_link outside of execbufChris Wilson1-25/+35
2017-03-17drm/i915: Squelch WARN for VLV_COUNTER_CONTROLChris Wilson1-6/+13
2017-03-17drm/i915/glk: Enable pooled EUs for GeminilakeAnder Conselvan de Oliveira1-4/+5
2017-03-17drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson6-11/+9
2017-03-17drm/i915/vgpu: Neuter forcewakes for VGPU more thoroughlyTvrtko Ursulin1-49/+27
2017-03-17drm/i915: Fix vGPU balloon for ggtt guard pageZhenyu Wang1-6/+2
2017-03-17drm/i915/gvt: Fix gvt scheduler interval timeZhenyu Wang1-2/+2
2017-03-17drm/i915/gvt: GVT pin/unpin shadow contextChuanxiao Dong1-0/+27
2017-03-17drm/i915/gvt: scan shadow indirect context image when validTina Zhang1-3/+6
2017-03-17drm/i915/kvmgt: fix suspicious rcu dereference usageChangbin Du1-1/+3
2017-03-17drm/i915/gvt: add enable_execlists check before enable gvtChuanxiao Dong1-0/+5
2017-03-17drm/i915/gvt: Remove bogus retry around i915_wait_requestChris Wilson1-13/+1
2017-03-17drm/i915/gvt: correct the ggtt valid bit check in pipe control commandYulei Zhang1-1/+1
2017-03-17drm/i915/gvt: replace the gvt_err with gvt_vgpu_errTina Zhang12-158/+180
2017-03-17drm/i915/gvt: handle force-nonpriv registers, cmd parser partZhao Yan3-0/+43
2017-03-17drm/i915: Avoid use-after-free of ctx in request tracepointsChris Wilson1-4/+4
2017-03-16drm/i915: Assert that the context pin_counts do not overflowChris Wilson2-0/+2
2017-03-16drm/i915: Wait for reset to complete before returning from debugfs/i915_wedgedChris Wilson1-0/+4
2017-03-16drm/i915: Restore engine->submit_request before unwedgingChris Wilson3-3/+66
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson6-14/+35
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson8-59/+71
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du7-32/+27
2017-03-16drm/i915/scheduler: emulate a scheduler for gucChris Wilson3-16/+112
2017-03-16drm/i915: Replace irq_seqno_barrier on hws write with a clflushChris Wilson2-2/+5
2017-03-16drm/i915: Use coarse grained residency counter with bytMika Kuoppala2-12/+4
2017-03-16drm/i915: Use ktime to calculate rc0 residencyMika Kuoppala3-9/+5
2017-03-16drm/i915: Convert debugfs to use generic residency calculatorMika Kuoppala1-12/+18
2017-03-16drm/i915: Extend vlv/chv residency resolutionMika Kuoppala1-9/+51
2017-03-16drm/i915: Return residency as microsecondsMika Kuoppala3-9/+10
2017-03-16drm/i915: Move residency calculation into intel_pm.cMika Kuoppala3-26/+34
2017-03-16drm/i915/userptr: Reinvent GGTT self-faulting protectionChris Wilson1-41/+13