summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-04drm/i915: Micro-optimise hotpath through intel_ring_begin()Chris Wilson2-32/+38
2017-05-04drm/i915: Report the ring->space from intel_ring_update_space()Chris Wilson2-5/+9
2017-05-04drm/i915: Avoid the branch in computing intel_ring_space()Chris Wilson2-25/+35
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson8-42/+47
2017-05-04drm/i915: Implement dma_buf_ops->kmapChris Wilson2-0/+124
2017-05-03Merge tag 'tags/drm-for-v4.12' into drm-intel-next-queuedDaniel Vetter240-1355/+4749
2017-05-03ALSA: x86: Register multiple PCM devices for the LPE audio cardVille Syrjälä4-66/+92
2017-05-03ALSA: x86: Split snd_intelhad into card and PCM specific structuresVille Syrjälä2-100/+142
2017-05-03ALSA: x86: Prepare LPE audio ctls for multiple PCMsVille Syrjälä1-4/+19
2017-05-03drm/i915: Clean up the LPE audio platform dataVille Syrjälä3-33/+31
2017-05-03drm/i915: Reorganize intel_lpe_audio_notify() argumentsVille Syrjälä3-8/+8
2017-05-03drm/i915: Remove hdmi_connected from LPE audio pdataVille Syrjälä3-10/+10
2017-05-03drm/i915: Replace tmds_clock_speed and link_rate with just ls_clockVille Syrjälä5-30/+21
2017-05-03drm/i915: Remove the unused pending_notify from LPE platform dataVille Syrjälä3-4/+0
2017-05-03drm/i915: Stop pretending to mask/unmask LPE audio interruptsVille Syrjälä2-45/+6
2017-05-03ALSA: x86: Clear the pdata.notify_lpe_audio pointer before teardownVille Syrjälä1-0/+5
2017-05-03drm/i915: Fix runtime PM for LPE audioVille Syrjälä2-4/+5
2017-05-03drm/i915: Switch the global i915.semaphores check to a local predicateChris Wilson1-1/+3
2017-05-03drm/i915: Do not record a successful syncpoint for a dma-awaitChris Wilson1-18/+19
2017-05-03drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]Chris Wilson2-5/+12
2017-05-03drm/i915: Squash repeated awaits on the same fenceChris Wilson15-18/+1588
2017-05-03drm/i915: Lift timeline ordering to await_dma_fenceChris Wilson1-3/+9
2017-05-03drm/i915: Unwrap top level fence-arrayChris Wilson1-23/+18
2017-05-03drm/i915: Mark up clflushes as belonging to an unordered timelineChris Wilson4-9/+4
2017-05-03drm/i915: Use wait_for_atomic_us when waiting for gt fifoMika Kuoppala1-16/+14
2017-05-03drm/i915: Move the GTFIFODBG to the common mmio dbg frameworkMika Kuoppala1-46/+30
2017-05-02drm/i915/guc: Enable send function only after successful initMichal Wajdeczko2-1/+27
2017-05-02drm/i915: Do not leak dev_priv->l3_parity.remap_info[]Joonas Lahtinen4-14/+36
2017-05-02drm/i915: Update DRIVER_DATE to 20170502Daniel Vetter1-2/+2
2017-05-01Merge branch 'linux-4.12' of git://github.com/skeggsb/linux into drm-nextDave Airlie9-8/+10
2017-04-29drm/nouveau/fb/gf100-: Fix 32 bit wraparound in new ram detectionMario Kleiner1-1/+1
2017-04-29drm/nouveau/secboot/gm20b: fix the error return code in gm20b_secboot_tegra_r...Wei Yongjun1-1/+1
2017-04-29drm/nouveau/kms: Increase max retries in scanout position queries.Mario Kleiner1-1/+1
2017-04-29drm/nouveau/bios/bitP: check that table is long enough for optional pointersBen Skeggs5-5/+5
2017-04-29drm/nouveau/fifo/nv40: no ctxsw for pre-nv44 mpeg engineIlia Mirkin1-0/+2
2017-04-28Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie17-97/+163
2017-04-28Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie1-1/+1
2017-04-28Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie7-62/+1073
2017-04-28drm/i915/glk: Fix DSI "*ERROR* ULPS is still active" messagesAnder Conselvan de Oliveira1-4/+3
2017-04-28drm/i915: Capture CCID on ILKJoonas Lahtinen1-1/+1
2017-04-28drm/i915: Reset ILK during GEM sanitizationJoonas Lahtinen1-3/+2
2017-04-28drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen5-14/+4
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen11-138/+112
2017-04-28drm/i915/guc: Fix sleep under spinlock during resetTvrtko Ursulin1-6/+1
2017-04-27drm/i915: Defer context state allocation for legacy ring submissionChris Wilson2-59/+50
2017-04-27drm/i915: Rename gen8_(un)request_engine_reset to gen8_reset_engine_start/cancelMichel Thierry1-4/+4
2017-04-27drm/i915: Fix stale comment about I915_RESET_IN_PROGRESS flagMichel Thierry1-1/+1
2017-04-26drm: mali-dp: use div_u64 for expensive 64-bit divisionsArnd Bergmann1-5/+4
2017-04-26drm/i915/glk: Don't allow 12 bpc when htotal is too bigAnder Conselvan de Oliveira1-0/+5
2017-04-26drm/i915: Confirm the request is still active before adding it to the awaitChris Wilson1-0/+3