summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-02-28drm/i915: Consolidate reporting of "missed breadcrumbs"Chris Wilson1-3/+12
2017-02-28drm/i915/glk: Validate only DSI PORT A PLL dividerMadhav Chauhan1-6/+13
2017-02-28drm/i915/glk: Program txesc clock divider for GLKDeepak M2-2/+64
2017-02-28drm/i915i/glk: Program MIPI_CLOCK_CTRL only for BXTDeepak M1-10/+15
2017-02-28drm/i915/glk: Add DSI PLL divider range for glkDeepak M2-7/+21
2017-02-28drm/i915/glk: Program new MIPI DSI PHY registers for GLKDeepak M2-0/+16
2017-02-28drm/i915/glk: Program dphy param reg for GLKDeepak M1-15/+16
2017-02-28drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson4-64/+125
2017-02-28drm/i915: Defer enabling hangcheck to the first fake breadcrumb interruptChris Wilson1-18/+18
2017-02-28drm/i915: Signal first fence from irq handler if completeChris Wilson6-39/+54
2017-02-28drm/i915: Report both waiters and success from intel_engine_wakeup()Chris Wilson2-24/+30
2017-02-27drm/i915: Distinguish between timeout and error in sideband transactionsChris Wilson1-4/+16
2017-02-27drm/i915: Reduce context alignmentChris Wilson3-20/+2
2017-02-27drm/i915: Remove redundant TLB invalidate on switching ppgttChris Wilson1-17/+0
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 Vetter248-3778/+8218
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