summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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/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 20170123Daniel 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
2017-01-21drm/i915: Reject vma creation larger than address spaceChris Wilson1-3/+16
2017-01-21drm/i915: Use common LRU inactive vma bumping for unpin_from_displayChris Wilson1-2/+1
2017-01-21drm/i915: Do an unlocked wait before set-cache-level ioctlChris Wilson1-10/+19
2017-01-20drm/i915/huc: Assert that HuC vma is placed in GuC accessible rangeMichał Winiarski1-1/+1
2017-01-20drm/i915/huc: Avoid attempting to authenticate non-existent fwMichał Winiarski1-0/+3
2017-01-20drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max...Sagar Arun Kamble1-0/+6
2017-01-19drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_conf...Ville Syrjälä1-1/+0
2017-01-19drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state()Ville Syrjälä1-14/+24