summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-22drm/i915/skl: Add support for the SAGV, fix underrun hangsLyude1-0/+7
2016-08-22drm/i915: Reattach comment, complete type specificationDave Gordon1-2/+3
2016-08-22drm/i915: Unconditionally flush any chipset buffers before execbufChris Wilson1-0/+1
2016-08-11drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst1-0/+1
2016-08-04drm: i915: fix build when DEBUG_FS is disabledLinus Torvalds1-2/+2
2016-07-25drm/i915/gen9: Add WaInPlaceDecompressionHangMika Kuoppala1-0/+2
2016-07-19drm/i915: Enable polling when we don't have hpdLyude1-0/+3
2016-07-19drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()Lyude1-0/+2
2016-07-11drm/i915: Update DRIVER_DATE to 20160711Daniel Vetter1-1/+1
2016-07-08drm/i915: Fill unused GGTT with scratch pages for VT-dChris Wilson1-0/+9
2016-07-07drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.Rodrigo Vivi1-0/+3
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson1-3/+3
2016-07-06drm/i915: Wake up the bottom-half if we steal their interruptChris Wilson1-0/+22
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-9/+13
2016-07-05drm/i915: Split out runtime configuration of device info to its own fileChris Wilson1-0/+10
2016-07-04drm/i915: Explicitly convert some macros to boolean valuesTvrtko Ursulin1-10/+10
2016-07-04Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."Peter Antoine1-1/+1
2016-07-04drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson1-1/+3
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson1-19/+0
2016-07-04drm/i915: Only start retire worker when idleChris Wilson1-27/+29
2016-07-01drm/i915: Embed signaling node into the GEM requestChris Wilson1-0/+1
2016-07-01drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson1-8/+0
2016-07-01drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson1-1/+14
2016-07-01drm/i915: Check the CPU cached value in HWS of seqno after waking the waiterChris Wilson1-4/+10
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson1-2/+2
2016-07-01drm/i915: Spin after waking up for an interruptChris Wilson1-9/+17
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson1-2/+38
2016-07-01drm/i915: Separate GPU hang waitqueue from advanceChris Wilson1-0/+6
2016-07-01drm/i915: Make queueing the hangcheck work inlineChris Wilson1-1/+17
2016-07-01drm/i915: Remove the dedicated hangcheck workqueueChris Wilson1-1/+0
2016-06-30drm/i915: Perform Sandybridge BSD tail write under the forcewakeChris Wilson1-0/+1
2016-06-30drm/i915: Use a hybrid scheme for fast register waitsChris Wilson1-0/+11
2016-06-29drm/i915: Remove request->reset_counterChris Wilson1-1/+0
2016-06-28drm/i915: fix build errors when ACPI is not enabledRandy Dunlap1-2/+2
2016-06-24drm/i915: Split idling from forcing context switchChris Wilson1-1/+1
2016-06-24drm/i915: Move legacy kernel context pinning to intel_ringbuffer.cChris Wilson1-0/+2
2016-06-24drm/i915: Merge i915_dma.c into i915_drv.cChris Wilson1-15/+1
2016-06-24drm/i915: Start exploiting drm_device subclassingChris Wilson1-5/+5
2016-06-24drm/i915: Remove redundant drm_connector_register_all()Chris Wilson1-2/+0
2016-06-24drm/i915: Demidlayer driver loadingChris Wilson1-1/+5
2016-06-24drm/i915: Register debugfs interface lastChris Wilson1-2/+4
2016-06-24drm/i915: Move connector registration to driver registrationChris Wilson1-0/+2
2016-06-24drm/i915: Move backlight registration to connector registrationChris Wilson1-0/+1
2016-06-24drm/i915: Small compaction of the engine init codeTvrtko Ursulin1-11/+16
2016-06-24Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-1/+2
2016-06-24Merge tag 'drm-intel-next-2016-06-20' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+49
2016-06-21drm: document drm_auth.cDaniel Vetter1-0/+1
2016-06-21drm/i915/guc: Remove one unnecessary variableTvrtko Ursulin1-3/+4
2016-06-20drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmapsChris Wilson1-0/+1
2016-06-20drm/i915: Extract checking for backing struct pages to a helperChris Wilson1-0/+6