summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-13drm/i915: abstract PCH type detection from PCH idJani Nikula1-75/+73
2018-02-13drm/i915/selftests: Report setup errors for igt_partial_tilingChris Wilson1-6/+12
2018-02-13drm/i915/icl: program mbus during pipe enableMahesh Kumar1-0/+17
2018-02-13drm/i915/icl: initialize MBus during display initMahesh Kumar1-1/+13
2018-02-13drm/i915/icl: Enable both DBuf slices during initMahesh Kumar2-2/+34
2018-02-13drm/i915/icl: implement the display init/uninit sequencesPaulo Zanoni2-4/+94
2018-02-13drm/i915/icl: add the main CDCLK functionsPaulo Zanoni3-17/+257
2018-02-13drm/i915/icl: add ICL support to cnl_set_procmon_ref_valuesPaulo Zanoni2-7/+37
2018-02-12drm/i915: Fix incorrect commentDavid Weinehall1-1/+1
2018-02-12drm/i915: Replace open-coded memset_p()Chris Wilson1-11/+3
2018-02-12drm/i915: Don't query PCODE RC6VIDS on platforms not supporting itImre Deak1-9/+15
2018-02-12drm/i915: Hold rpm wakeref for printing the engine's register stateChris Wilson2-74/+94
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-09drm/i915: Replace some negative Gen checksTvrtko Ursulin1-3/+3
2018-02-09drm/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