aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-01drm/i915: Move w/a LRI debug message from context-init to driver loadChris Wilson1-19/+19
2017-03-01drm/i915: Prevent concurrent tiling/framebuffer modificationsChris Wilson4-12/+42
2017-03-01drm/i915: Fix all intel_framebuffer_init failures to take the error pathChris Wilson1-8/+8
2017-03-01drm/i915/dsi: Skip delays for v3 VBTs in vid-modeHans de Goede1-4/+15
2017-03-01drm/i915/dsi: Call MIPI_SEQ_TEAR_ON and DISPLAY_ON for cmd-mode (untested)Hans de Goede1-0/+2
2017-03-01drm/i915/dsi: Execute MIPI_SEQ_TEAR_OFF from intel_dsi_post_disableHans de Goede1-0/+2
2017-03-01drm/i915/dsi: Document always using v3 SHUTDOWN / MIPI_SEQ_DISPLAY_OFF orderHans de Goede1-0/+5
2017-03-01drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlightHans de Goede1-2/+2
2017-03-01drm/i915/dsi: Execute MIPI_SEQ_DEASSERT_RESET before calling device_ready()Hans de Goede1-2/+7
2017-03-01drm/i915/dsi: Group DPOunit clock gate workaround with PLL enableHans de Goede1-8/+8
2017-03-01drm/i915/dsi: Move MIPI_SEQ_POWER_ON/OFF calls together with pmic gpio callsHans de Goede1-6/+4
2017-03-01drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ONHans de Goede1-1/+0
2017-03-01drm/i915/dsi: Document the panel enable / disable sequences from the specHans de Goede1-0/+37
2017-03-01drm/i915: use BUILD_BUG_ON to ensure platform name has been set upJani Nikula2-0/+3
2017-03-01drm/i915/gen9: Increase PCODE request timeout to 50msImre Deak1-5/+6
2017-03-01drm/i915/glk: Add MIPIIO Enable/disable sequenceDeepak M1-11/+195
2017-03-01drm/i915: Tighten mmio arrays for MIPI_PORTChris Wilson1-1/+1
2017-02-28drm/i915/guc: Reorder __i915_guc_submit to reduce spinlock holdtimeChris Wilson1-6/+7
2017-02-28drm/i915/guc: Make wq_lock irq-safeChris Wilson1-8/+20
2017-02-28drm/i915/dsi: VLV/CHT Only wait for LP00 on MIPI PORT AHans de Goede1-3/+5
2017-02-28drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequencesHans de Goede3-45/+15
2017-02-28drm/i915/dsi: Move intel_dsi_clear_device_ready()Hans de Goede1-43/+43
2017-02-28drm/i915/dsi: Add intel_dsi_unprepare() helperHans de Goede1-13/+24
2017-02-28drm/i915/dsi: Merge intel_dsi_disable/enable into their respective callersHans de Goede1-64/+44
2017-02-28drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packetHans de Goede3-11/+5
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-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson4-64/+125
2017-02-27drm/i915: Defer enabling hangcheck to the first fake breadcrumb interruptChris Wilson1-18/+18
2017-02-27drm/i915: Signal first fence from irq handler if completeChris Wilson6-39/+54
2017-02-27drm/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 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