summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson2016-07-061-3/+3
* drm/i915: Wake up the bottom-half if we steal their interruptChris Wilson2016-07-061-0/+22
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-9/+13
* drm/i915: Split out runtime configuration of device info to its own fileChris Wilson2016-07-051-0/+10
* drm/i915: Explicitly convert some macros to boolean valuesTvrtko Ursulin2016-07-041-10/+10
* Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."Peter Antoine2016-07-041-1/+1
* drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson2016-07-041-1/+3
* drm/i915: Remove stop-rings debugfs interfaceChris Wilson2016-07-041-19/+0Star
* drm/i915: Only start retire worker when idleChris Wilson2016-07-041-27/+29
* drm/i915: Embed signaling node into the GEM requestChris Wilson2016-07-011-0/+1
* drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson2016-07-011-8/+0Star
* drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson2016-07-011-1/+14
* drm/i915: Check the CPU cached value in HWS of seqno after waking the waiterChris Wilson2016-07-011-4/+10
* drm/i915: Use HWS for seqno tracking everywhereChris Wilson2016-07-011-2/+2
* drm/i915: Spin after waking up for an interruptChris Wilson2016-07-011-9/+17
* drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson2016-07-011-2/+38
* drm/i915: Separate GPU hang waitqueue from advanceChris Wilson2016-07-011-0/+6
* drm/i915: Make queueing the hangcheck work inlineChris Wilson2016-07-011-1/+17
* drm/i915: Remove the dedicated hangcheck workqueueChris Wilson2016-07-011-1/+0Star
* drm/i915: Perform Sandybridge BSD tail write under the forcewakeChris Wilson2016-06-301-0/+1
* drm/i915: Use a hybrid scheme for fast register waitsChris Wilson2016-06-301-0/+11
* drm/i915: Remove request->reset_counterChris Wilson2016-06-291-1/+0Star
* drm/i915: fix build errors when ACPI is not enabledRandy Dunlap2016-06-281-2/+2
* drm/i915: Split idling from forcing context switchChris Wilson2016-06-241-1/+1
* drm/i915: Move legacy kernel context pinning to intel_ringbuffer.cChris Wilson2016-06-241-0/+2
* drm/i915: Merge i915_dma.c into i915_drv.cChris Wilson2016-06-241-15/+1Star
* drm/i915: Start exploiting drm_device subclassingChris Wilson2016-06-241-5/+5
* drm/i915: Remove redundant drm_connector_register_all()Chris Wilson2016-06-241-2/+0Star
* drm/i915: Demidlayer driver loadingChris Wilson2016-06-241-1/+5
* drm/i915: Register debugfs interface lastChris Wilson2016-06-241-2/+4
* drm/i915: Move connector registration to driver registrationChris Wilson2016-06-241-0/+2
* drm/i915: Move backlight registration to connector registrationChris Wilson2016-06-241-0/+1
* drm/i915: Small compaction of the engine init codeTvrtko Ursulin2016-06-241-11/+16
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-06-241-1/+2
|\
| * Merge tag 'drm-intel-next-2016-06-20' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-241-2/+49
| |\
| * | drm: document drm_auth.cDaniel Vetter2016-06-211-0/+1
| * | drm/i915: Move intel_connector->unregister to connector->early_unregisterChris Wilson2016-06-191-1/+1
* | | drm/i915/guc: Remove one unnecessary variableTvrtko Ursulin2016-06-211-3/+4
* | | drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmapsChris Wilson2016-06-201-0/+1
* | | drm/i915: Extract checking for backing struct pages to a helperChris Wilson2016-06-201-0/+6
| |/ |/|
* | drm/i915: Update DRIVER_DATE to 20160620Daniel Vetter2016-06-201-1/+1
* | drm/i915: Introduce GVT context creation APIZhi Wang2016-06-171-0/+2
* | drm/i915: Support LRC context single submissionZhi Wang2016-06-171-0/+1
* | drm/i915: Introduce execlist context status change notificationZhi Wang2016-06-171-0/+1
* | drm/i915: Make addressing mode bits in context descriptor configurableZhi Wang2016-06-171-0/+1
* | drm/i915: Make ring buffer size of a LRC context configurableZhi Wang2016-06-171-0/+1
* | drm/i915: gvt: Introduce the basic architecture of GVT-gZhi Wang2016-06-171-0/+10
* | drm/i915:bxt: Enable Pooled EU supportarun.siluvery@linux.intel.com2016-06-141-1/+5
* | drm/i915: Introduce i915_gem_object_get_dma_address()Chris Wilson2016-06-131-0/+17
* | drm/i915/kbl: Add WaDisableLSQCROPERFforOCLMika Kuoppala2016-06-081-0/+3