summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson5-12/+18
2019-08-14drm/i915: Serialise read/write of the barrier's engineChris Wilson1-5/+23
2019-08-14drm/i915: Print CCID for all renderCSStuart Summers1-1/+1
2019-08-14drm/i915: Disregard drm_mode_config.fb_baseChris Wilson2-7/+5
2019-08-14drm/i915: Include engine->mmio_base in the debug dumpChris Wilson1-0/+1
2019-08-14drm/i915/guc: Remove client->submissionsDaniele Ceraolo Spurio3-28/+8
2019-08-13drm/i915: Update DRIVER_DATE to 20190813Rodrigo Vivi1-2/+2
2019-08-13drm/i915: Add _TRANS2()José Roberto de Souza1-3/+4
2019-08-13drm/i915/bdw+: Move misc display IRQ handling to it own functionJosé Roberto de Souza1-20/+25
2019-08-13Merge tag 'gvt-next-2019-08-13' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi8-107/+212
2019-08-13drm/i915/gt: Save/restore interrupts around breadcrumb disableChris Wilson1-2/+3
2019-08-13drm/i915: Push the wakeref->count deferral to the backendChris Wilson7-49/+70
2019-08-13drm/i915/tgl: Fix missing parentheses on TGL_TRANS_DDI_FUNC_CTL_VAL_TO_PORTJosé Roberto de Souza1-1/+1
2019-08-13drm/i915/gvt: Double check batch buffer size after copyTina Zhang1-2/+37
2019-08-13drm/i915/gvt: Add valid length check for MI variable commandsGao, Fred1-0/+52
2019-08-13drm/i915/gvt: Add MI command valid length checkGao, Fred1-23/+51
2019-08-13drm/i915/gvt: Utility for valid command length checkGao, Fred1-6/+9
2019-08-13drm/i915/gvt: factor out tlb and mocs register offset tableZhi Wang2-18/+43
2019-08-13drm/i915/gvt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-49/+13
2019-08-13drm/i915/gvt: Fix typo of VBLANK_TIMER_PERIODZhenyu Wang1-2/+2
2019-08-13drm/i915/uc: Log fw status changes only under debug configMichal Wajdeczko5-27/+55
2019-08-13drm/i915/guc: Use a local cancel_port_requestsChris Wilson3-16/+30
2019-08-13drm/i915: drop engine_pin/unpin_breadcrumbs_irqDaniele Ceraolo Spurio2-25/+0
2019-08-13drm/i915/guc: keep breadcrumb irq always enabledDaniele Ceraolo Spurio1-14/+11
2019-08-12drm/i915/overlay: Switch to using i915_active trackingChris Wilson2-84/+64
2019-08-12drm/i915: Forgo last_fence active request trackingChris Wilson5-22/+3
2019-08-12drm/i915: Extract general GT interrupt handlersAndi Shyti10-551/+593
2019-08-12drm/i915: Extract GT powermanagement interrupt handlingAndi Shyti8-174/+191
2019-08-12drm/i915/gt: Use the local engine wakeref when checking RING registersChris Wilson1-7/+3
2019-08-12drm/i915/selftests: Prevent the timeslice expiring during suppression testsChris Wilson1-1/+4
2019-08-12drm/i915/execlists: Avoid sync calls during parkChris Wilson1-1/+1
2019-08-12drm/i915/uc: Update copyright and licenseMichal Wajdeczko23-441/+47
2019-08-12drm/i915/tgl: Fixing up list of PG3 power domains.Anshuman Gupta1-6/+0
2019-08-12drm/i915/icl: Remove DDI IO power domain from PG3 power domainsAnshuman Gupta1-5/+0
2019-08-12drm/i915/uc: Use -EIO code for GuC initialization failuresMichal Wajdeczko2-14/+11
2019-08-12drm/i915/uc: Update messages from fw upload stepMichal Wajdeczko1-11/+3
2019-08-12drm/i915/uc: Include HuC firmware version in summaryMichal Wajdeczko1-5/+13
2019-08-12drm/i915/uc: Fail early if there is no GuC fw availableMichal Wajdeczko2-0/+26
2019-08-11drm/i915: Remove unused debugfs/i915_emon_statusChris Wilson1-25/+0
2019-08-10drm/i915: buddy allocatorMatthew Auld7-0/+1282
2019-08-10drm/i915/blt: support copying objectsMatthew Auld5-6/+324
2019-08-10drm/i915/gtt: disable 2M pages for pre-gen11Matthew Auld1-4/+7
2019-08-10drm/i915/gtt: enable GTT cache by defaultMatthew Auld2-12/+21
2019-08-10drm/i915/selftests: move gpu-write-dw into utilsMatthew Auld4-236/+169
2019-08-10drm/i915/blt: bump the size restrictionMatthew Auld5-49/+180
2019-08-10drm/i915/blt: don't assume pinned intel_contextMatthew Auld2-2/+4
2019-08-09drm/i915: split out uncore_mmio_debugDaniele Ceraolo Spurio5-36/+79
2019-08-09drm/i915: Stop reconfiguring our shmemfs mountpointChris Wilson1-22/+9
2019-08-09drm/i915: Lift timeline into intel_contextChris Wilson15-135/+140
2019-08-09drm/i915: Push the ring creation flags to the backendChris Wilson10-32/+59