summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2017-02-28drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packetHans de Goede
2017-02-28drm/i915: Consolidate reporting of "missed breadcrumbs"Chris Wilson
2017-02-28drm/i915/glk: Validate only DSI PORT A PLL dividerMadhav Chauhan
2017-02-28drm/i915/glk: Program txesc clock divider for GLKDeepak M
2017-02-28drm/i915i/glk: Program MIPI_CLOCK_CTRL only for BXTDeepak M
2017-02-28drm/i915/glk: Add DSI PLL divider range for glkDeepak M
2017-02-28drm/i915/glk: Program new MIPI DSI PHY registers for GLKDeepak M
2017-02-28drm/i915/glk: Program dphy param reg for GLKDeepak M
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson
2017-02-27drm/i915: Defer enabling hangcheck to the first fake breadcrumb interruptChris Wilson
2017-02-27drm/i915: Signal first fence from irq handler if completeChris Wilson
2017-02-27drm/i915: Report both waiters and success from intel_engine_wakeup()Chris Wilson
2017-02-27drm/i915: Distinguish between timeout and error in sideband transactionsChris Wilson
2017-02-27drm/i915: Reduce context alignmentChris Wilson
2017-02-27drm/i915: Remove redundant TLB invalidate on switching ppgttChris Wilson
2017-02-27drm/i915: Remove redundant TLB invalidate on switching contextsChris Wilson
2017-02-27drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala
2017-02-27drm/i915: Remove the vma from the drm_mm if binding failsChris Wilson
2017-02-27drm/i915: Unwind vma->pages allocation upon failureChris Wilson
2017-02-27drm/i915: Only unwind the local pgtable layer if emptyChris Wilson
2017-02-27drm/i915/bdw: Do not write the replay bit of the ring mode registerKelvin Gardiner
2017-02-27Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-02-27drm/i915: Only enable DDI IO power domains after enabling DPLLAnder Conselvan de Oliveira
2017-02-27drm/i915/glk: Don't enable DDI IO power domains during initAnder Conselvan de Oliveira
2017-02-27drm/i915/glk: Implement WaDDIIOTimeoutAnder Conselvan de Oliveira
2017-02-27drm/i915: Check encoder type in enc_to_dig_port()Ander Conselvan de Oliveira
2017-02-27drm/i915: Store encoder power domain in struct intel_encoderAnder Conselvan de Oliveira
2017-02-27drm/i915: Store aux power domain in intel_dpAnder Conselvan de Oliveira
2017-02-25drm/i915: Advance start address on crossing PML (48b ppgtt) boundaryChris Wilson
2017-02-25drm/i915: Sanity check the vma->node prior to binding into the GTTChris Wilson
2017-02-25drm/i915: Assert we do not overflow 4lvl page directoriesChris Wilson
2017-02-25drm/i915: Assert all sg are initialised in fake_dma_object for selftestsChris Wilson
2017-02-24drm/i915: Timeout lowlevel_hole GTT selftest earlyChris Wilson
2017-02-24drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke
2017-02-24drm/i915/lspcon: Switch back to PCON mode after output replugImre Deak
2017-02-24drm/i915/execlists: Detect an out-of-order context switchChris Wilson
2017-02-24drm/i915: Introduce intel_ddi_dp_voltage_max()Ville Syrjälä
2017-02-24drm/i915: Refactor translate_signal_level()Ville Syrjälä
2017-02-24drm/i915: Refactor code to select the DDI buf translation tableVille Syrjälä
2017-02-24drm/i915/fbdev: Stop repeating tile configuration on stagnationChris Wilson
2017-02-23drm/i915: Suppress fbc suggestion to increase stolen if disabledChris Wilson
2017-02-23drm/i915: Remove one level of indention from wait-for-executeChris Wilson
2017-02-23drm/i915: Immediately process a reset before starting waitingChris Wilson
2017-02-23drm/i915: Refactor direct GPU reset from request waitersChris Wilson
2017-02-23drm/i915: Replace reset_wait_queue with default_wake_functionChris Wilson
2017-02-23drm/i915: Exercise request cancellation using a mock selftestChris Wilson
2017-02-23drm/i915: Remove the preempted request from the execution queueChris Wilson
2017-02-23drm/i915: Allow a request to be cancelledChris Wilson
2017-02-23drm/i915: Take a reference whilst processing the signaler requestChris Wilson
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson