aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson20-195/+219
2019-06-14drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio5-30/+30
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio21-53/+54
2019-06-14drm/i915: update rpm_get/put to use the rpm structureDaniele Ceraolo Spurio41-234/+236
2019-06-14drm/i915: move a few more functions to accept the rpm structureDaniele Ceraolo Spurio5-29/+28
2019-06-14drm/i915: move and rename i915_runtime_pmDaniele Ceraolo Spurio6-173/+175
2019-06-14drm/i915: make enable/disable rpm assert function use the rpm structureDaniele Ceraolo Spurio4-51/+53
2019-06-14drm/i915: Remove rpm asserts that use i915Daniele Ceraolo Spurio11-41/+29
2019-06-14drm/i915: prefer i915_runtime_pm in intel_runtime functionDaniele Ceraolo Spurio4-70/+68
2019-06-14drm/i915: Add Wa_1409120013:icl,ehlMatt Roper2-0/+5
2019-06-14drm/i915: Refine i915_reset.lock_mapChris Wilson5-19/+12
2019-06-14drm/i915: Execute signal callbacks from no-op i915_request_waitChris Wilson1-2/+4
2019-06-14drm/i915: Discard some redundant cache domain flushesChris Wilson4-30/+1
2019-06-14drm/i915: Enable refcount debugging for default debug levelsChris Wilson1-0/+1
2019-06-13drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_stateSean Paul5-14/+20
2019-06-13drm/i915: Move fence register tracking from i915->mm to ggttChris Wilson15-137/+144
2019-06-12drm/i915: kerneldoc warnings squelchedChris Wilson2-2/+2
2019-06-12drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin6-122/+161
2019-06-12drm/i915: Remove I915_READ_NOTRACETvrtko Ursulin7-35/+43
2019-06-12drm/i915: Remove I915_WRITE_NOTRACETvrtko Ursulin2-16/+27
2019-06-12drm/i915: Remove POSTING_READ16Tvrtko Ursulin4-10/+11
2019-06-12drm/i915: Remove I915_POSTING_READ_FWTvrtko Ursulin5-23/+24
2019-06-12drm/i915: Remove I915_READ8Tvrtko Ursulin3-23/+26
2019-06-12drm/i915: Combine unbound/bound list tracking for objectsChris Wilson13-282/+95
2019-06-12drm/i915: Kill INTEL_SUBPLATFORM_AMLVille Syrjälä4-13/+7
2019-06-12drm/i915: Add missing commas to the end of the subplatform ID arraysVille Syrjälä1-4/+4
2019-06-12drm/i915: Improve WRPLL reference clock readout on HSW/BDWVille Syrjälä2-1/+17
2019-06-12drm/i915: Assert that HSW/BDW LCPLL is using the non-SSC referenceVille Syrjälä1-0/+3
2019-06-12drm/i915: Nuke LC_FREQVille Syrjälä1-4/+2
2019-06-12drm/i915: Rename HSW/BDW PLL bitsVille Syrjälä4-26/+34
2019-06-12drm/i915: Do not touch the PCH SSC reference if a PLL is using itVille Syrjälä2-3/+77
2019-06-12drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson5-1/+19
2019-06-12drm/i915: Add a label for config DRM_I915_SPIN_REQUESTChris Wilson1-1/+1
2019-06-12drm/i915/perf: fix whitelist on Gen10+Lionel Landwerlin2-0/+2
2019-06-12drm/i915/sdvo: Implement proper HDMI audio support for SDVOVille Syrjälä2-11/+50
2019-06-12drm/i915: Fix per-pixel alpha with CCSVille Syrjälä1-4/+8
2019-06-12drm/i915/dmc: protect against reading random memoryLucas De Marchi1-0/+18
2019-06-12drm/i915/dsi: Use a fuzzy check for burst mode clock checkHans de Goede3-1/+13
2019-06-11drm/i915/skl: use ranges for voltage level lookupLucas De Marchi1-13/+7
2019-06-11drm/i915/cnl: use ranges for voltage level lookupLucas De Marchi1-8/+5
2019-06-11drm/i915/icl: use ranges for voltage level lookupLucas De Marchi1-14/+5
2019-06-11drm/i915: Make GuC GGTT reservation work on ggttTvrtko Ursulin3-36/+36
2019-06-11drm/i915/guc: Move intel_guc_reserved_gtt_size to intel_wopcm_guc_sizeTvrtko Ursulin4-19/+16
2019-06-11drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson12-83/+78
2019-06-11drm/i915: Pull kref into i915_address_spaceChris Wilson26-192/+188
2019-06-10drm/i915: Promote i915->mm.obj_lock to be irqsafeChris Wilson8-49/+80
2019-06-10drm/i915: Allow interrupts when taking the timeline->mutexChris Wilson2-3/+7
2019-06-10drm/i915: Make read_subslice_reg take engineTvrtko Ursulin1-11/+12
2019-06-10drm/i915: Remove I915_READ64 and I915_READ64_32x2Tvrtko Ursulin1-18/+0
2019-06-10drm/i915: Convert intel_read_wm_latency to uncore mmio accessorsTvrtko Ursulin1-3/+5