summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | drm/i915/selftests: Check the context sizeChris Wilson2019-08-172-0/+175
| * | | | | | | drm/i915/gtt: Fold gen8 insertions into oneMika Kuoppala2019-08-171-46/+46
| * | | | | | | drm/i915/uc: Add explicit DISABLED state for firmwareMichal Wajdeczko2019-08-168-31/+91
| * | | | | | | drm/i915: Wrappers for display register waitsDaniele Ceraolo Spurio2019-08-1617-233/+127
| * | | | | | | drm/i915: Move gmbus definitions out of i915_reg.hDaniele Ceraolo Spurio2019-08-163-21/+24
| * | | | | | | drm/i915: Move engine IDs out of i915_reg.hDaniele Ceraolo Spurio2019-08-163-24/+24
| * | | | | | | drm/i915: Move i915_power_well_id out of i915_reg.hDaniele Ceraolo Spurio2019-08-164-21/+23
| * | | | | | | drm/i915/execlists: Lift process_csb() out of the irq-off spinlockChris Wilson2019-08-165-64/+108
| * | | | | | | drm/i915: Markup expected timeline locks for i915_activeChris Wilson2019-08-1613-27/+58
| * | | | | | | drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson2019-08-165-2/+24
| * | | | | | | drm/i915/wopcm: Fix SPDX tag locationMichal Wajdeczko2019-08-161-3/+2
| * | | | | | | drm/i915/wopcm: Update error messagesMichal Wajdeczko2019-08-161-20/+24
| * | | | | | | drm/i915/wopcm: Try to use already locked WOPCM layoutMichal Wajdeczko2019-08-161-2/+27
| * | | | | | | drm/i915/wopcm: Check WOPCM layout separately from calculationsMichal Wajdeczko2019-08-161-33/+64
| * | | | | | | drm/i915/uc: Move FW size sanity check back to fetchMichał Winiarski2019-08-163-13/+19
| * | | | | | | drm/i915/buddy: use kmemleak_update_traceMatthew Auld2019-08-161-0/+2
| * | | | | | | drm/i915/buddy: tidy up i915_buddy_finiMatthew Auld2019-08-161-6/+1
| * | | | | | | drm/i915: Use the associated uncore for the vmChris Wilson2019-08-161-2/+2
| * | | | | | | drm/i915: Extract intel_frontbuffer active trackingChris Wilson2019-08-1616-257/+306
| * | | | | | | drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-1512-189/+209
| * | | | | | | drm/i915/gt: Guard timeline pinning without relying on struct_mutexChris Wilson2019-08-153-19/+16
| * | | | | | | drm/i915/gt: Convert timeline tracking to spinlockChris Wilson2019-08-154-17/+21
| * | | | | | | drm/i915/gt: Track timeline activeness in enter/exitChris Wilson2019-08-158-66/+64
| * | | | | | | drm/i915: Move tasklet kicking to __i915_request_queue callerChris Wilson2019-08-151-2/+2
| * | | | | | | drm/i915/icl: Add gen11 specific render breadcrumbsMika Kuoppala2019-08-151-20/+47
| * | | | | | | drm/i915/icl: Add command cache invalidateMika Kuoppala2019-08-152-0/+2
| * | | | | | | drm/i915/icl: Implement gen11 flush including tile cacheMika Kuoppala2019-08-152-1/+61
| * | | | | | | drm/i915/selftest/buddy: fixup igt_buddy_alloc_rangeMatthew Auld2019-08-151-0/+1
| * | | | | | | drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson2019-08-155-12/+18
| * | | | | | | drm/i915: Serialise read/write of the barrier's engineChris Wilson2019-08-141-5/+23
| * | | | | | | drm/i915: Print CCID for all renderCSStuart Summers2019-08-141-1/+1
| * | | | | | | drm/i915: Disregard drm_mode_config.fb_baseChris Wilson2019-08-142-7/+5
| * | | | | | | drm/i915: Include engine->mmio_base in the debug dumpChris Wilson2019-08-141-0/+1
| * | | | | | | drm/i915/guc: Remove client->submissionsDaniele Ceraolo Spurio2019-08-143-28/+8
| * | | | | | | drm/i915: Update DRIVER_DATE to 20190813Rodrigo Vivi2019-08-131-2/+2
| * | | | | | | drm/i915: Add _TRANS2()José Roberto de Souza2019-08-131-3/+4
| * | | | | | | drm/i915/bdw+: Move misc display IRQ handling to it own functionJosé Roberto de Souza2019-08-131-20/+25
| * | | | | | | Merge tag 'gvt-next-2019-08-13' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2019-08-138-107/+212
| |\ \ \ \ \ \ \
| | * | | | | | | drm/i915/gvt: Double check batch buffer size after copyTina Zhang2019-08-131-2/+37
| | * | | | | | | drm/i915/gvt: Add valid length check for MI variable commandsGao, Fred2019-08-131-0/+52
| | * | | | | | | drm/i915/gvt: Add MI command valid length checkGao, Fred2019-08-131-23/+51
| | * | | | | | | drm/i915/gvt: Utility for valid command length checkGao, Fred2019-08-131-6/+9
| | * | | | | | | drm/i915/gvt: factor out tlb and mocs register offset tableZhi Wang2019-08-132-18/+43
| | * | | | | | | drm/i915/gvt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-135-49/+13
| | * | | | | | | drm/i915/gvt: Fix typo of VBLANK_TIMER_PERIODZhenyu Wang2019-08-131-2/+2
| | * | | | | | | drm/i915/kvmgt: Use struct_size() helperGustavo A. R. Silva2019-08-091-7/+5
| | | |/ / / / / | | |/| | | | |
| * | | | | | | drm/i915/gt: Save/restore interrupts around breadcrumb disableChris Wilson2019-08-131-2/+3
| * | | | | | | drm/i915: Push the wakeref->count deferral to the backendChris Wilson2019-08-137-49/+70
| * | | | | | | drm/i915/tgl: Fix missing parentheses on TGL_TRANS_DDI_FUNC_CTL_VAL_TO_PORTJosé Roberto de Souza2019-08-131-1/+1
| * | | | | | | drm/i915/uc: Log fw status changes only under debug configMichal Wajdeczko2019-08-135-27/+55