summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allocate active tracking nodes from a slabcacheChris Wilson2019-02-053-3/+35
* drm/i915: Release the active tracker tree upon idlingChris Wilson2019-02-052-10/+27
* drm/i915: Generalise GPU activity trackingChris Wilson2019-02-059-154/+518
* drm/i915/selftests: Exercise some AB...BA preemption chainsChris Wilson2019-02-051-0/+103
* drm/i915/selftests: Context SSEU reconfiguration testsTvrtko Ursulin2019-02-052-10/+488
* drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)Tvrtko Ursulin2019-02-054-3/+411
* drm/i915: Add timeline barrier supportTvrtko Ursulin2019-02-054-0/+61
* drm/i915/perf: lock powergating configuration to default when activeLionel Landwerlin2019-02-053-15/+46
* drm/i915: Record the sseu configuration per-context & engineLionel Landwerlin2019-02-054-15/+47
* drm/i915: Trim NEWCLIENT boostingChris Wilson2019-02-041-1/+1
* drm/i915: Allow normal clients to always preempt idle priority clientsChris Wilson2019-02-041-1/+14
* drm/i915: Update DRIVER_DATE to 20190202Rodrigo Vivi2019-02-021-2/+2
* drm/i915/cfl: Adding another PCI Device ID.Rodrigo Vivi2019-01-312-0/+5
* Merge tag 'gvt-next-2019-02-01' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2019-02-018-6/+233
|\
| * drm/i915/gvt: add VFIO EDID regionHang Yuan2019-01-314-0/+167
| * drm/i915/gvt: add hotplug emulationHang Yuan2019-01-313-0/+34
| * drm/i915/gvt: add functions to get default resolutionHang Yuan2019-01-312-6/+32
* | drm/i915: Enable fastboot by default on VLV and CHVHans de Goede2019-02-011-1/+9
* | drm/i915/icl: restore WaEnableFloatBlendOptimizationTalha Nassar2019-02-012-0/+9
* | drm/i915: Save some lines of source code in workaroundsTvrtko Ursulin2019-02-011-26/+6Star
* | drm/i915: Move workaround infrastructure code upTvrtko Ursulin2019-02-011-37/+37
* | drm/i915/icl: Work around broken VBTs for port F detectionImre Deak2019-01-312-1/+5
* | drm/i915/icl: Add TypeC ports only if VBT is presentImre Deak2019-01-311-0/+7
* | drm/i915: Pick the first unused PLL once againVille Syrjälä2019-01-311-1/+2
* | drm/i915: Don't use the second dbuf slice on iclVille Syrjälä2019-01-311-1/+6
* | drm/i915: Apply LUT validation checks to platforms more accurately (v3)Matt Roper2019-01-313-32/+40
* | drm/i915: Force background color to black for gen9+ (v2)Matt Roper2019-01-312-0/+25
* | drm/i915: Update DRIVER_DATE to 20190129Rodrigo Vivi2019-01-301-2/+2
* | drm/i915: Use IS_GEN9_LP() for the linetime w/a checkVille Syrjälä2019-01-301-3/+2Star
* | drm/i915: Drop the pointless linetime==0 checkVille Syrjälä2019-01-301-4/+0Star
* | drm/i915: Drop the definite article in front of SAGVVille Syrjälä2019-01-301-9/+9
* | drm/i915: Pass dev_priv to skl_needs_memory_bw_wa()Ville Syrjälä2019-01-301-16/+5Star
* | drm/i915: Account for minimum ddb allocation restrictionsVille Syrjälä2019-01-302-9/+45
* | drm/i915: Fix > vs >= mismatch in watermark/ddb calculationsVille Syrjälä2019-01-301-5/+5
* | drm/i915: Fix bits vs. bytes mixup in dbuf block size computationVille Syrjälä2019-01-301-1/+1
* | drm/i915: Reinstate an early latency==0 check for skl+Ville Syrjälä2019-01-301-0/+3
* | drm/i915: Don't ignore level 0 lines watermark for glk+Ville Syrjälä2019-01-301-2/+13
* | drm/i915/icl: keep track of unused pll while loopingLucas De Marchi2019-01-291-10/+9Star
* | drm/i915/icl: remove dpll from clk_selLucas De Marchi2019-01-291-5/+6
* | drm/i915: always return something on DDI clock selectionLucas De Marchi2019-01-291-1/+1
* | drm/i915/icl: use tc_port in MG_PLL macrosLucas De Marchi2019-01-295-71/+71
* | drm/i915: Drop fake breadcrumb irqChris Wilson2019-01-297-256/+5Star
* | drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-2923-1481/+890Star
* | drm/i915: Remove the intel_engine_notify tracepointChris Wilson2019-01-292-27/+0Star
* | drm/i915/tv: Bypass the vertical filter if possibleVille Syrjälä2019-01-291-1/+18
* | drm/i915/tv: Fix adjusted_mode dotclock for interlaced modesVille Syrjälä2019-01-291-1/+6
* | drm: Constify drm_color_lut_check()Ville Syrjälä2019-01-292-5/+3Star
* | drm/i915/execlists: Suppress preempting selfChris Wilson2019-01-295-12/+245
* | drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson2019-01-295-21/+27
* | drm/i915: Identify active requestsChris Wilson2019-01-2911-25/+96