summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-11drm/i915/gt: Force pte cacheline to main memoryMika Kuoppala1-2/+13
2020-05-11drm/i915: Remove unused HAS_FWTABLE macroPascal Terjan1-5/+0
2020-05-11drm/i915/selftests: Always flush before unpining after writingChris Wilson7-4/+21
2020-05-11drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson4-54/+64
2020-05-11drm/i915: Use stashed away hpd isr bits in intel_digital_port_connected()Ville Syrjälä3-134/+17
2020-05-11drm/i915: Stash hpd status bits under dev_privVille Syrjälä2-89/+116
2020-05-11drm/i915: Turn intel_digital_port_connected() in a vfuncVille Syrjälä5-128/+135
2020-05-11drm/i915: Fix glk watermark calculationsVille Syrjälä1-7/+8
2020-05-11drm/i915/mst: Wait for ACT sent before enabling the pipeVille Syrjälä1-4/+5
2020-05-11drm/i915: Tidy awaiting on dma-fencesChris Wilson1-6/+4
2020-05-11drm/i915: Make intel_timeline_init staticMika Kuoppala2-9/+4
2020-05-11drm/i915/gt: Mark up the racy read of execlists->context_tagChris Wilson1-1/+1
2020-05-09drm/i915: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-4/+4
2020-05-09drm/i915: Replace the hardcoded I915_FENCE_TIMEOUTChris Wilson9-9/+46
2020-05-08drm/i915: Prevent using semaphores to chain up to external fencesChris Wilson2-0/+27
2020-05-08drm/i915: Peel dma-fence-chains for awaitLionel Landwerlin1-1/+28
2020-05-08drm/i915/gt: Improve precision on defer_request assertChris Wilson1-1/+2
2020-05-08drm/i915: Pull waiting on an external dma-fence into its routineChris Wilson1-6/+10
2020-05-08drm/i915: Ignore submit-fences on the same timelineChris Wilson1-0/+3
2020-05-08drm/i915/gvt: use context lrc_reg_state for shadow ppgtt overrideZhenyu Wang1-6/+2
2020-05-08drm/i915/gvt: Support PPGTT table load commandZhenyu Wang6-5/+151
2020-05-08drm/i915/gvt: move workload destroy out of execlist completeZhenyu Wang2-2/+3
2020-05-07drm/i915/gen12: Add aux table invalidate for all enginesMika Kuoppala2-5/+87
2020-05-07drm/i915: Remove wait priority boostingChris Wilson6-32/+5
2020-05-07drm/i915: Mark concurrent submissions with a weak-dependencyChris Wilson5-6/+15
2020-05-07drm/i915/gen12: Invalidate aux table entries forciblyMika Kuoppala2-1/+17
2020-05-07drm/i915/gen12: Flush L3Mika Kuoppala1-0/+2
2020-05-07drm/i915/gen12: Fix HDC pipeline flushMika Kuoppala3-21/+44
2020-05-07Revert "drm/i915/tgl: Include ro parts of l3 to invalidate"Mika Kuoppala2-2/+0
2020-05-06drm/i915: Propagate error from completed fencesChris Wilson1-1/+3
2020-05-05drm/i915/icp: Add Wa_14010685332Matt Roper2-0/+9
2020-05-05drm/i915/gt: Stop holding onto the pinned_default_stateChris Wilson5-46/+47
2020-05-05drm/i915/execlists: Record the active CCID from before resetChris Wilson2-1/+8
2020-05-05drm/i915: Added required new PCode commandsStanislav Lisovskiy2-0/+6
2020-05-05drm/i915/tgl+: Fix interrupt handling for DP AUX transactionsImre Deak1-13/+3
2020-05-05drm/i915/gt: Small tidy of gen8+ breadcrumb emissionChris Wilson1-19/+15
2020-05-04drm/i915/selftests: Repeat the rps clock frequency measurementChris Wilson1-14/+40
2020-05-04drm/i915/display: Warn if the FBC is still writing to stolen on removalChris Wilson1-0/+3
2020-05-04drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabledSultan Alsawaf1-1/+1
2020-05-04drm/i915: Streamline the artihmeticVille Syrjälä1-39/+20
2020-05-04drm/i915: Rename variables to be consistent with bspecVille Syrjälä1-13/+17
2020-05-04drm/i915: Nuke mode.vrefresh usageVille Syrjälä1-7/+3
2020-05-04drm/i915: Remove cnl pre-prod workaroundsVille Syrjälä4-33/+2
2020-05-04drm/i915/fbc: Require linear fb stride to be multiple of 512 bytes on gen9/glkVille Syrjälä1-2/+7
2020-05-04drm/i915: Rename bw_state to new_bw_stateStanislav Lisovskiy1-12/+12
2020-05-04drm/i915: Track active_pipes in bw_stateStanislav Lisovskiy3-18/+21
2020-05-04drm/i915: Use bw state for per crtc SAGV evaluationStanislav Lisovskiy3-29/+97
2020-05-04drm/i915/gem: Implement legacy MI_STORE_DATA_IMMChris Wilson7-135/+336
2020-05-04drm/i915/gem: Specify address type for chained reloc batchesChris Wilson1-6/+6
2020-05-04drm/i915: Allow some leniency in PCU readsChris Wilson1-1/+1