summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2019-11-15drm/i915/guc: Properly capture & release GuC interrupts on Gen11+Daniele Ceraolo Spurio2-60/+14
2019-11-14drm/i915: Restore GT coarse power gating workaroundImre Deak1-2/+7
2019-11-14drm/i915: Drop redundant aspec ratio prop value initializationVille Syrjälä2-2/+0
2019-11-14drm/i915: Do not override mode's aspect ratio with the prop value NONEVille Syrjälä2-5/+6
2019-11-14drm/i915: Split i915_active.mutex into an irq-safe spinlock for the rbtreeChris Wilson3-31/+31
2019-11-14drm/i915/selftests: Add coverage of mocs registersChris Wilson3-0/+424
2019-11-14drm/i915/gt: Refactor mocs loops into single control macroChris Wilson2-88/+64
2019-11-14drm/i915/gt: Tidy up debug-warns for the mocs control tableChris Wilson1-19/+11
2019-11-14drm/i915/gt: Set unused mocs entry to follow PTE on tgl as on all othersChris Wilson1-1/+1
2019-11-14drm/i915/fbdev: Restore physical addresses for fb_mmap()Chris Wilson1-4/+5
2019-11-14drm/i915/perf: don't forget noa wait after oa configLionel Landwerlin1-2/+7
2019-11-14drm/i915/tgl: Wa_1606679103Radhakrishna Sripada1-0/+8
2019-11-14drm/i915: Avoid atomic context for error captureBruce Chang1-4/+4
2019-11-14drm/i915/tgl: allow DVI/HDMI on port ALucas De Marchi2-2/+2
2019-11-14drm/i915/display/mst: Enable virtual channel payload allocation earlierJosé Roberto de Souza2-22/+2
2019-11-14drm/i915/display/dsi: Add support to pipe DJosé Roberto de Souza2-0/+7
2019-11-14drm/i915/display: Fix TRANS_DDI_MST_TRANSPORT_SELECT definitionJosé Roberto de Souza1-1/+1
2019-11-13drm/i915/bios: make sure to check vbt sizeLucas De Marchi1-0/+7
2019-11-13drm/i915/bios: rename bios to oprom when mapping pci romLucas De Marchi1-9/+9
2019-11-13drm/i915/gt: Invalidate as we write the gen7 breadcrumbChris Wilson1-6/+3
2019-11-13drm/i915/tgl: MOCS table updateMatt Roper1-1/+1
2019-11-13Revert "drm/i915/ehl: Update MOCS table for EHL"Matt Roper1-8/+0
2019-11-13drm/i915: Fix detection for a CMP-V PCHImre Deak2-2/+6
2019-11-13drm/i915: do not warn late about hdmi on port ALucas De Marchi1-2/+3
2019-11-12drm/i915/gt: Flush gen7 even harderChris Wilson1-2/+3
2019-11-12drm/i915/selftests: Remove unused local variable 'file'Chris Wilson1-2/+1
2019-11-12drm/i915/dsi: Define command mode registersVandita Kulkarni1-8/+70
2019-11-12drm/i915: Flush context free work on cleanupChris Wilson1-0/+1
2019-11-12drm/i915/bios: store child devices in a listJani Nikula2-68/+58
2019-11-12drm/i915/bios: use a flag for vbt hdmi level shift presenceJani Nikula3-21/+10
2019-11-12drm/i915/gt: Try an extra flush on the Haswell blitterChris Wilson1-1/+4
2019-11-12drm/i915: Remove leftover gem.pm_notifier memberChris Wilson1-2/+0
2019-11-11drm/i915/gem: Pass mem region to preallocated stolenChris Wilson1-12/+10
2019-11-11drm/i915/gem: Replace implicit dev_priv->uncore for stolen initChris Wilson1-98/+109
2019-11-11drm/i915/selftests: Perform some basic cycle counting of MI opsChris Wilson6-3/+426
2019-11-11drm/i915/execlists: Move reset_active() from schedule-out to schedule-inChris Wilson1-57/+63
2019-11-11drm/i915/userptr: Handle unlocked gup retriesChris Wilson1-3/+8
2019-11-11drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson1-1/+21
2019-11-11drm/i915: Split a setting of MSA to MST and SSTGwan-gyeong Mun2-4/+8
2019-11-11drm/i915/execlists: Reduce barrier on context switch to a wmb()Chris Wilson1-6/+1
2019-11-11drm/i915: Taint the kernel on dumping the GEM ftrace bufferChris Wilson1-2/+3
2019-11-11drm/i915/selftests: Fill all the drm_vma_manager holesChris Wilson1-12/+39
2019-11-11drm/i915/selftests: Exercise parallel blit operations on a single ctxChris Wilson1-36/+57
2019-11-11drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson1-2/+2
2019-11-11drm/i915: Cancel context if it hangs after it is closedChris Wilson1-0/+7
2019-11-11drm/i915: Show guilty context name on GPU resetChris Wilson1-0/+4
2019-11-11drm/i915/gem: Update context name on closingChris Wilson1-0/+18
2019-11-11drm/i915/gem: Embed context/timeline name inside the GEM contextChris Wilson3-22/+12
2019-11-11drm/i915: Protect context while grabbing its name for the requestChris Wilson1-0/+2
2019-11-11drm/i915/icl: Refine PG_HYSTERESISChris Wilson1-8/+5