aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-2/+3
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 drm-misc-nextDaniel 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-20drm/i915: Update DRIVER_DATE to 20170320Daniel 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: 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
2017-03-16drm/i915: Make intel_uc_sanitize_options() more robustMichal Wajdeczko1-12/+17
2017-03-16drm/i915/uc: Rename intel_uc_fw.fw to .typeArkadiusz Hiler4-5/+5
2017-03-16drm/i915/breadcrumbs: Tweak commentaryChris Wilson1-8/+17
2017-03-15drm/i915: Only attempt to signal the request once from the interrupt handlerChris Wilson1-1/+3
2017-03-15drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-halfChris Wilson1-1/+4
2017-03-15drm/i915/breadcrumbs: Disable interrupt bottom-half first on idlingChris Wilson1-7/+8
2017-03-15drm/i915/breadcrumbs: Update bottom-half before marking as completeChris Wilson1-17/+17
2017-03-15drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()Chris Wilson1-2/+2
2017-03-15drm/i915: Extend rpm wakelock during i915_handle_error()Chris Wilson1-11/+14
2017-03-15drm/i915/guc: Use formalized struct definition for ads objectMichal Wajdeczko2-38/+33
2017-03-15drm/i915/uc: Add params for specifying firmwareArkadiusz Hiler5-4/+26
2017-03-15drm/i915/uc: Separate firmware selection and preparationArkadiusz Hiler4-29/+21
2017-03-15drm/i915/uc: Simplify firmware path handlingArkadiusz Hiler3-41/+20
2017-03-15drm/i915/guc: Simplify intel_guc_init_hw()Arkadiusz Hiler4-130/+122
2017-03-15drm/i915/guc: Extract param logic form guc_init_fw()Arkadiusz Hiler5-21/+31
2017-03-15drm/i915/uc: Introduce intel_uc_init_fw()Arkadiusz Hiler5-38/+45
2017-03-15drm/i915/uc: Move intel_uc_fw_fetch() to intel_uc.cArkadiusz Hiler4-139/+135