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