summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-27drm/i915: Remove redundant TLB invalidate on switching contextsChris Wilson1-11/+0
2017-02-27drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala1-0/+7
2017-02-27drm/i915: Remove the vma from the drm_mm if binding failsChris Wilson1-20/+37
2017-02-27drm/i915: Unwind vma->pages allocation upon failureChris Wilson1-1/+12
2017-02-27drm/i915: Only unwind the local pgtable layer if emptyChris Wilson1-11/+26
2017-02-27drm/i915/bdw: Do not write the replay bit of the ring mode registerKelvin Gardiner1-1/+0
2017-02-27Merge airlied/drm-next into drm-misc-nextDaniel Vetter474-5223/+10806
2017-02-27drm/i915: Only enable DDI IO power domains after enabling DPLLAnder Conselvan de Oliveira5-29/+117
2017-02-27drm/i915/glk: Don't enable DDI IO power domains during initAnder Conselvan de Oliveira1-6/+3
2017-02-27drm/i915/glk: Implement WaDDIIOTimeoutAnder Conselvan de Oliveira3-0/+21
2017-02-27drm/i915: Check encoder type in enc_to_dig_port()Ander Conselvan de Oliveira1-1/+13
2017-02-27drm/i915: Store encoder power domain in struct intel_encoderAnder Conselvan de Oliveira12-67/+41
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-24drm/tinydrm: mipi-dbi: Fix field width specifier warningNoralf Trønnes1-2/+2
2017-02-24drm/tinydrm: mipi-dbi: Silence: ‘cmd’ may be used uninitializedNoralf Trønnes1-1/+1
2017-02-24drm/i915: Suppress fbc suggestion to increase stolen if disabledChris Wilson1-1/+2
2017-02-24Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie12-13/+71
2017-02-24Merge tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2-1/+103
2017-02-24Merge tag 'drm/tegra/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-0/+1
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