summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2018-02-12drm/i915: Hold rpm wakeref for printing the engine's register stateChris Wilson-74/+94
2018-02-12drm/i915: Don't wake the device up to check if the engine is asleepChris Wilson-1/+3
2018-02-12drm/i915: Move the final intel_gpu_reset() to after declaring wedgedChris Wilson-1/+1
2018-02-09drm/i915: Replace some negative Gen checksTvrtko Ursulin-3/+3
2018-02-09drm/i915: Use INTEL_GEN everywhereTvrtko Ursulin-31/+31
2018-02-09drm/i915: Give all ioctl functions an _ioctl suffixVille Syrjälä-23/+23
2018-02-09drm/i915: Reject undefined colorkey flagsVille Syrjälä-0/+3
2018-02-09drm/i915/snb+: Remove incorrect forcewake check in debugfs/i915_drpc_infoImre Deak-13/+0
2018-02-08drm/i915: Remove redundant check on execlists interruptChris Wilson-4/+0
2018-02-08drm/i915/crt: Silence compiler warning for uninitialised statusChris Wilson-2/+3
2018-02-08drm/i915: Avoid leaking lpe audio platdev.dataChris Wilson-10/+4
2018-02-08drm/i915: Disable unused-but-set compiler warningChris Wilson-0/+1
2018-02-08drm/i915: Fix kerneldoc warnings for i915_gem_internalChris Wilson-0/+4
2018-02-08drm/i915: Fix kerneldoc warnings in i915_gem_execbufferChris Wilson-1/+1
2018-02-08drm/i915: Fix kerneldoc parameter markupChris Wilson-8/+8
2018-02-08drm/i915: Add missing kerneldoc for 'ent' in i915_driver_init_earlyChris Wilson-0/+1
2018-02-08drm/i915: Remove lost comment from i915_gem_contextChris Wilson-5/+0
2018-02-08drm/i915: Fix kerneldoc warnings for i915_gem_requestChris Wilson-1/+1
2018-02-08drm/i915: Fix kerneldoc warnings for i915_gem_userptrChris Wilson-2/+4
2018-02-08drm/i915: Fix kerneldoc warnings for intel_ringbufferChris Wilson-9/+1
2018-02-08drm/i915: Fix kerneldoc warnings for i915_gpu_errorChris Wilson-10/+12
2018-02-08drm/i915: Wait for gen3 reset status to be assertedChris Wilson-4/+11
2018-02-08drm/i915: Be paranoid and post the writes to stop the ringsChris Wilson-0/+2
2018-02-08drm/i915: Mark the device as wedged from the beginning of set-wedgedChris Wilson-2/+5
2018-02-08drm/i915: Avoid truncation before clamping userspace's priority valueChris Wilson-1/+1
2018-02-08drm/i915: Remove superfluous worker wakeups when RPS is already boostedChris Wilson-5/+10
2018-02-08drm/i915/perf: Fix compiler warning for string truncationChris Wilson-2/+2
2018-02-08drm/i915/perf: Fix compiler warning for string truncationChris Wilson-2/+2
2018-02-08drm/i915: do not stop engines on sanitize if i915.reset=0Daniele Ceraolo Spurio-4/+2
2018-02-08drm/i915: Only allocate preempt context when requiredChris Wilson-41/+48
2018-02-08drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson-10/+32
2018-02-08drm/i915/guc: Allow preempt-client to be NULLChris Wilson-22/+33
2018-02-07drm/i915/pmu: Fix building without CONFIG_PMChris Wilson-10/+23
2018-02-07drm/i915/pmu: Fix sleep under atomic in RC6 readoutTvrtko Ursulin-15/+84
2018-02-07drm/i915: Tidy up some error messages around reset failureChris Wilson-14/+21
2018-02-07drm/i915: Trim the retired request queue after submittingChris Wilson-0/+20
2018-02-07drm/i915: Skip request serialisation if the timeline is already completeChris Wilson-5/+9
2018-02-07drm/i915: Ignore minimum lines for level 0 in skl_compute_plane_wm, v2.Maarten Lankhorst-2/+4
2018-02-07drm/i915/breadcrumbs: Ignore unsubmitted signalersChris Wilson-16/+4
2018-02-07drm/i915: Update DRIVER_DATE to 20180207Joonas Lahtinen-2/+2
2018-02-06drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin-78/+34
2018-02-06drm/i915/cnl: WaPipeControlBefore3DStateSamplePatternRafael Antognolli-1/+37
2018-02-05drm/i915/cmdparser: Do not check past the cmd length.Michal Srb-0/+6
2018-02-05drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb-2/+2
2018-02-05drm/i915: Deprecate I915_SET_COLORKEY_NONEVille Syrjälä-4/+6
2018-02-05drm/i915: Skip post-reset request emission if the engine is not idleChris Wilson-1/+1
2018-02-05drm/i915/execlists: Move the reset bits to a more natural homeChris Wilson-5/+8
2018-02-05drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson-17/+36
2018-02-05drm/i915/selftests: Flush old resets between enginesChris Wilson-3/+63
2018-02-05drm/i915/breadcrumbs: Drop request reference for the signaler threadChris Wilson-70/+86