summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2021-07-23drm/i915/xehp: VDBOX/VEBOX fusing registers are enable-basedTvrtko Ursulin1-1/+8
2021-07-23drm/i915/gt: rename legacy engine->hw_id to engine->gen6_hw_idLucas De Marchi3-8/+8
2021-07-23drm/i915/gt: nuke unused legacy engine hw_idLucas De Marchi2-8/+0
2021-07-23drm/i915/gt: fix platform prefixLucas De Marchi1-2/+2
2021-07-22drm/i915: Add intel_context tracingMatthew Brost3-0/+165
2021-07-22drm/i915/guc: Add trace point for GuC submitMatthew Brost2-4/+22
2021-07-22drm/i915/guc: Update GuC debugfs to support new GuCMatthew Brost5-1/+107
2021-07-22drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew Brost13-28/+134
2021-07-22drm/i915/guc: Ensure G2H response has space in bufferMatthew Brost5-26/+104
2021-07-22drm/i915/guc: Disable semaphores when using GuC schedulingMatthew Brost1-2/+4
2021-07-22drm/i915/guc: Ensure request ordering via completion fencesMatthew Brost1-2/+8
2021-07-22drm/i915: Disable preempt busywait when using GuC schedulingMatthew Brost1-2/+4
2021-07-22drm/i915/guc: Extend deregistration fence to schedule disableMatthew Brost1-7/+33
2021-07-22drm/i915/guc: Disable engine barriers with GuC during unpinMatthew Brost2-1/+11
2021-07-22drm/i915/guc: Defer context unpin until scheduling is disabledMatthew Brost6-4/+180
2021-07-22drm/i915/guc: Insert fence on context when deregisteringMatthew Brost4-2/+63
2021-07-22drm/i915/guc: Implement GuC context operations for new intefaceMatthew Brost8-55/+696
2021-07-22drm/i915/guc: Add bypass tasklet submission path to GuCMatthew Brost1-8/+29
2021-07-22drm/i915/guc: Implement GuC submission taskletMatthew Brost3-117/+127
2021-07-22drm/i915/guc: Add LRC descriptor context lookup arrayMatthew Brost2-2/+35
2021-07-22drm/i915/guc: Remove GuC stage descriptor, add LRC descriptorMatthew Brost3-116/+25
2021-07-22drm/i915/guc: Add new GuC interface defines and structuresMatthew Brost2-0/+56
2021-07-22drm/i915/xehp: New engine context offsetsPrathap Kumar Valsan1-6/+59
2021-07-22drm/i915/xehp: Handle new device context ID formatStuart Summers5-21/+97
2021-07-22drm/i915/selftests: Allow for larger engine countsJohn Harrison2-13/+29
2021-07-22drm/i915/gen12: Use fuse info to enable SFCVenkata Sandeep Dhanalakota1-6/+24
2021-07-22Merge branch 'topic/xehp-dg2-definitions-2021-07-21' into drm-intel-gt-nextMatt Roper6-4/+147
2021-07-22drm/i915/dg2: add DG2 platform infoMatt Roper5-1/+68
2021-07-22drm/i915/xehpsdv: add initial XeHP SDV definitionsLucas De Marchi6-1/+37
2021-07-22drm/i915: Add XE_HP initial definitionsLucas De Marchi1-0/+24
2021-07-22drm/i915: Add release id versionLucas De Marchi3-2/+18
2021-07-22drm/i915: do not abbreviate version in debugfsLucas De Marchi1-3/+3
2021-07-22drm/i915: Make the kmem slab for i915_buddy_block a globalJason Ekstrand3-11/+32
2021-07-22drm/i915: Use a table for i915_init/exit (v2)Jason Ekstrand6-40/+82
2021-07-22drm/i915: Call i915_globals_exit() if pci_register_device() failsJason Ekstrand2-1/+2
2021-07-22drm/i915: Call i915_globals_exit() after i915_pmu_exit()Jason Ekstrand1-1/+1
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter10-146/+0
2021-07-21drm/i915: Make GT workaround upper bounds exclusiveMatt Roper5-20/+20
2021-07-21drm/i915: Program DFR enable/disable as a GT workaroundMatt Roper2-8/+9
2021-07-21drm/i915/icl: Drop a couple unnecessary workaroundsMatt Roper1-13/+1
2021-07-21drm/i915: Fix application of WaInPlaceDecompressionHangMatt Roper1-18/+2
2021-07-21drm/i915: Add TTM offset argument to mmap.Maarten Lankhorst3-3/+42
2021-07-21drm/i915: Correct the docs for intel_engine_cmd_parserJason Ekstrand1-3/+1
2021-07-20drm/i915/uapi: reject caching ioctls for discreteMatthew Auld1-0/+6
2021-07-16Revert "drm/i915: Skip over MI_NOOP when parsing"Jason Ekstrand1-33/+34
2021-07-16drm/i915: Drop error handling from dma_fence_workJason Ekstrand4-10/+4
2021-07-16drm/i915: Remove allow_alloc from i915_gem_object_get_sg*Jason Ekstrand4-23/+11
2021-07-16Revert "drm/i915: Propagate errors on awaiting already signaled fences"Jason Ekstrand1-6/+2
2021-07-16drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand4-279/+91
2021-07-15Merge branch 'topic/revid_steppings' into drm-intel-gt-nextMatt Roper10-197/+119