aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-23drm/i915: Keep a global seqno per-engineChris Wilson7-80/+70
2017-02-23drm/i915: Check against the signaled bit for fences/requestsChris Wilson1-0/+9
2017-02-23Revert "drm/i915/dp: Ratelimit DP aux timeout messages"Chris Wilson1-2/+1
2017-02-23drm/i915/glk: Fix Geminilake scalers mode programmingAnder Conselvan de Oliveira1-1/+3
2017-02-23drm/i915/glk: Pass dev_priv to intel_atomic_setup_scalers()Ander Conselvan de Oliveira3-9/+9
2017-02-23drm/i915/glk: Fix maximum scaling factor for Geminilake scalersAnder Conselvan de Oliveira1-4/+11
2017-02-23drm/i915/glk: Fix watermark computations for third sprite planeAnder Conselvan de Oliveira1-0/+1
2017-02-23drm/i915: Remove Braswell GGTT update w/aChris Wilson1-28/+0
2017-02-22drm/i915/dp: Ratelimit DP aux timeout messagesLyude1-1/+2
2017-02-22drm/i915: Remove 'retire' parameter from intel_fb_obj_flushChris Wilson5-16/+11
2017-02-22drm/i915: Perform object clflushing asynchronouslyChris Wilson7-72/+264
2017-02-22drm/i915: Skip clflushes for all non-page backed objectsChris Wilson1-2/+7
2017-02-22drm/i915: Amalgamate flushing of display objectsChris Wilson3-22/+30
2017-02-22drm/i915: Move cpu_cache_is_coherent() to headerChris Wilson2-14/+12
2017-02-22drm/i915: Remove change_domain tracepointChris Wilson3-57/+0
2017-02-22drm/i915: Add i915_param charp macro magicChris Wilson2-0/+24
2017-02-22drm/i915/gvt: set ring buffer size to default for guc submissionChuanxiao Dong1-1/+2
2017-02-21drm/i915/tracepoints: Add hw_id to context tracepointsTvrtko Ursulin1-3/+5
2017-02-21drm/i915/tracepoints: Add backend level request in and out tracepointsTvrtko Ursulin3-0/+53
2017-02-21drm/i915/tracepoints: Rename i915_gem_request_notifyTvrtko Ursulin2-7/+12
2017-02-21drm/i915/tracepoints: Add request submit and execute tracepointsTvrtko Ursulin3-0/+37
2017-02-21drm/i915/tracepoints: Remove unused i915_gem_request_completeTvrtko Ursulin1-5/+0
2017-02-21drm/i915/tracepoints: Tidy i915_gem_request_wait_beginTvrtko Ursulin2-10/+14
2017-02-21drm/i915/tracepoints: Adjust i915_gem_ring_dispatchTvrtko Ursulin2-7/+9
2017-02-21drm/i915/tracepoints: Tidy request event classTvrtko Ursulin1-3/+8
2017-02-21drm/i915: Tidy execlists_init_reg_stateTvrtko Ursulin1-71/+56
2017-02-21drm/i915: Use reservation_object_lock()Chris Wilson2-4/+4
2017-02-20drm/i915: Assert that the request->tail is always qword alignedChris Wilson2-0/+7
2017-02-20drm/i915: Add power well SW/HW state verificationImre Deak3-1/+87
2017-02-20drm/i915: Preserve the state of power wells not explicitly enabledImre Deak1-6/+12
2017-02-20drm/i915/gen9: Fix clearing of the BIOS power well request registerImre Deak1-1/+6
2017-02-20drm/i915: Call the sync_hw hook for power wells without a domainImre Deak2-24/+24
2017-02-20drm/i915: Remove redundant toggling from the power well sync_hw hooksImre Deak1-42/+10
2017-02-20drm/i915: Remove unrequired POSTING_READ from gen6_set_rps()Chris Wilson1-2/+0
2017-02-20drm/i915: Store the requested frequency whilst RPS is disabledChris Wilson1-0/+5
2017-02-20drm/i915: Move the common RPS warnings to intel_set_rps()Chris Wilson1-8/+4
2017-02-20drm/i915: Fix typo in semaphore debug messageTvrtko Ursulin1-1/+1
2017-02-20drm/i915: Prevent divide-by-zero in debugfs/i915_rps_boost_infoChris Wilson1-2/+2
2017-02-20drm/i915: Remove unneeded struct_mutex around rpmChris Wilson1-7/+0
2017-02-20drm/i915: Only apply legacy PDE overflow detection to 3lvl machinesChris Wilson1-1/+2
2017-02-20drm/i915: DMC 1.03 for GeminilakeRodrigo Vivi1-2/+2
2017-02-17drm/i915: Remove completed fences after a waitChris Wilson1-1/+14
2017-02-17drm/i915: Only start with the fake-irq timer if interrupts are deadChris Wilson1-2/+18
2017-02-17drm/i915: Defer declaration of missed-interrupt until the waiter is asleepChris Wilson1-0/+9
2017-02-17drm/i915: Break i915_spin_request() if we see an interruptChris Wilson1-1/+11
2017-02-17drm/i915: Postpone fake breadcrumb interrupt until real interrupts ceaseChris Wilson3-14/+12
2017-02-17drm/i915/glk: Enable pipe CSCAnder Conselvan de Oliveira2-0/+2
2017-02-17drm/i915/glk: Load the degamma LUT even in legacy gamma modeAnder Conselvan de Oliveira1-1/+2
2017-02-17drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin3-81/+52
2017-02-17drm/i915: Tidy workaround batch buffer emissionTvrtko Ursulin1-201/+117