summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+2
2021-07-14drm/i915/gtt: drop the page table optimisationMatthew Auld1-4/+1
2021-07-13drm/i915/gt: Fix -EDEADLK handling regressionVille Syrjälä1-1/+1
2021-07-06drm/i915: Use the correct IRQ during resumeThomas Zimmermann2-3/+6
2021-06-15drm/i915/selftests: Reorder tasklet_disable vs local_bh_disableChris Wilson1-23/+32
2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström1-1/+2
2021-06-11Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm...Dave Airlie57-870/+1077
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+2
2021-06-06drm/i915/gt: Add remaining conversions to GRAPHICS_VERLucas De Marchi3-6/+6
2021-06-06drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi44-320/+321
2021-06-04drm/i915/guc: Use guc_class instead of engine_class in fw interfaceDaniele Ceraolo Spurio3-10/+42
2021-06-04drm/i915/guc: Early initialization of GuC send registersMichal Wajdeczko1-9/+9
2021-06-04drm/i915/guc: Always copy CT message to new allocationMichal Wajdeczko1-60/+120
2021-06-04drm/i915/guc: Don't receive all G2H messages in irq handlerMichal Wajdeczko2-20/+50
2021-06-04drm/i915/guc: Stop using mutex while sending CTB messagesMichal Wajdeczko1-4/+0
2021-06-04drm/i915/guc: Ensure H2G buffer updates visible before tail updateMatthew Brost1-0/+28
2021-06-04drm/i915/guc: Start protecting access to CTB descriptorsMichal Wajdeczko2-2/+14
2021-06-04drm/i915/guc: Update sizes of CTB buffersMichal Wajdeczko1-28/+32
2021-06-04drm/i915/guc: Replace CTB array with explicit membersMichal Wajdeczko2-23/+30
2021-06-04drm/i915/guc: Don't repeat CTB layout calculationsMichal Wajdeczko1-6/+10
2021-06-04drm/i915/guc: Only rely on own CTB sizeMichal Wajdeczko2-14/+43
2021-06-04drm/i915/guc: Stop using fence/status from CTB descriptorMichal Wajdeczko2-70/+6
2021-06-04drm/i915/guc: Drop guc->interrupts.enabledMatthew Brost2-19/+9
2021-06-04drm/i915/guc: Keep strict GuC ABI definitionsMichal Wajdeczko6-197/+250
2021-06-04drm/i915/guc: Remove sample_forcewake h2g actionRodrigo Vivi4-25/+0
2021-06-04drm/i915/guc: enable only the user interrupt when using GuC submissionDaniele Ceraolo Spurio2-38/+11
2021-06-04drm/i915/guc: use probe_error log for CT enablement failureDaniele Ceraolo Spurio1-23/+25
2021-06-04drm/i915/guc: skip disabling CTBs before sanitizing the GuCDaniele Ceraolo Spurio1-7/+1
2021-06-02drm/i915/ttm Initialize the ttm device and memory managersThomas Hellström2-8/+21
2021-06-02Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen8-8/+24
2021-06-02Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm...Dave Airlie39-358/+541
2021-06-01drm/i915: Don't free shared locks while sharedThomas Hellström4-13/+81
2021-05-27drm/i915: Add Wa_14010733141Aditya Swarup1-63/+131
2021-05-26Merge drm/drm-next into drm-intel-nextRodrigo Vivi3-4/+3
2021-05-25drm/i915/gt: Move CS interrupt handler to the backendChris Wilson8-70/+118
2021-05-25drm/i915/gt: Move submission_method into intel_gtChris Wilson10-28/+27
2021-05-25drm/i915/gt: Move engine setup out of set_default_submissionChris Wilson3-56/+44
2021-05-25drm/i915/adlp: Fix GEM VM asserts for DPT VMsImre Deak1-1/+2
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann10-42/+56
2021-05-21Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie8-39/+54
2021-05-20drm/i915/gt: fix typo issuewengjianfeng1-2/+2
2021-05-19gpu: drm: replace occurrences of invalid characterMauro Carvalho Chehab1-1/+1
2021-05-19Merge tag 'drm-misc-next-2021-05-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2021-05-18drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7Simon Rettberg1-1/+4
2021-05-18Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-1/+2
2021-05-12drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdpLv Yunlong1-1/+0
2021-05-12drm/i915: Read C0DRB3/C1DRB3 as 16 bits againVille Syrjälä1-2/+2
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+2
2021-05-10drm/i915/gt: Do release kernel context if breadcrumb measure failsJanusz Krzysztofik1-1/+1
2021-05-07drm/i915: Drop duplicate WaDisable4x2SubspanOptimization:hswTvrtko Ursulin1-3/+0