aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27drm/i915: Store aux power domain in intel_dpAnder Conselvan de Oliveira3-90/+24
2017-02-25drm/i915: Advance start address on crossing PML (48b ppgtt) boundaryChris Wilson1-22/+41
2017-02-25drm/i915: Sanity check the vma->node prior to binding into the GTTChris Wilson1-6/+9
2017-02-25drm/i915: Assert we do not overflow 4lvl page directoriesChris Wilson1-3/+3
2017-02-25drm/i915: Assert all sg are initialised in fake_dma_object for selftestsChris Wilson1-0/+2
2017-02-24drm/i915: Timeout lowlevel_hole GTT selftest earlyChris Wilson1-6/+7
2017-02-24drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke4-55/+3
2017-02-24drm/i915/lspcon: Switch back to PCON mode after output replugImre Deak1-0/+4
2017-02-24drm/i915/execlists: Detect an out-of-order context switchChris Wilson1-0/+1
2017-02-24drm/i915: Introduce intel_ddi_dp_voltage_max()Ville Syrjälä3-3/+23
2017-02-24drm/i915: Refactor translate_signal_level()Ville Syrjälä1-39/+21
2017-02-24drm/i915: Refactor code to select the DDI buf translation tableVille Syrjälä1-53/+73
2017-02-24drm/i915/fbdev: Stop repeating tile configuration on stagnationChris Wilson1-6/+4
2017-02-23drm/i915: Suppress fbc suggestion to increase stolen if disabledChris Wilson1-1/+2
2017-02-23drm/i915: Remove one level of indention from wait-for-executeChris Wilson1-21/+18
2017-02-23drm/i915: Immediately process a reset before starting waitingChris Wilson1-0/+3
2017-02-23drm/i915: Refactor direct GPU reset from request waitersChris Wilson1-8/+12
2017-02-23drm/i915: Replace reset_wait_queue with default_wake_functionChris Wilson1-23/+7
2017-02-23drm/i915: Exercise request cancellation using a mock selftestChris Wilson3-0/+85
2017-02-23drm/i915: Remove the preempted request from the execution queueChris Wilson3-2/+73
2017-02-23drm/i915: Allow a request to be cancelledChris Wilson2-15/+57
2017-02-23drm/i915: Take a reference whilst processing the signaler requestChris Wilson2-8/+16
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson7-45/+155
2017-02-23drm/i915: Deconstruct execute fenceChris Wilson2-47/+13
2017-02-23drm/i915: Inline __i915_gem_request_wait_for_execute()Chris Wilson1-49/+29
2017-02-23drm/i915: Add ourselves to the gpu error waitqueue for the entire waitChris Wilson1-5/+5
2017-02-23drm/i915: Use a local to shorten req->i915->gpu_error.wait_queueChris Wilson1-4/+4
2017-02-23drm/i915: Move reserve_seqno() next to unreserve_seqno()Chris Wilson1-84/+77
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