summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-06-29drm/i915/cfl: Fix Workarounds.Rodrigo Vivi1-7/+7
2017-06-29drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson1-14/+24
2017-06-29drm/i915: reintroduce VLV/CHV PFI programming power domain workaroundGabriel Krisman Bertazi1-0/+20
2017-06-28drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson8-91/+45
2017-06-28drm/i915: Drop flushing of the object free list/worker from i915_gem_suspendChris Wilson1-2/+0
2017-06-28drm/i915: Cancel pending execlists irq handler upon idlingChris Wilson1-0/+1
2017-06-27drm/i915: Fix an error checking testChristophe JAILLET1-3/+3
2017-06-27drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallbackChris Wilson1-7/+14
2017-06-27drm/i915: Disable MSI for all pre-gen5Ville Syrjälä1-3/+5
2017-06-27drm/i915/dp: Remove -1/+1 from t11_t12 for Gen9_LP/CNP caseManasi Navare1-7/+3
2017-06-27drm/i915/dp: Fix the t11_t12 panel power cycle delay from VBT readManasi Navare1-0/+5
2017-06-23drm/i915: Break modeset deadlocks on resetChris Wilson3-34/+65
2017-06-23drm/i915: Add option to support dynamic backlight via DPCDPuthikorn Voravootivat3-1/+33
2017-06-23drm/i915: Add heuristic to determine better way to adjust brightnessPuthikorn Voravootivat3-7/+63
2017-06-23drm/i915: Set PWM divider to match desired frequency in vbtPuthikorn Voravootivat1-8/+90
2017-06-22drm/i915: Always use 9 bits of the LPC bridge device ID for PCH detectionVille Syrjälä2-20/+28
2017-06-22drm/i915: Clean up some expressionsVille Syrjälä1-7/+7
2017-06-22drm/i915: Document that PPT==CPT and WPT==LPTVille Syrjälä1-2/+2
2017-06-22drm/i915: s/Couar/Cougar/Ville Syrjälä1-1/+1
2017-06-22drm/i915: Use HAS_PCH_CPT() everywhereVille Syrjälä2-2/+2
2017-06-22drm/i915: pass the vma to insert_entriesMatthew Auld4-46/+38
2017-06-22drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson1-0/+1
2017-06-21drm/i915: Cancel pending execlist tasklet upon wedgingChris Wilson1-0/+7
2017-06-21drm/i915: Hold struct_mutex for per-file stats in debugfs/i915_gem_objectChris Wilson1-1/+5
2017-06-21drm/i915: Assert the vma's active tracking is clear before freeChris Wilson1-2/+7
2017-06-21drm/i915: Retire the VMA's fence tracker before unbindingChris Wilson1-0/+5
2017-06-21drm/i915: select CRC32Nicholas Piggin1-0/+1
2017-06-20drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson1-1/+1
2017-06-20drm/i915: Enable Engine reset and recovery supportMichel Thierry1-2/+2
2017-06-20drm/i915/selftests: reset engine self testsMichel Thierry1-0/+148
2017-06-20drm/i915: Export per-engine reset count info to debugfsMichel Thierry1-0/+21
2017-06-20drm/i915: Add engine reset count to error stateMichel Thierry3-0/+16
2017-06-20drm/i915: Add support for per engine reset recoveryMichel Thierry3-38/+110
2017-06-20drm/i915: Modify error handler for per engine hang recoveryMichel Thierry5-1/+78
2017-06-20drm/i915: Update i915.reset to handle engine resetsMichel Thierry2-4/+4
2017-06-20drm/i915: Look for active requests earlier in the reset pathMichel Thierry2-7/+9
2017-06-20drm/i915: Wait for concurrent global resets to completeChris Wilson2-12/+15
2017-06-20drm/i915: Enable rcu-only context lookupsChris Wilson4-55/+64
2017-06-20drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson10-39/+88
2017-06-20drm/i915: Group all the global context information togetherChris Wilson11-49/+58
2017-06-20drm/i915: Do not re-calculate num_rings locallyTvrtko Ursulin1-3/+2
2017-06-20drm/i915: Simplify intel_engines_initTvrtko Ursulin1-24/+12
2017-06-20drm/i915/cnl: Fix RMW on ddi vswing sequence.Rodrigo Vivi2-0/+16
2017-06-19drm/i915: Make intel_digital_port_connected() work for any portVille Syrjälä1-13/+70
2017-06-19drm/i915: Update DRIVER_DATE to 20170619Daniel Vetter1-2/+2
2017-06-17drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi2-23/+60
2017-06-16drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCHDhinakaran Pandiyan1-2/+11
2017-06-16drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson3-14/+15
2017-06-16drm/i915: Async GPU relocation processingChris Wilson2-8/+220
2017-06-16drm/i915: Allow execbuffer to use the first object as the batchChris Wilson2-1/+5