aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-18drm/i915/uc: Never fail on HuC firmware errorsMichal Wajdeczko2-12/+5
2019-08-18drm/i915/uc: Don't always fail on unavailable GuC firmwareMichal Wajdeczko1-2/+25
2019-08-18drm/i915/guc: Don't open log relay if GuC is not runningMichal Wajdeczko2-8/+13
2019-08-18drm/vboxvideo: Make structure vbox_fb_helper_funcs constantNishka Dasgupta1-1/+1
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson3-13/+19
2019-08-17dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson1-32/+12
2019-08-17dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson1-3/+6
2019-08-17drm/panel: tpo-td043mtea1: remove redundant assignmentColin Ian King1-1/+1
2019-08-17drm/i915/uc: Never fail on uC preparation stepMichal Wajdeczko5-17/+16
2019-08-17drm/i915/uc: Cleanup fw fetch on every GuC/HuC init failureMichal Wajdeczko5-9/+11
2019-08-17drm/i915/uc: Cleanup fw fetch only if it was successfulMichal Wajdeczko1-5/+3
2019-08-17drm/i915/selftests: Check the context sizeChris Wilson2-0/+175
2019-08-17drm/i915/gtt: Fold gen8 insertions into oneMika Kuoppala1-46/+46
2019-08-16drm/i915/uc: Add explicit DISABLED state for firmwareMichal Wajdeczko8-31/+91
2019-08-16drm/i915: Wrappers for display register waitsDaniele Ceraolo Spurio17-233/+127
2019-08-16drm/i915: Move gmbus definitions out of i915_reg.hDaniele Ceraolo Spurio3-21/+24
2019-08-16drm/i915: Move engine IDs out of i915_reg.hDaniele Ceraolo Spurio3-24/+24
2019-08-16drm/i915: Move i915_power_well_id out of i915_reg.hDaniele Ceraolo Spurio4-21/+23
2019-08-16drm/i915/execlists: Lift process_csb() out of the irq-off spinlockChris Wilson5-64/+108
2019-08-16drm/omap: displays: Remove unused panel driversLaurent Pinchart9-2493/+0
2019-08-16video: omapfb2: Make standard and custom panel drivers mutually exclusiveLaurent Pinchart1-0/+5
2019-08-16drm/i915: Markup expected timeline locks for i915_activeChris Wilson13-27/+58
2019-08-16drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson5-2/+24
2019-08-16drm/i915/wopcm: Fix SPDX tag locationMichal Wajdeczko1-3/+2
2019-08-16drm/i915/wopcm: Update error messagesMichal Wajdeczko1-20/+24
2019-08-16drm/i915/wopcm: Try to use already locked WOPCM layoutMichal Wajdeczko1-2/+27
2019-08-16drm/i915/wopcm: Check WOPCM layout separately from calculationsMichal Wajdeczko1-33/+64
2019-08-16drm/i915/uc: Move FW size sanity check back to fetchMichaƂ Winiarski3-13/+19
2019-08-16drm/i915/buddy: use kmemleak_update_traceMatthew Auld1-0/+2
2019-08-16drm/i915/buddy: tidy up i915_buddy_finiMatthew Auld1-6/+1
2019-08-16drm: rcar-du: lvds: Fix bridge_to_rcar_lvdsFabrizio Castro1-4/+4
2019-08-16drm: Remove bridge support from legacy helpersLaurent Pinchart1-32/+0
2019-08-16drm: Don't include drm/drm_encoder_slave.h when not neededLaurent Pinchart2-2/+1
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson4-44/+127
2019-08-16drm/i915: Use the associated uncore for the vmChris Wilson1-2/+2
2019-08-16drm/i915: Extract intel_frontbuffer active trackingChris Wilson16-257/+306
2019-08-15drm/i915: Protect request retirement with timeline->mutexChris Wilson12-189/+209
2019-08-15drm/i915/gt: Guard timeline pinning without relying on struct_mutexChris Wilson3-19/+16
2019-08-15drm/i915/gt: Convert timeline tracking to spinlockChris Wilson4-17/+21
2019-08-15drm/i915/gt: Track timeline activeness in enter/exitChris Wilson8-66/+64
2019-08-15drm/i915: Move tasklet kicking to __i915_request_queue callerChris Wilson1-2/+2
2019-08-15drm/i915/icl: Add gen11 specific render breadcrumbsMika Kuoppala1-20/+47
2019-08-15drm/i915/icl: Add command cache invalidateMika Kuoppala2-0/+2
2019-08-15drm/i915/icl: Implement gen11 flush including tile cacheMika Kuoppala2-1/+61
2019-08-15drm/i915/selftest/buddy: fixup igt_buddy_alloc_rangeMatthew Auld1-0/+1
2019-08-15drm/i915: Convert a few more bland dmesg info to be device specificChris Wilson5-12/+18
2019-08-15drm/etnaviv: implement softpinLucas Stach7-4/+42
2019-08-15drm/etnaviv: allow to request specific virtual address for gem mappingLucas Stach4-5/+19
2019-08-15drm/etnaviv: skip command stream validation on PPAS capable GPUsLucas Stach1-1/+2
2019-08-15drm/etnaviv: implement per-process address spaces on MMUv2Lucas Stach13-116/+209