summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2019-11-18drm/i915: Avoid atomic context for error captureBruce Chang1-4/+4
2019-11-18drm/i915/display: Fix TRANS_DDI_MST_TRANSPORT_SELECT definitionJosé Roberto de Souza1-1/+1
2019-11-18drm/i915: Fix detection for a CMP-V PCHImre Deak2-2/+6
2019-11-18drm/i915: Flush context free work on cleanupChris Wilson1-0/+1
2019-11-15Merge tag 'drm-fixes-2019-11-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-14/+6
2019-11-15Merge tag 'drm-intel-next-fixes-2019-11-14' of git://anongit.freedesktop.org/...Dave Airlie15-79/+181
2019-11-15kbuild: remove header compile testMasahiro Yamada1-1/+0
2019-11-14Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-nextDave Airlie10-168/+460
2019-11-14drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak7-2/+86
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: Split a setting of MSA to MST and SSTGwan-gyeong Mun2-4/+8
2019-11-13drm/i915/execlists: Move reset_active() from schedule-out to schedule-inChris Wilson1-56/+62
2019-11-12Merge tag 'gvt-fixes-2019-11-12' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi1-2/+2
2019-11-12drm/i915: update rawclk also on resumeJani Nikula2-3/+3
2019-11-12drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson1-1/+21
2019-11-12drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson1-2/+2
2019-11-12drm/i915: Protect context while grabbing its name for the requestChris Wilson1-0/+2
2019-11-12drm/i915/perf: always consider holding preemption a privileged opLionel Landwerlin1-10/+10
2019-11-11Merge Intel Gen8/Gen9 graphics fixes from Jon Bloomfield.Linus Torvalds13-172/+595
2019-11-11drm/i915/cmdparser: Fix jump whitelist clearingBen Hutchings1-3/+2
2019-11-11drm/i915: Preload LUTs if the hw isn't currently using themVille Syrjälä4-0/+69
2019-11-11drm/i915: Don't oops in dumb_create ioctl if we have no crtcsVille Syrjälä1-0/+3
2019-11-11drm/i915: Leave the aliasing-ppgtt size aloneChris Wilson1-2/+0
2019-11-11drm/i915/display: only include intel_dp_link_training.h where neededJani Nikula2-1/+1
2019-11-11drm/i915/gem: Fix error path to unlock if the GEM context is closedChris Wilson1-1/+1
2019-11-11drm/i915/gt: Only drop heartbeat.systole if the sole ownerChris Wilson1-2/+2
2019-11-08Merge tag 'drm-intel-next-fixes-2019-11-07' of git://anongit.freedesktop.org/...Dave Airlie14-118/+118
2019-11-08drm/i915/gvt: Stop initializing pvinfo through reading mmioTina Zhang1-0/+4
2019-11-08drm/i915/gvt: fix dropping obj reference twicePan Bian1-2/+2
2019-11-06drm/i915: Don't select BROKENDaniel Vetter1-1/+0
2019-11-05drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak6-4/+135
2019-11-05drm/i915: Lower RM timeout to avoid DSI hard hangsUma Shankar2-0/+12
2019-11-05drm/i915/cmdparser: Ignore Length operands during command matchingJon Bloomfield1-1/+1
2019-11-05drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield5-26/+178
2019-11-05drm/i915/cmdparser: Use explicit goto for error pathsJon Bloomfield1-12/+13
2019-11-05drm/i915: Add gen9 BCS cmdparsingJon Bloomfield2-10/+110
2019-11-05drm/i915: Allow parsing of unsized batchesJon Bloomfield1-4/+5
2019-11-05drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield3-18/+70
2019-11-05drm/i915: Add support for mandatory cmdparsingJon Bloomfield3-7/+15
2019-11-05drm/i915: Remove Master tables from cmdparserJon Bloomfield3-68/+26
2019-11-05drm/i915: Disable Secure Batches for gen6+Jon Bloomfield3-3/+12
2019-11-05drm/i915: Rename gen7 cmdparser tablesJon Bloomfield1-35/+35
2019-11-05drm/i915/selftests: Add intel_gt_suspend_prepareChris Wilson1-0/+1
2019-11-05drm/i915/gt: Drop false assertion on user_forcewakeChris Wilson1-1/+0
2019-11-05drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson5-9/+49
2019-11-05drm/i915/gt: Move user_forcewake application to GTChris Wilson2-22/+22
2019-11-05drm/i915/gem: Leave reloading kernel context on resume to GTChris Wilson1-30/+0
2019-11-05drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson10-58/+43
2019-11-05drm/i915: Protect request peeking with RCUChris Wilson1-2/+7