summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-16drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson7-916/+1239
2017-06-16drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson1-0/+10
2017-06-16drm/i915: Pass vma to relocate entryChris Wilson1-60/+42
2017-06-16drm/i915: Store a direct lookup from object handle to vmaChris Wilson11-112/+322
2017-06-16drm/i915: Fix retrieval of hangcheck statsChris Wilson1-3/+0
2017-06-16drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson8-12/+17
2017-06-16drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson6-56/+67
2017-06-16drm/i915: Make i915_vma_destroy() staticChris Wilson2-2/+1
2017-06-16drm/i915: Actually attach the tv_format property to the SDVO connectorVille Syrjälä1-1/+2
2017-06-16Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into dr...Jani Nikula19-440/+604
2017-06-15Revert "drm/i915/skl: New ddb allocation algorithm"Rodrigo Vivi1-159/+98
2017-06-15drm/i915/glk: Add cold boot sequence for GLK DSIMadhav Chauhan1-28/+51
2017-06-15drm/i915/glk: Split GLK DSI device ready functionalityMadhav Chauhan1-7/+18
2017-06-15drm/i915: Don't enable backlight at setup time.Dhinakaran Pandiyan1-10/+0
2017-06-15drm/i915/cnl: make function cnl_ddi_dp_set_dpll_hw_state staticColin Ian King1-2/+3
2017-06-15drm/i915: Remove pipe A quirk remnantsVille Syrjälä3-85/+10
2017-06-15drm/i915: Drop pipe A quirk for Thinkapd T60Ville Syrjälä1-3/+0
2017-06-15drm/i915: Drop pipe A quirk for Toshiba Protege R205-S209Ville Syrjälä1-3/+0
2017-06-15drm/i915: Add i830 "pipes power well"Ville Syrjälä3-1/+157
2017-06-15drm/i915: Use a loop for the "three times for luck" DPLL procedureVille Syrjälä1-9/+6
2017-06-15drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()Ville Syrjälä1-4/+5
2017-06-15drm/i915: Fix deadlock witha the pipe A quirk during resumeVille Syrjälä1-9/+12
2017-06-15drm/i915: Split vma exec_link/evict_linkChris Wilson3-25/+28
2017-06-15drm/i915: Use vma->exec_entry as our double-entry placeholderChris Wilson3-51/+44
2017-06-15drm/i915: Amalgamate execbuffer parameter structuresChris Wilson1-317/+232
2017-06-14drm/i915/perf: add GLK supportLionel Landwerlin4-3/+2659
2017-06-14drm/i915/perf: add KBL supportLionel Landwerlin6-2/+6143
2017-06-14drm/i915: add KBL GT2/GT3 check macrosLionel Landwerlin1-0/+4
2017-06-14drm/i915/perf: remove perf.hook_lockRobert Bragg2-24/+11
2017-06-14drm/i915/perf: per-gen timebase for checking sample freqRobert Bragg2-11/+29
2017-06-14drm/i915/perf: Add more OA configs for BDW, CHV, SKL + BXTRobert Bragg8-8/+18981
2017-06-14drm/i915/perf: Add OA unit support for Gen 8+Robert Bragg5-95/+1028
2017-06-14drm/i915/perf: Add 'render basic' Gen8+ OA unit configsRobert Bragg14-3/+1876
2017-06-14drm/i915/perf: rework mux configurations queriesLionel Landwerlin4-81/+151
2017-06-14drm/i915: expose _SUBSLICE_MASK GETPARMRobert Bragg2-0/+10
2017-06-14drm/i915: expose _SLICE_MASK GETPARMRobert Bragg2-0/+8
2017-06-14drm/i915: Reinstate reservation_object zapping for batch_pool objectsChris Wilson1-2/+17
2017-06-14drm/i915: Spin for struct_mutex inside shrinkerChris Wilson1-7/+12
2017-06-14drm/i915: Only restrict noreclaim in the early shrink passesChris Wilson1-2/+1
2017-06-14drm/i915: Remove __GFP_NORETRY from our buffer allocatorChris Wilson1-1/+14
2017-06-14drm/i915: Encourage our shrinker more when our shmemfs allocations failsChris Wilson1-21/+29
2017-06-12drm/i915/cfl: Basic DDI plumbing for Coffee Lake.Rodrigo Vivi2-6/+9
2017-06-12drm/i915/cnl: Enable wrpll computation for CNLKahola, Mika1-2/+138
2017-06-12drm/i915/cnl: LSPCON support is gen9+Rodrigo Vivi1-1/+1
2017-06-12drm/i915/cnl: Enable fifo underrun for Cannonlake.Rodrigo Vivi1-1/+1
2017-06-12drm/i915/cnl: Fix Cannonlake scaler mode programing.Rodrigo Vivi1-1/+1
2017-06-12drm/i915: Use HAS_CSR instead of gen number on DMC load.Rodrigo Vivi1-1/+1
2017-06-12drm/i915/DMC/CNL: Load DMC on CNLAnusha Srivatsa2-2/+10
2017-06-12drm/i915/cnl: Enable loadgen_select bit for vswing sequenceClint Taylor1-6/+32
2017-06-12drm/i915/cnl: Implement voltage swing sequence.Rodrigo Vivi3-2/+177