summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-10-14drm/i915: add support for perf configuration queriesLionel Landwerlin2-2/+297
2019-10-14drm/i915/perf: introduce a versioning of the i915-perf uapiLionel Landwerlin3-0/+15
2019-10-14drm/i915/execlists: Assert tasklet is locked for process_csb()Chris Wilson3-3/+22
2019-10-14drm/i915/ehl: Port C's hotplug interrupt is associated with TC1 bitsVivek Kasireddy2-4/+7
2019-10-14drm/i915: Favor last VBT child device with conflicting AUX ch/DDC pinVille Syrjälä1-6/+16
2019-10-14drm/i915/execlists: Tweak virtual unsubmissionChris Wilson2-4/+4
2019-10-14drm/i915/selftests: Check that GPR are cleared for new contextsChris Wilson1-19/+166
2019-10-14drm/i915/selftests: Check known register values within the contextChris Wilson1-0/+126
2019-10-14drm/i915/display: Squelch kerneldoc warningsChris Wilson1-2/+2
2019-10-14drm/i915/selftests: Fixup naked 64b divideChris Wilson1-5/+7
2019-10-13drm/i915/perf: Avoid polluting the i915_oa_config with error pointersChris Wilson1-27/+25
2019-10-12drm/i915/perf: Prefer using the pinned_ctx for emitting delays on configChris Wilson1-2/+7
2019-10-12drm/i915/perf: execute OA configuration from command streamLionel Landwerlin1-43/+156
2019-10-12drm/i915/perf: implement active wait for noa configurationsLionel Landwerlin8-2/+492
2019-10-12drm/i915/perf: allow for CS OA configs to be created lazilyLionel Landwerlin4-53/+102
2019-10-12drm/i915: Mark up "sentinel" requestsChris Wilson2-3/+13
2019-10-12drm/i915/execlists: Prevent merging requests with conflicting flagsChris Wilson1-0/+3
2019-10-12drm/i915/perf: Replace global wakeref tracking with engine-pmChris Wilson2-10/+4
2019-10-11drm/i915/selftests: Serialise write to scratch with its vma bindingChris Wilson1-0/+8
2019-10-11drm/i915: Add an rcu_barrier option to i915_drop_cachesChris Wilson1-1/+6
2019-10-11drm/i915/execlists: Only mark incomplete requests as -EIO on cancellingChris Wilson1-2/+6
2019-10-11drm/i915/execlists: Leave tell-tales as to why pending[] is badChris Wilson2-9/+32
2019-10-11drm/i915: Note the addition of timeslicing to the pretend schedulerChris Wilson1-0/+9
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie268-2769/+4250
2019-10-10drm/i915/tgl: Read SAGV block time from PCODEJames Ausmus2-1/+15
2019-10-10drm/i915: Move SAGV block time to dev_privJames Ausmus2-9/+26
2019-10-10drm/i915/perf: Store shortcut to intel_uncoreChris Wilson2-26/+26
2019-10-10drm/i915/perf: store the associated engine of a streamLionel Landwerlin2-4/+31
2019-10-10drm/i915: Remove cursor use of properties for coordinatesMaarten Lankhorst2-62/+53
2019-10-10drm/i915: Remove begin/finish_crtc_commit, v4.Maarten Lankhorst1-111/+99
2019-10-10drm/i915: Use intel_plane_state in prepare and cleanup plane_fbMaarten Lankhorst1-12/+18
2019-10-10drm/i915: Introduce and use intel_atomic_crtc_state_for_each_plane_state.Maarten Lankhorst2-35/+33
2019-10-10drm/i915: Fix for_each_intel_plane_mask definitionMaarten Lankhorst1-1/+1
2019-10-10drm/i915/selftests: Check that registers are preserved between virtual enginesChris Wilson1-0/+180
2019-10-10drm/i915/execlists: Mark up expected state during resetChris Wilson1-1/+6
2019-10-10drm/i915/gt: Warn CI about an unrecoverable wedgeChris Wilson1-1/+7
2019-10-10drm/i915/tgl: simplify the lrc register list for !RCSDaniele Ceraolo Spurio1-58/+9
2019-10-10drm/i915/tgl: the BCS engine supports relative MMIODaniele Ceraolo Spurio1-1/+1
2019-10-09drm/i915/gt: execlists->active is serialised by the taskletChris Wilson3-9/+27
2019-10-09drm/i915/execlists: Protect peeking at execlists->activeChris Wilson1-2/+5
2019-10-09drm/i915: Select DPLL's via maskMatt Roper1-22/+26
2019-10-09drm/i915/color: move check of gamma_enable to specific func/platformSwati Sharma1-3/+9
2019-10-09drm/i915/color: fix broken gamma state-checker during bootSwati Sharma1-3/+18
2019-10-09drm/i915/selftests: fix null pointer dereference on pointer dataColin Ian King1-1/+1
2019-10-09drm/i915/selftests: Hold request reference over waitsChris Wilson1-39/+34
2019-10-08drm/i915/gt: Give engine->kernel_context distinct timeline lock classesChris Wilson1-0/+9
2019-10-08drm/i915/region: support volatile objectsMatthew Auld9-21/+68
2019-10-08drm/i915/region: support contiguous allocationsMatthew Auld9-39/+239
2019-10-08drm/i915: introduce intel_memory_regionMatthew Auld13-0/+729
2019-10-08drm/i915/gt: Flush submission tasklet before waiting/retiringChris Wilson3-14/+34