summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: make intel_sdvo_regs.h self-containedJani Nikula2019-06-172-0/+9
* drm/i915/ehl: Update MOCS table for EHLMatt Roper2019-06-151-0/+8
* drm/i915: Avoid tainting i915_gem_park() with wakeref.lockChris Wilson2019-06-151-9/+8Star
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-1416-188/+153Star
* drm/i915: Stop retiring along engineChris Wilson2019-06-141-78/+53Star
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-1420-195/+219
* drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio2019-06-145-30/+30
* drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio2019-06-1421-53/+54
* drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio2019-06-1441-234/+236
* drm/i915: move a few more functions to accept the rpm structureDaniele Ceraolo Spurio2019-06-145-29/+28Star
* drm/i915: move and rename i915_runtime_pmDaniele Ceraolo Spurio2019-06-146-173/+175
* drm/i915: make enable/disable rpm assert function use the rpm structureDaniele Ceraolo Spurio2019-06-144-51/+53
* drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio2019-06-1411-41/+29Star
* drm/i915: prefer i915_runtime_pm in intel_runtime functionDaniele Ceraolo Spurio2019-06-144-70/+68Star
* drm/i915: Add Wa_1409120013:icl,ehlMatt Roper2019-06-142-0/+5
* drm/i915: Refine i915_reset.lock_mapChris Wilson2019-06-145-19/+12Star
* drm/i915: Execute signal callbacks from no-op i915_request_waitChris Wilson2019-06-141-2/+4
* drm/i915: Discard some redundant cache domain flushesChris Wilson2019-06-144-30/+1Star
* drm/i915: Enable refcount debugging for default debug levelsChris Wilson2019-06-141-0/+1
* drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson2019-06-1315-137/+144
* drm/i915: kerneldoc warnings squelchedChris Wilson2019-06-122-2/+2
* drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin2019-06-126-122/+161
* drm/i915: Remove I915_READ_NOTRACETvrtko Ursulin2019-06-127-35/+43
* drm/i915: Remove I915_WRITE_NOTRACETvrtko Ursulin2019-06-122-16/+27
* drm/i915: Remove POSTING_READ16Tvrtko Ursulin2019-06-124-10/+11
* drm/i915: Remove I915_POSTING_READ_FWTvrtko Ursulin2019-06-125-23/+24
* drm/i915: Remove I915_READ8Tvrtko Ursulin2019-06-123-23/+26
* drm/i915: Combine unbound/bound list tracking for objectsChris Wilson2019-06-1213-282/+95Star
* drm/i915: Kill INTEL_SUBPLATFORM_AMLVille Syrjälä2019-06-124-13/+7Star
* drm/i915: Add missing commas to the end of the subplatform ID arraysVille Syrjälä2019-06-121-4/+4
* drm/i915: Improve WRPLL reference clock readout on HSW/BDWVille Syrjälä2019-06-122-1/+17
* drm/i915: Assert that HSW/BDW LCPLL is using the non-SSC referenceVille Syrjälä2019-06-121-0/+3
* drm/i915: Nuke LC_FREQVille Syrjälä2019-06-121-4/+2Star
* drm/i915: Rename HSW/BDW PLL bitsVille Syrjälä2019-06-124-26/+34
* drm/i915: Do not touch the PCH SSC reference if a PLL is using itVille Syrjälä2019-06-122-3/+77
* drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson2019-06-125-1/+19
* drm/i915: Add a label for config DRM_I915_SPIN_REQUESTChris Wilson2019-06-121-1/+1
* drm/i915/skl: use ranges for voltage level lookupLucas De Marchi2019-06-111-13/+7Star
* drm/i915/cnl: use ranges for voltage level lookupLucas De Marchi2019-06-111-8/+5Star
* drm/i915/icl: use ranges for voltage level lookupLucas De Marchi2019-06-111-14/+5Star
* drm/i915: Make GuC GGTT reservation work on ggttTvrtko Ursulin2019-06-113-36/+36
* drm/i915/guc: Move intel_guc_reserved_gtt_size to intel_wopcm_guc_sizeTvrtko Ursulin2019-06-114-19/+16Star
* drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson2019-06-1112-83/+78Star
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-1126-192/+188Star
* drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson2019-06-108-49/+80
* drm/i915: Allow interrupts when taking the timeline->mutexChris Wilson2019-06-102-3/+7
* drm/i915: Make read_subslice_reg take engineTvrtko Ursulin2019-06-101-11/+12
* drm/i915: Remove I915_READ64 and I915_READ64_32x2Tvrtko Ursulin2019-06-101-18/+0Star
* drm/i915: Convert intel_read_wm_latency to uncore mmio accessorsTvrtko Ursulin2019-06-101-3/+5
* drm/i915: Convert gem_record_fences to uncore mmio accessorsTvrtko Ursulin2019-06-101-3/+9