summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | drm/i915: define i915_ggtt_has_apertureDaniele Ceraolo Spurio2019-10-291-0/+5
| | * | | | | | | | | | | | | | drm/i915/blt: fixup block_size roundingMatthew Auld2019-10-291-2/+2
| | * | | | | | | | | | | | | | drm/i915/gem: Limit the blitter sizes to ensure low preemption latencyChris Wilson2019-10-281-2/+2
| | * | | | | | | | | | | | | | drm/i915/execlists: Use vfunc to check engine submission modeMichal Wajdeczko2019-10-283-6/+16
| | * | | | | | | | | | | | | | drm/i915/display: Mark conn as initialised by iteratorChris Wilson2019-10-281-1/+1
| | * | | | | | | | | | | | | | drm/i915/selftests: Initialise retChris Wilson2019-10-281-1/+1
| | * | | | | | | | | | | | | | drm/i915/selftests: Initialise err in case there are no engines!Chris Wilson2019-10-281-2/+2
| | * | | | | | | | | | | | | | drm/i915/execlists: Simply walk back along request timeline on resetChris Wilson2019-10-281-20/+14
| | * | | | | | | | | | | | | | drm/i915/selftests: Check a few more fixed locations within the context imageChris Wilson2019-10-281-1/+26
| | * | | | | | | | | | | | | | drm/i915/tgl: Handle AUX interrupts for TC portsMatt Roper2019-10-282-2/+14
| | * | | | | | | | | | | | | | drm/i915/selftests: Exercise adjusting rpcs over all render-class enginesChris Wilson2019-10-281-66/+61
| | * | | | | | | | | | | | | | drm/i915/selftests: Select a random engine for testing memory regionsChris Wilson2019-10-281-3/+26
| | * | | | | | | | | | | | | | drm/i915/gt: Tidy up rps irq handler to use intel_gtChris Wilson2019-10-281-5/+3
| | * | | | | | | | | | | | | | drm/i915/selftests: Use a random engine for GEM coherency testsChris Wilson2019-10-281-79/+89
| | * | | | | | | | | | | | | | drm/i915/bios: add compression parameter block definitionJani Nikula2019-10-281-0/+52
| | * | | | | | | | | | | | | | drm/i915/selftests: Check all blitter engines for client bltChris Wilson2019-10-281-4/+26
| | * | | | | | | | | | | | | | drm/i915/selftests: Drop global engine lookup for gt selftestsChris Wilson2019-10-281-3/+3
| | * | | | | | | | | | | | | | drm/i915/selftests: Measure basic throughput of blit routinesChris Wilson2019-10-281-0/+172
| | * | | | | | | | | | | | | | drm/i915: Add CHICKEN_TRANS_DVille Syrjälä2019-10-281-1/+3
| | * | | | | | | | | | | | | | drm/i915: Use _PICK() for CHICKEN_TRANS()Ville Syrjälä2019-10-283-32/+17
| | * | | | | | | | | | | | | | drm/i915/rps: Flip interpretation of ips fmin/fmax to max rpsChris Wilson2019-10-271-3/+5
| | * | | | | | | | | | | | | | drm/i915: Put future HW and their uAPIs under STAGING & BROKENChris Wilson2019-10-273-0/+28
| | * | | | | | | | | | | | | | drm/i915: Split memory_region initialisation into its own fileChris Wilson2019-10-266-74/+75
| | * | | | | | | | | | | | | | drm/i915: Extract the GuC interrupt handlersAndi Shyti2019-10-263-102/+89
| | * | | | | | | | | | | | | | drm/i915: Extract GT render power state managementAndi Shyti2019-10-2624-2310/+2126
| | * | | | | | | | | | | | | | drm/i915/tgl: Adjust the location of RING_MI_MODE in the context imageChris Wilson2019-10-262-3/+87
| | * | | | | | | | | | | | | | drm/i915: Encapsulate kconfig constant values inside boolean predicatesChris Wilson2019-10-265-5/+19
| | * | | | | | | | | | | | | | drm/i915/tc: Clear DKL_TX_PMD_LANE_SUS before program voltage swingJosé Roberto de Souza2019-10-252-0/+8
| | * | | | | | | | | | | | | | drm/i915/pmu: Initialise the spinlock before registeringChris Wilson2019-10-251-18/+19
| | * | | | | | | | | | | | | | drm/i915/selftests/blt: add some kthreads into the mixMatthew Auld2019-10-251-25/+153
| | * | | | | | | | | | | | | | drm/i915/selftests: add sanity selftest for huge-GTT-pagesMatthew Auld2019-10-251-0/+99
| | * | | | | | | | | | | | | | drm/i915/selftests: prefer random sizes for the huge-GTT-page smoke testsMatthew Auld2019-10-251-149/+80
| | * | | | | | | | | | | | | | drm/i915/selftests: extend coverage to include LMEM huge-pagesMatthew Auld2019-10-251-1/+122
| | * | | | | | | | | | | | | | drm/i915/selftests: add write-dword test for LMEMMatthew Auld2019-10-251-0/+166
| | * | | | | | | | | | | | | | drm/i915/lmem: support kernel mappingAbdiel Janulgue2019-10-255-18/+192
| | * | | | | | | | | | | | | | drm/i915: setup io-mapping for LMEMAbdiel Janulgue2019-10-251-2/+26
| | * | | | | | | | | | | | | | drm/i915: support creating LMEM objectsMatthew Auld2019-10-258-0/+159
| | * | | | | | | | | | | | | | drm/i915: split gen11_irq_handler to make it shareableLucas De Marchi2019-10-251-5/+14
| | * | | | | | | | | | | | | | drm/i915: do not set MOCS control values on dgfxLucas De Marchi2019-10-251-0/+6
| | * | | | | | | | | | | | | | drm/i915: add new gen12 dgfx platform macroStuart Summers2019-10-251-0/+4
| | * | | | | | | | | | | | | | drm/i915: Add is_dgfx to device infoJosé Roberto de Souza2019-10-252-0/+2
| | * | | | | | | | | | | | | | drm/i915: capture aux page table error registerLionel Landwerlin2019-10-253-0/+9
| | * | | | | | | | | | | | | | drm/i915: Fix PCH reference clock for FDI on HSW/BDWVille Syrjälä2019-10-253-5/+23
| | * | | | | | | | | | | | | | drm/i915/selftests: Force ordering of context switchesChris Wilson2019-10-251-7/+28
| | * | | | | | | | | | | | | | drm/i915: Move intel_engine_context_in/out into intel_lrc.cTvrtko Ursulin2019-10-252-55/+55
| | * | | | | | | | | | | | | | drm/i915/tgl: Fix doc not corresponding to codeAnna Karas2019-10-251-2/+2
| | * | | | | | | | | | | | | | drm/i915: Describe structure member in documentationAnna Karas2019-10-251-0/+5
| | * | | | | | | | | | | | | | drm/i915/selftests: Tweak the default subtest runtimeChris Wilson2019-10-251-1/+1
| | * | | | | | | | | | | | | | drm/i915/display/psr: Print in debugfs if PSR is not enabled because of sinkJosé Roberto de Souza2019-10-241-1/+5
| | * | | | | | | | | | | | | | drm/i915: Catch GTT fault errors for gen11+ planesMatt Roper2019-10-242-1/+11
OpenPOWER on IntegriCloud