summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: push DDI and DSI underrun reporting on enable to encoderJani Nikula2017-10-063-4/+14
* drm/i915: push DDI CRT underrun reporting on disable to encoderJani Nikula2017-10-062-6/+18
* drm/i915: push DDI CRT underrun reporting on enable to encoderJani Nikula2017-10-062-14/+51
* drm/i915/uc: Unify initialization of the uC firmware helperMichal Wajdeczko2017-10-063-8/+11
* drm/i915/uc: Fix includes orderMichal Wajdeczko2017-10-061-2/+1
* drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko2017-10-066-315/+377
* drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko2017-10-065-48/+86
* drm/i915/guc: Move GuC log declarations into dedicated headerMichal Wajdeczko2017-10-063-25/+63
* drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC sizeOscar Mateo2017-10-051-1/+1
* drm/i915: avoid potential uninitialized variable useArnd Bergmann2017-10-051-3/+9
* drm/i915/selftests: fix check for intel IOMMUArnd Bergmann2017-10-051-1/+1
* drm/i915/selftests: Remember to create the fake preempt contextChris Wilson2017-10-051-0/+6
* drm/i915/edp: Increase the T12 delay quirk to 1300msManasi Navare2017-10-051-1/+1
* drm/i915/edp: Get the Panel Power Off timestamp after panel is offManasi Navare2017-10-051-1/+1
* drm/i915/mst: Use MST sideband message transactions for dpms controlDhinakaran Pandiyan2017-10-052-6/+22
* drm/i915/scheduler: Support user-defined prioritiesChris Wilson2017-10-043-4/+34
* drm/i915/execlists: Preemption!Chris Wilson2017-10-045-36/+143
* drm/i915: Expand I915_PARAM_HAS_SCHEDULER into a capability bitmaskChris Wilson2017-10-041-2/+3
* drm/i915/execlists: Keep request->priority for its lifetimeChris Wilson2017-10-043-8/+18
* drm/i915/execlists: Move bdw GPGPU w/a to emit_bbChris Wilson2017-10-041-20/+4
* drm/i915: Introduce a preempt contextChris Wilson2017-10-044-24/+87
* drm/i915/execlists: Distinguish the incomplete context notifiesChris Wilson2017-10-043-1/+3
* drm/i915/preempt: Default to disabled mid-command preemption levelsMichał Winiarski2017-10-042-0/+31
* drm/i915/preempt: Fix WaEnablePreemptionGranularityControlByUMDJeff McGee2017-10-041-10/+6
* drm/i915/guc: Move Guc early init into own functionMichal Wajdeczko2017-10-041-3/+6
* drm/i915/huc: Move HuC declarations into dedicated headerMichal Wajdeczko2017-10-042-12/+40
* drm/i915/uc: Move uC fw helper code into dedicated filesMichal Wajdeczko2017-10-045-221/+297
* drm/i915/uc: Create intel_uc_init_mmioSagar Arun Kamble2017-10-043-2/+16
* drm/i915/uc: Drop unnecessary forward declarationMichal Wajdeczko2017-10-041-2/+0
* drm/i915: Make intel_uncore.h header self-containedMichal Wajdeczko2017-10-041-0/+6
* drm/i915: Remove defunct trace pointsChris Wilson2017-10-041-55/+17
* drm/i915: Fix some tracepoints to capture full 64bChris Wilson2017-10-041-22/+22
* drm/i915: Remove WA_(SET|CLR)_BITChris Wilson2017-10-041-5/+0
* drm/i915: Move MMCD_MISC_CTRL from context w/a to standardChris Wilson2017-10-041-1/+5
* drm/i915: Transform whitelisting WAs into a simple reg writeOscar Mateo2017-10-041-2/+2
* drm/i915: Remove use_mmio_flip modparm, v2.Maarten Lankhorst2017-10-043-6/+1
* drm/i915/glk: Fix DMC/DC state idleness calculationImre Deak2017-10-041-1/+1
* drm/i915/cnl: Reprogram DMC firmware after S3/S4 resumeImre Deak2017-10-041-0/+3
* drm/i915: Skip vblank waits for cursor updates when watermarks dont need upda...Maarten Lankhorst2017-10-041-2/+10
* drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v3.Maarten Lankhorst2017-10-041-17/+16
* drm/i915: Organize GLK_COLORS.Rodrigo Vivi2017-10-031-2/+4
* drm/i915: Organize GEN features inheritance.Rodrigo Vivi2017-10-031-26/+22
* drm/i915/skl: Fix has_ipc on skl and document WaDisableIPC.Rodrigo Vivi2017-10-032-0/+7
* drm/i915: Fix DDI PHY init if it was already onImre Deak2017-10-032-21/+2
* drm/i915/glk, cnl: Implement WaDisableScalarClockGatingImre Deak2017-10-032-0/+36
* drm/i915: Add has_psr-flag to gen9lpDavid Weinehall2017-10-021-0/+1
* drm/i915/gen8+: Init/reset display interrupts only if i915 IRQs are enabledImre Deak2017-10-021-0/+14
* drm/i915/gen9+: Set same power state before hibernation image save/restoreImre Deak2017-10-021-7/+13
* drm/i915/execlists: Cache the last priolist lookupMichał Winiarski2017-09-291-7/+13
* drm/i915: Give the invalid priority a magic nameChris Wilson2017-09-293-2/+5