summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-12-26drm/i915: Update DRIVER_DATE to 20161226drm-intel-next-2016-12-26Daniel Vetter1-2/+2
2016-12-24drm/i915: re-use computed offset bias for context pinDaniele Ceraolo Spurio1-1/+3
2016-12-24drm/i915: request ring to be pinned above GUC_WOPCM_TOPDaniele Ceraolo Spurio5-6/+19
2016-12-23drm/i915: Prevent timeline updates whilst performing resetChris Wilson1-1/+9
2016-12-23drm/i915: Assert that the partial VMA fits within the objectChris Wilson1-0/+5
2016-12-23drm/i915: Silence allocation failure during sg_trim()Chris Wilson1-1/+1
2016-12-23drm/i915: Don't clflush before release phys objectChris Wilson1-4/+6
2016-12-23drm/i915: Repeat flush of idle work during suspendChris Wilson4-5/+23
2016-12-23drm/i915: Break after walking all GGTT vma in bump_inactive_ggttChris Wilson1-1/+1
2016-12-23drm/i915: Kill the 830 MI_OVERLAY_OFF workaroundVille Syrjälä1-13/+6
2016-12-23drm/i915/dsi: Move disable pll call outside of clear_device_ready()Hans de Goede1-2/+2
2016-12-23drm/915: Parsing the missed out DTD fields from the VBTVincente Tsou2-8/+12
2016-12-22drm/i915: Disable L2 cache clock gating on 830 when using the overlayVille Syrjälä3-2/+34
2016-12-22drm/i915: Use primary plane->state for overlay ckey setupVille Syrjälä1-16/+17
2016-12-22drm/i915: Reorganize overlay filter coeffs into a nicer formVille Syrjälä1-28/+36
2016-12-22drm/i915: Simplify SWIDTHSW calculationVille Syrjälä1-13/+11
2016-12-22drm/i915: Kill intel_panel_fitter_pipe()Ville Syrjälä1-28/+1
2016-12-22drm/i915: Use pipe_src_w in overlay codeVille Syrjälä1-7/+7
2016-12-22drm/i915: Fix the overlay frontbuffer trackingVille Syrjälä1-23/+41
2016-12-22drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä1-2/+2
2016-12-22drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä2-1/+21
2016-12-22drm/i915: Initialize overlay->last_flip properlyVille Syrjälä1-0/+2
2016-12-22drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä1-16/+16
2016-12-22drm/i915: Force VDD off on the new power seqeuencer before starting to use itVille Syrjälä1-7/+34
2016-12-22drm/i915/ddi: Rely on VBT DDI port info for eDP detectionImre Deak3-1/+6
2016-12-22drm/i915: Check num_pipes before initializing audio componentElaine Wang1-0/+3
2016-12-21drm/i915/glk: Add new bit fields in MIPI CTRL registerDeepak M1-0/+15
2016-12-20drm/i915: Remove useless VLV_FEATURE Macro.Rodrigo Vivi1-18/+16
2016-12-20drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni3-26/+22
2016-12-20drm/i915: skip the first 4k of stolen memory on everything >= gen8Paulo Zanoni1-3/+2
2016-12-20drm/i915: Add a test that we terminate the trimmed sgtable as expectedChris Wilson1-0/+1
2016-12-20drm/i915: Fallback to single PAGE_SIZE segments for DMA remappingChris Wilson1-4/+22
2016-12-20drm/i915/breadcrumbs: s/container_of/rb_entry/Chris Wilson1-2/+2
2016-12-20drm/i915/debugfs: use rb_entry()Geliang Tang1-3/+3
2016-12-19drm/i915: Simplify gem stolen initialization.Rodrigo Vivi1-5/+4
2016-12-19drm/i915: Rename get stolen functions for LP platforms chv+Rodrigo Vivi1-2/+2
2016-12-19drm/i915: Expand is_lp backwards to gen8_lp and gen7_lp.Rodrigo Vivi2-0/+3
2016-12-19drm/i915: Prevent PPS stealing from a normal DP port on VLV/CHVVille Syrjälä2-47/+111
2016-12-19drm/i915: Drop mutex after successful kref_put_mutex()Chris Wilson1-3/+4
2016-12-18drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson5-10/+8
2016-12-18drm/i915/execlists: Request the kernel context be pinned highChris Wilson1-2/+6
2016-12-18drm/i915: Mark the shadow gvt context as closedChris Wilson2-9/+2
2016-12-18drm/i915: Simplify releasing context referenceChris Wilson2-12/+11
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson14-217/+151
2016-12-18drm/i915: Move intel_lrc_context_pin() to avoid the forward declarationChris Wilson1-67/+65
2016-12-18drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutexChris Wilson1-0/+1
2016-12-16drm/i915: convert to using range_overflowsMatthew Auld2-8/+5
2016-12-16drm/i915: introduce range_overflows utility macrosMatthew Auld1-0/+12
2016-12-16drm/i915: move vma sanity checking into i915_vma_bindMatthew Auld2-12/+6
2016-12-16drm/i915: introduce GEM_WARN_ONMatthew Auld1-0/+2