summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_reset.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-05drm/i915: Allocate active tracking nodes from a slabcacheChris Wilson3-3/+35
2019-02-05drm/i915: Release the active tracker tree upon idlingChris Wilson2-10/+27
2019-02-05drm/i915: Generalise GPU activity trackingChris Wilson9-154/+518
2019-02-05drm/i915/selftests: Exercise some AB...BA preemption chainsChris Wilson1-0/+103
2019-02-05drm/i915/selftests: Context SSEU reconfiguration testsTvrtko Ursulin2-10/+488
2019-02-05drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)Tvrtko Ursulin4-3/+411
2019-02-05drm/i915: Add timeline barrier supportTvrtko Ursulin4-0/+61
2019-02-05drm/i915/perf: lock powergating configuration to default when activeLionel Landwerlin3-15/+46
2019-02-05drm/i915: Record the sseu configuration per-context & engineLionel Landwerlin4-15/+47
2019-02-04drm/i915: Trim NEWCLIENT boostingChris Wilson1-1/+1
2019-02-04drm/i915: Allow normal clients to always preempt idle priority clientsChris Wilson1-1/+14
2019-02-02drm/i915: Update DRIVER_DATE to 20190202Rodrigo Vivi1-2/+2
2019-01-31drm/i915/cfl: Adding another PCI Device ID.Rodrigo Vivi2-0/+5
2019-02-01drm/i915: Enable fastboot by default on VLV and CHVHans de Goede1-1/+9
2019-02-01drm/i915/icl: restore WaEnableFloatBlendOptimizationTalha Nassar2-0/+9
2019-02-01drm/i915: Save some lines of source code in workaroundsTvrtko Ursulin1-26/+6
2019-02-01drm/i915: Move workaround infrastructure code upTvrtko Ursulin1-37/+37
2019-01-31drm/i915/icl: Work around broken VBTs for port F detectionImre Deak2-1/+5
2019-01-31drm/i915/icl: Add TypeC ports only if VBT is presentImre Deak1-0/+7
2019-01-31drm/i915: Pick the first unused PLL once againVille Syrjälä1-1/+2
2019-01-31drm/i915: Don't use the second dbuf slice on iclVille Syrjälä1-1/+6
2019-01-31drm/i915/gvt: add VFIO EDID regionHang Yuan4-0/+167
2019-01-31drm/i915/gvt: add hotplug emulationHang Yuan3-0/+34
2019-01-31drm/i915/gvt: add functions to get default resolutionHang Yuan2-6/+32
2019-01-31drm/i915: Apply LUT validation checks to platforms more accurately (v3)Matt Roper3-32/+40
2019-01-31drm/i915: Force background color to black for gen9+ (v2)Matt Roper2-0/+25
2019-01-30drm/i915: Update DRIVER_DATE to 20190129Rodrigo Vivi1-2/+2
2019-01-30drm/i915: Use IS_GEN9_LP() for the linetime w/a checkVille Syrjälä1-3/+2
2019-01-30drm/i915: Drop the pointless linetime==0 checkVille Syrjälä1-4/+0
2019-01-30drm/i915: Drop the definite article in front of SAGVVille Syrjälä1-9/+9
2019-01-30drm/i915: Pass dev_priv to skl_needs_memory_bw_wa()Ville Syrjälä1-16/+5
2019-01-30drm/i915: Account for minimum ddb allocation restrictionsVille Syrjälä2-9/+45
2019-01-30drm/i915: Fix > vs >= mismatch in watermark/ddb calculationsVille Syrjälä1-5/+5
2019-01-30drm/i915: Fix bits vs. bytes mixup in dbuf block size computationVille Syrjälä1-1/+1
2019-01-30drm/i915: Reinstate an early latency==0 check for skl+Ville Syrjälä1-0/+3
2019-01-30drm/i915: Don't ignore level 0 lines watermark for glk+Ville Syrjälä1-2/+13
2019-01-29drm/i915/icl: keep track of unused pll while loopingLucas De Marchi1-10/+9
2019-01-29drm/i915/icl: remove dpll from clk_selLucas De Marchi1-5/+6
2019-01-29drm/i915: always return something on DDI clock selectionLucas De Marchi1-1/+1
2019-01-29drm/i915/icl: use tc_port in MG_PLL macrosLucas De Marchi5-71/+71
2019-01-29drm/i915: Drop fake breadcrumb irqChris Wilson7-256/+5
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson23-1481/+890
2019-01-29drm/i915: Remove the intel_engine_notify tracepointChris Wilson2-27/+0
2019-01-29drm/i915/tv: Bypass the vertical filter if possibleVille Syrjälä1-1/+18
2019-01-29drm/i915/tv: Fix adjusted_mode dotclock for interlaced modesVille Syrjälä1-1/+6
2019-01-29drm: Constify drm_color_lut_check()Ville Syrjälä2-5/+3
2019-01-29drm/i915/execlists: Suppress preempting selfChris Wilson5-12/+245
2019-01-29drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson5-21/+27
2019-01-29drm/i915: Identify active requestsChris Wilson11-25/+96
2019-01-29drm/i915/selftests: Apply a subtest filterChris Wilson2-0/+48