summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-06-10drm/i915: Convert gem_record_fences to uncore mmio accessorsTvrtko Ursulin1-3/+9
2019-06-10drm/i915: Convert icl_get_stolen_reserved to uncore mmio accessorsTvrtko Ursulin1-2/+2
2019-06-10drm/i915: Convert i915_reg_read_ioctl to use explicit mmio accessorsTvrtko Ursulin1-9/+14
2019-06-10drm/i915: Eliminate unused mmio accessorsTvrtko Ursulin1-4/+0
2019-06-10drm/i915/perf: fix whitelist on Gen10+Lionel Landwerlin2-0/+2
2019-06-10drm/i915: Move i915_check_and_clear_faults to intel_reset.cTvrtko Ursulin4-69/+67
2019-06-10drm/i915: Grammar s/the its/its/Geert Uytterhoeven1-1/+1
2019-06-10drm/i915/frontbuffer: remove obsolete comment about mark busy/idleJani Nikula1-6/+0
2019-06-10drm/i915: move more atomic plane declarations to intel_atomic_plane.hJani Nikula2-12/+16
2019-06-10drm/i915: remove some unused declarations from intel_drv.hJani Nikula1-3/+0
2019-06-10drm/i915: move pm related declarations to intel_pm.hJani Nikula3-10/+10
2019-06-09drm/i915/wopcm: update default size for gen11+Daniele Ceraolo Spurio1-9/+18
2019-06-09drm/i915/guc: always use Command Transport BuffersDaniele Ceraolo Spurio7-72/+10
2019-06-08drm/i915/dsi: Read back pclk set by GOP and use that as pclk (v3)Hans de Goede1-4/+18
2019-06-08drm/i915/dsi: Move vlv/icl_dphy_param_init call out of intel_dsi_vbt_init (v2)Hans de Goede4-281/+280
2019-06-08drm/i915/dsi: Move logging of DSI VBT parameters to a helper functionHans de Goede1-35/+42
2019-06-07drm/i915/sdvo: Actually print the reason why the SDVO command failedVille Syrjälä1-1/+3
2019-06-07drm/i915/sdvo: Don't write stack garbage into the hbufVille Syrjälä1-1/+1
2019-06-07drm/i915/sdvo: Don't unpack stack garbageVille Syrjälä1-1/+1
2019-06-07drm/i915/sdvo: Check that we have space for the infoframeVille Syrjälä1-0/+3
2019-06-07drm/i915: Rename SDVO_AUDIO_ENABLE to HDMI_AUDIO_ENABLEVille Syrjälä2-6/+6
2019-06-07drm/i915/sdvo: Implement proper HDMI audio support for SDVOVille Syrjälä2-11/+50
2019-06-07drm/i915/sdvo: Fix AVI infoframe TX rate readoutVille Syrjälä1-5/+5
2019-06-07drm/i915: Fix per-pixel alpha with CCSVille Syrjälä1-4/+8
2019-06-07drm/i915: Drop pointless WARN_ONVille Syrjälä1-3/+0
2019-06-07drm/i915: Move intel_dp->prepare_link_train assignment into ddi codeVille Syrjälä3-6/+4
2019-06-07drm/i915: Tidy intel_execlists_submission_initTvrtko Ursulin1-5/+6
2019-06-07drm/i915: Convert some more bits to use engine mmio accessorsTvrtko Ursulin5-20/+20
2019-06-07drm/i915: Unexport i915_gem_init/fini_aliasing_ppgttTvrtko Ursulin2-7/+4
2019-06-07drm/i915: Extract engine fault reset to a helperTvrtko Ursulin1-4/+8
2019-06-07drm/i915: Make Gen6/7 RING_FAULT_REG access engine centricTvrtko Ursulin4-6/+22
2019-06-07drm/i915: Tidy engine mask types in hangcheckTvrtko Ursulin1-3/+3
2019-06-07drm/i915: Reset only affected engines when handling error captureTvrtko Ursulin3-5/+7
2019-06-07drm/i915/dmc: protect against reading random memoryLucas De Marchi1-0/+18
2019-06-06drm/i915: Report an earlier wedged event when suspending the enginesChris Wilson1-1/+1