summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/frontbuffer: Pull frontbuffer_flush out of gem_obj_pin_to_displayDhinakaran Pandiyan2018-03-134-9/+15
* drm/i915: Use sseu size for determining eu_regs[]Chris Wilson2018-03-131-2/+6
* drm/i915: Warn against variable length arraysChris Wilson2018-03-131-1/+1
* drm/i915: Remove variable length arrays from sseu debugfs printersChris Wilson2018-03-131-6/+6
* drm/i915/uc: Sanitize uC together with GEMMichal Wajdeczko2018-03-126-1/+39
* drm/i915/uc: Sanitize uC options earlyMichal Wajdeczko2018-03-123-5/+4
* drm/i915: Remove the impedance mismatch around intel_engine_enable_signalingChris Wilson2018-03-123-14/+15
* drm/i915/psr: Display WA 0884 applied broadly for more HW tracking.Rodrigo Vivi2018-03-122-2/+20
* drm/i915: Move i915_gpu_error into its own headerMichal Wajdeczko2018-03-093-331/+358
* drm/i915: Make header i915_pmu.h more robustMichal Wajdeczko2018-03-092-44/+13
* drm/i915: Change parameters order in i915_gem_batch_pool_initMichal Wajdeczko2018-03-093-51/+17
* drm/i915: Include i915_reg.h in intel_ringbuffer.hMichal Wajdeczko2018-03-091-0/+1
* drm/i915/guc: Move GuC notification handling to separate functionMichal Wajdeczko2018-03-093-31/+40
* drm/i915/guc: Create common entry points for log register/unregisterMichał Winiarski2018-03-095-116/+95
* drm/i915/guc: Tidy guc_log_controlMichał Winiarski2018-03-093-41/+53
* drm/i915: Remove unused DP_LINK_CHECK_TIMEOUTLyude Paul2018-03-091-1/+0
* drm/i915: Only call tasklet_kill() on the first prepare_resetChris Wilson2018-03-091-1/+9
* drm/i915: Wrap engine->schedule in RCU locks for set-wedge protectionChris Wilson2018-03-092-6/+9
* drm/i915: Include ring->emit in debuggingChris Wilson2018-03-092-5/+9
* drm/i915: Update ring position from request on retiringChris Wilson2018-03-092-1/+2
* drm/i915: Finish the wait-for-wedge by retiring all the inflight requestsChris Wilson2018-03-091-3/+8
* drm/i915/icl: do not save DDI A/E sharing bit for ICLJani Nikula2018-03-091-3/+6
* drm/i915: Push irq_shift from gen8_cs_irq_handler() to callerChris Wilson2018-03-091-22/+16
* drm/i915: Index the ring frequency table by HW frequency rangeChris Wilson2018-03-082-12/+10
* drm/i915: Kick the rps worker when changing the boost frequencyChris Wilson2018-03-081-2/+8
* drm/i915: Handle pipe CRC around enabling/disabling pipe.Maarten Lankhorst2018-03-084-9/+67
* drm/i915: Only prune fences after wait-for-allChris Wilson2018-03-081-4/+12
* drm/i915: Update DRIVER_DATE to 20180308Joonas Lahtinen2018-03-081-2/+2
* Merge tag 'gvt-next-2018-03-08' of https://github.com/intel/gvt-linux into dr...Joonas Lahtinen2018-03-0819-1156/+1468
|\
| * drm/i915/gvt: Return error at the failure of finding page_trackXiong Zhang2018-03-061-1/+3
| * drm/i915/gvt: Release gvt->lock at the failure of finding page trackXiong Zhang2018-03-061-1/+2
| * drm/i915/kvmgt: Add kvmgt debugfs entry nr_cache_entries under vgpuChangbin Du2018-03-062-0/+16
| * drm/i915/gvt: Fix guest vGPU hang caused by very high dma setup overheadChangbin Du2018-03-065-134/+246
| * drm/i915/gvt: Fix check error on hws_pga_write() fail messageZhenyu Wang2018-03-061-4/+4
| * drm/i915/gvt: Fix one indent errorZhenyu Wang2018-03-061-1/+1
| * drm/i915/gvt: Fix check error on fence mmio handlerZhenyu Wang2018-03-061-2/+4
| * drm/i915/gvt: Fix check error of vgpu create failure messageZhenyu Wang2018-03-061-1/+1
| * drm/i915/gvt: Fix vGPU sched timeslice calculation warningZhenyu Wang2018-03-061-3/+2
| * drm/i915/gvt: remove gvt max port definitionZhenyu Wang2018-03-061-3/+1
| * drm/i915/gvt: Fix one gvt_vgpu_error() use in dmabuf.cZhenyu Wang2018-03-061-1/+1
| * drm/i915/gvt: init mmio by lri command in vgpu inhibit contextWeinan Li2018-03-064-4/+181
| * drm/i915/gvt: add interface to check if context is inhibitWeinan Li2018-03-062-10/+16
| * drm/i915/gvt: add define GEN9_MOCS_SIZEWeinan Li2018-03-061-6/+8
| * drm/i915/gvt: Define PTE addr mask with GENMASK_ULLChangbin Du2018-03-061-3/+3
| * drm/i915/gvt: Manage shadow pages with radix treeChangbin Du2018-03-062-27/+27
| * drm/i915/gvt: Provide generic page_track infrastructure for write-protected pageChangbin Du2018-03-068-111/+266
| * drm/i915/gvt: Don't extend page_track to mpt layerChangbin Du2018-03-062-52/+36
| * drm/i915/gvt: Rename mpt api {set, unset}_wp_page to {enable, disable}_page_t...Changbin Du2018-03-063-11/+10
| * drm/i915/gvt: Rename shadow_page to short name sptChangbin Du2018-03-062-29/+29
| * drm/i915/gvt: Rework shadow page management codeChangbin Du2018-03-063-320/+203