summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | drm/i915/userptr: Handle unlocked gup retriesChris Wilson2019-11-111-3/+8
| | | * | | | | | | | | | drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson2019-11-111-1/+21
| | | * | | | | | | | | | drm/i915: Split a setting of MSA to MST and SSTGwan-gyeong Mun2019-11-112-4/+8
| | | * | | | | | | | | | drm/i915/execlists: Reduce barrier on context switch to a wmb()Chris Wilson2019-11-111-6/+1
| | | * | | | | | | | | | drm/i915: Taint the kernel on dumping the GEM ftrace bufferChris Wilson2019-11-111-2/+3
| | | * | | | | | | | | | drm/i915/selftests: Fill all the drm_vma_manager holesChris Wilson2019-11-111-12/+39
| | | * | | | | | | | | | drm/i915/selftests: Exercise parallel blit operations on a single ctxChris Wilson2019-11-111-36/+57
| | | * | | | | | | | | | drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson2019-11-111-2/+2
| | | * | | | | | | | | | drm/i915: Cancel context if it hangs after it is closedChris Wilson2019-11-111-0/+7
| | | * | | | | | | | | | drm/i915: Show guilty context name on GPU resetChris Wilson2019-11-111-0/+4
| | | * | | | | | | | | | drm/i915/gem: Update context name on closingChris Wilson2019-11-111-0/+18
| | | * | | | | | | | | | drm/i915/gem: Embed context/timeline name inside the GEM contextChris Wilson2019-11-113-22/+12
| | | * | | | | | | | | | drm/i915: Protect context while grabbing its name for the requestChris Wilson2019-11-111-0/+2
| | | * | | | | | | | | | drm/i915/icl: Refine PG_HYSTERESISChris Wilson2019-11-111-8/+5
| | | * | | | | | | | | | drm/i915/perf: always consider holding preemption a privileged opLionel Landwerlin2019-11-111-10/+10
| | | * | | | | | | | | | drm/i915: Don't oops in dumb_create ioctl if we have no crtcsVille Syrjälä2019-11-081-0/+3
| | | * | | | | | | | | | drm/i915/pmu: Only use exclusive mmio access for gen7Chris Wilson2019-11-081-2/+19
| | | * | | | | | | | | | drm/i915/pmu: Cheat when reading the actual frequency to avoid fwChris Wilson2019-11-081-2/+15
| | | * | | | | | | | | | drm/i915/selftests: Mark up sole accessor to ctx->vm as being protectedChris Wilson2019-11-081-10/+14
| | | * | | | | | | | | | drm/i915/selftests: Complete transition to a real struct file mockChris Wilson2019-11-0816-100/+66
| | | * | | | | | | | | | drm/i915: make more headers self-containedMasahiro Yamada2019-11-0815-0/+48
| | | * | | | | | | | | | drm/i915: change to_mock() to an inline functionMasahiro Yamada2019-11-081-1/+1
| | | * | | | | | | | | | drm/i915: Expand documentation for gen12 DP pre-enable sequenceMatt Roper2019-11-071-20/+72
| | | * | | | | | | | | | drm/i915/selftests: Verify mmap_gtt revocation on unbindingChris Wilson2019-11-071-0/+111
| | | * | | | | | | | | | drm/i915/selftests: Wrap vm_mmap() around GEM objectsChris Wilson2019-11-074-0/+159
| | | * | | | | | | | | | drm/i915/selftests: Replace mock_file hackery with drm's true fakeChris Wilson2019-11-0714-66/+39
| | | * | | | | | | | | | drm: Expose a method for creating anonymous struct file around drm_minorChris Wilson2019-11-071-0/+42
| | | * | | | | | | | | | drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate KconfigChris Wilson2019-11-071-0/+4
| | | * | | | | | | | | | drm/i915/gem: Safely acquire the ctx->vm when copyingChris Wilson2019-11-071-37/+49
| | | * | | | | | | | | | drm/i915/gt: Defer engine registration until fully initialisedChris Wilson2019-11-071-1/+2
| | | * | | | | | | | | | drm/i915: Preload LUTs if the hw isn't currently using themVille Syrjälä2019-11-074-0/+69
| | | * | | | | | | | | | drm/i915: FB backing gem obj should reside in LMEMRamalingam C2019-11-071-1/+7
| | | * | | | | | | | | | drm/i915: Leave the aliasing-ppgtt size aloneChris Wilson2019-11-071-2/+0
| | | * | | | | | | | | | drm/i915/display: only include intel_dp_link_training.h where neededJani Nikula2019-11-072-1/+1
| | | * | | | | | | | | | drm/i915: use might_lock_nested in get_pages annotationDaniel Vetter2019-11-071-18/+18
| | | * | | | | | | | | | drm/i915: Switch obj->mm.lock lockdep annotations on its headDaniel Vetter2019-11-079-25/+40
| | | * | | | | | | | | | drm/i915/gt: Cleanup heartbeat systole firstChris Wilson2019-11-071-3/+3
| | | * | | | | | | | | | drm/i915: switch intel_ddi_init() to intel typesLucas De Marchi2019-11-061-28/+28
| | | * | | | | | | | | | drm/i915/tgl: Add second TGL PCH IDJames Ausmus2019-11-062-0/+2
| | | * | | | | | | | | | drm/i915: Remove unwanted rcu_read_lock/unlockNiranjana Vishwanathapura2019-11-061-3/+0
| | | * | | | | | | | | | drm/i915/gem: Fix error path to unlock if the GEM context is closedChris Wilson2019-11-061-1/+1
| | | * | | | | | | | | | drm/i915/gt: Only drop heartbeat.systole if the sole ownerChris Wilson2019-11-061-2/+2
| | | * | | | | | | | | | drm/i915/lmem: fixup fake lmem teardownMatthew Auld2019-11-061-2/+4
| | | * | | | | | | | | | drm/i915: Frob the correct crtc state in intel_crtc_disable_noatomic()Ville Syrjälä2019-11-061-4/+6
| | | * | | | | | | | | | drm/i915/gem: Early rejection of no-aperture map_ggttChris Wilson2019-11-061-0/+3
| | | * | | | | | | | | | drm/i915/dsb: Remove PIN_MAPPABLE from the DSB object VMATvrtko Ursulin2019-11-061-1/+1
| | | * | | | | | | | | | drm/i915/dsc: rename functions for consistencyJani Nikula2019-11-051-6/+6
| | | * | | | | | | | | | drm/i915/dsc: split out encoder specific parts from DSC compute paramsJani Nikula2019-11-053-30/+45
| | | * | | | | | | | | | drm/i915/dsc: clean up rc parameter table accessJani Nikula2019-11-051-25/+30
| | | * | | | | | | | | | drm/i915/dsc: make parameter arrays constJani Nikula2019-11-051-2/+2
OpenPOWER on IntegriCloud