summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin2018-02-062-78/+34Star
| | * | | drm/i915/cnl: WaPipeControlBefore3DStateSamplePatternRafael Antognolli2018-02-061-1/+37
| | * | | drm/i915/cmdparser: Do not check past the cmd length.Michal Srb2018-02-051-0/+6
| | * | | drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb2018-02-051-2/+2
| | * | | drm/i915: Deprecate I915_SET_COLORKEY_NONEVille Syrjälä2018-02-053-4/+6
| | * | | drm/i915: Skip post-reset request emission if the engine is not idleChris Wilson2018-02-051-1/+1
| | * | | drm/i915/execlists: Move the reset bits to a more natural homeChris Wilson2018-02-051-5/+8
| | * | | drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson2018-02-053-17/+36
| | * | | drm/i915/selftests: Flush old resets between enginesChris Wilson2018-02-051-3/+63
| | * | | drm/i915/breadcrumbs: Drop request reference for the signaler threadChris Wilson2018-02-052-70/+86
| | * | | drm/i915: Remove unbannable context spam from resetChris Wilson2018-02-051-12/+11Star
| | * | | drm/i915/execlists: Remove the startup spamChris Wilson2018-02-051-1/+0Star
| | * | | drm/i915: Show the GPU state when declaring wedgedChris Wilson2018-02-051-0/+7
| | * | | drm/i915: Always update the no_fbc_reason when disablingChris Wilson2018-02-051-7/+10
| | * | | drm/i915: Add some newlines to intel_engine_dump() headersChris Wilson2018-02-052-2/+2
| | * | | drm/i915: Report if an unbannable context is involved in a GPU hangChris Wilson2018-02-052-6/+16
| | * | | drm/i915: Remove spurious DRM_ERROR for cancelled interruptsChris Wilson2018-02-021-26/+9Star
| | * | | drm/i915/execlists: Flush GTIIR on clearing CS interrupts during resetChris Wilson2018-02-021-4/+9
| | * | | drm/i915: reduce indent in pch detectionJani Nikula2018-02-021-93/+96
| | * | | drm/i915: Enable inject_load_failure only in DEBUG configMichal Wajdeczko2018-02-023-0/+12
| | * | | drm/i915/dp: limit DP link rate based on VBT on CNL+Jani Nikula2018-02-024-1/+35
| | * | | drm/i915/dp: clean up source rate limiting for cnlJani Nikula2018-02-021-7/+11
| | * | | drm/i915/dp: abstract rate array length limitingJani Nikula2018-02-021-16/+22
| | * | | drm/i915/bxt, glk: Avoid long atomic poll during CDCLK changeImre Deak2018-02-013-6/+9
| | * | | drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak2018-02-013-9/+25
| | * | | drm/i915/guc: Don't try to create log runtime if there is no logMichal Wajdeczko2018-02-011-0/+3
| | * | | drm/i915/guc: Don't forget to free GuC error logMichal Wajdeczko2018-02-011-2/+4
| | * | | drm/i915/selftests: add missing gtt shrinker testMatthew Auld2018-02-011-0/+84
| | * | | drm/i915/ppgtt: Pin page directories before allocationChris Wilson2018-02-011-4/+10
| | * | | drm/i915/icl: allow the reg_read ioctl to read the RCS TIMESTAMP registerPaulo Zanoni2018-01-311-1/+1
| | * | | drm/i915/icl: Set graphics mode register for gen11Kelvin Gardiner2018-01-312-2/+18
| | * | | drm/i915/icl: Handle expanded PLANE_CTL_FORMAT fieldJames Ausmus2018-01-312-1/+10
| | * | | drm/i915/gen11: fix the SAGV block time for gen11Paulo Zanoni2018-01-311-1/+8
| | * | | drm/i915/icl: Introduce MBus related registersMahesh Kumar2018-01-311-0/+25
| | * | | drm/i915/icl: NV12 y-plane ddb is not in same planeMahesh Kumar2018-01-311-2/+4
| | * | | drm/i915/icl: Fail flip if ddb allocated are less than min display buffer neededMahesh Kumar2018-01-311-1/+26
| | * | | drm/i915/icl: Do not fix dbuf block size to 512Mahesh Kumar2018-01-312-7/+18
| | * | | drm/i915/icl: Don't allocate fixed bypass path blocks for ICLMahesh Kumar2018-01-311-1/+2
| | * | | drm/i915: Flush ggtt writes through the old fenced vma before changing fencesChris Wilson2018-01-311-2/+6
| | * | | drm/i915/guc: Fix return from guc_log_relay_file_createSagar Arun Kamble2018-01-311-0/+2
| | * | | drm/i915: Always run hangcheck while the GPU is busyChris Wilson2018-01-314-21/+6Star
| | * | | drm/i915/cnl: Fix DP max rate for Cannonlake with port F.Rodrigo Vivi2018-01-301-7/+24
| | * | | drm/i915/cnl: Enable DDI-F on Cannonlake.Rodrigo Vivi2018-01-306-5/+32
| | * | | drm/i915/cnl: Add HPD support for Port F.Rodrigo Vivi2018-01-305-24/+42
| | * | | drm/i915: For HPD connected port use hpd_pin instead of port.Rodrigo Vivi2018-01-303-79/+77Star
| | * | | drm/i915/cnl: Add right GMBUS pin number for HDMI on Port F.Rodrigo Vivi2018-01-301-0/+3
| | * | | drm/i915: Fix DPLCLKA_CFGCR0 bits for Port F.Rodrigo Vivi2018-01-301-4/+6
| | * | | drm/i915/cnl: Fix _CNL_PORT_TX_DW2_LN0_F definition.Rodrigo Vivi2018-01-301-1/+1
| | * | | drm/i915/cnl: Extend Wa 1178 to Aux F.Rodrigo Vivi2018-01-302-2/+4
| | * | | drm/i915/cnl: Add AUX-F supportRodrigo Vivi2018-01-306-0/+45