summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-27drm/i915: Support explicit fencing for execbufChris Wilson4-7/+87
2017-01-27drm/i915: Enable userspace to opt-out of implicit fencingChris Wilson3-1/+32
2017-01-27Revert "drm/color: un-inline drm_color_lut_extract()"Jani Nikula2-26/+25
2017-01-27drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin1-2/+2
2017-01-27drm/i915: make i915_stolen_to_physical() return phys_addr_tPaulo Zanoni1-7/+11
2017-01-27drm/color: un-inline drm_color_lut_extract()Jani Nikula2-25/+26
2017-01-27x86/gpu: GLK uses the same GMS values as SKLPaulo Zanoni1-0/+1
2017-01-26drm/i915: Also clear the punit's PDATA sideband registerChris Wilson1-3/+1
2017-01-26drm/i915: Report the failure to write to the punitChris Wilson6-26/+53
2017-01-26drm/i915: Add support for DP Video pattern compliance testsManasi Navare5-5/+97
2017-01-26drm: Add definitions for DP compliance Video pattern testsManasi Navare1-0/+57
2017-01-26drm/i915: Fixes to support DP Compliance EDID testsManasi Navare2-3/+6
2017-01-26drm/i915: Add support for DP link training complianceManasi Navare2-6/+61
2017-01-26drm/i915: Remove early pre-production RPS workarounds for BXTChris Wilson1-32/+3
2017-01-24drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.Rodrigo Vivi14-52/+47
2017-01-24drm/i915/kbl: Apply WaIncreaseDefaultTLBEntries on KBL.Rodrigo Vivi1-2/+2
2017-01-24drm/i915: Move atomic state free from out of fence releaseChris Wilson3-2/+33
2017-01-24drm/i915: Emit dma-fence (and execlists submit) first from signalerChris Wilson1-4/+4
2017-01-24drm/i915: Dequeue execlists on a new request if any port is availableChris Wilson1-1/+1
2017-01-24drm/i915: Only attempt to pass the first request to execlistsChris Wilson1-3/+4
2017-01-24drm/i915: Skip the execlists CSB scan and rewrite if the ring is untouchedChris Wilson1-2/+5
2017-01-24drm/i915: Only run execlist context-switch handler after an interruptChris Wilson3-3/+8
2017-01-24drm/i915: Move breadcrumbs irq_posted up a level to engineChris Wilson4-8/+9
2017-01-24drm/i915: Only disable execlist preemption for the duration of the requestChris Wilson3-17/+16
2017-01-24drm/i915: Assert that we don't submit to execlists whilst a preempt is pendingChris Wilson1-0/+1
2017-01-24drm/i915/dp: do not proceed with autotests if we don't ACK themJani Nikula1-12/+9
2017-01-24drm/i915: Reset the gpu on takeoverChris Wilson3-4/+28
2017-01-24drm/i915: Split intel_engine allocation and initialisationChris Wilson4-23/+81
2017-01-23drm/i915: Remove BXT TDL state w/aChris Wilson1-19/+0
2017-01-23drm/i915: Remove BXT disable pixel mask clamping w/aChris Wilson1-9/+0
2017-01-23drm/i915: Remove BXT restore arbitration around ctx switchChris Wilson1-8/+0
2017-01-23drm/i915: Remove BXT incoherent seqno write workaroundChris Wilson1-17/+0
2017-01-23drm/i915: Remove disable_lite_restore_waChris Wilson2-11/+1
2017-01-23drm/i915: Pevent copying uninitialised garbage into vma->ggtt_viewChris Wilson1-1/+1
2017-01-23drm/i915: Use atomic page flip for intel again.Maarten Lankhorst1-1/+2
2017-01-23drm/i915: Assert that the context-switch completion matches our contextChris Wilson1-0/+5
2017-01-23drm/i915: Assert that the kernel_context is hw-id 0Chris Wilson1-0/+5
2017-01-23drm/i915: Queue hangcheck when irqs are disabledChris Wilson1-0/+1
2017-01-23drm/i915/error: use rb_entry()Geliang Tang1-1/+1
2017-01-23drm/i915: Fix W=1 warning for csr_load_work_fn()Chris Wilson1-3/+1
2017-01-23agp/intel: Move intel_fake_agp_sizes into #ifdef blockChris Wilson1-8/+8
2017-01-23drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira1-0/+6
2017-01-23drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira1-2/+3
2017-01-23drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()Ander Conselvan de Oliveira1-1/+1
2017-01-23drm/i915: Don't leak edid in intel_crt_detect_ddc()Ander Conselvan de Oliveira1-4/+5
2017-01-23drm/i915: Update DRIVER_DATE to 20170123drm-intel-next-2017-01-23Daniel Vetter1-2/+2
2017-01-21drm/i915: reinstate call to trace_i915_vma_bindDaniele Ceraolo Spurio1-0/+1
2017-01-21drm/i915: Assert that created vma has a whole number of pagesChris Wilson1-0/+2
2017-01-21drm/i915: Assert the drm_mm_node is allocated when on the VM listsChris Wilson2-0/+4
2017-01-21drm/i915: Treat an error from i915_vma_instance() as unlikelyChris Wilson1-1/+1