summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gtt: Downgrade Cherryview back to aliasing-ppgttChris Wilson2019-08-302-60/+11
* drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgttChris Wilson2019-08-302-47/+20
* drm/i915: unify icp, tgp and mcc irq setupLucas De Marchi2019-08-301-29/+21
* drm/i915: parameterize SDE hotplug registersLucas De Marchi2019-08-302-38/+33
* drm/i915: unify icp, tgp and mcc irq handlingLucas De Marchi2019-08-301-49/+16
* drm/i915: parameterize south hpd macrosLucas De Marchi2019-08-302-42/+16
* drm/i915/hdcp: Enable HDCP 1.4 and 2.2 on Gen12+Ramalingam C2019-08-303-65/+221
* drm/i915/hdcp: update current transcoder into intel_hdcpRamalingam C2019-08-305-1/+62
* misc/mei/hdcp: Fill transcoder index in port infoRamalingam C2019-08-302-1/+15
* drm: Move port definition back to i915 headerRamalingam C2019-08-307-2/+26
* drm/i915: mei_hdcp: I915 sends ddi index as per ME FWRamalingam C2019-08-303-36/+27
* drm/i915/execlists: Try rearranging breadcrumb flushChris Wilson2019-08-291-11/+9
* drm/i915/display: Move the commit_tail() disable sequence to separate functionManasi Navare2019-08-292-34/+59
* drm/i915/display: Rename update_crtcs() to commit_modeset_enables()Manasi Navare2019-08-292-6/+6
* drm/i915: s/for_each_sgt_dma/for_each_sgt_daddr/Matthew Auld2019-08-295-10/+10
* drm/i915/uc: Extract common code from GuC stop/disable commFernando Pacheco2019-08-291-12/+18
* drm/i915/selftests: cond_resched() within the longer buddy testsChris Wilson2019-08-291-0/+4
* drm/i915/tgl: PSR link standby is not supported anymoreJosé Roberto de Souza2019-08-281-2/+2
* drm/i915/tgl: Gen-12 display loses Yf tiling and legacy CCS supportDhinakaran Pandiyan2019-08-281-6/+80
* drm/i915/tgl: Enabling DSC on Pipe A for TGLMadhumitha Tolakanahalli Pradeep2019-08-281-4/+17
* drm/i915: Protect our local workers against I915_FENCE_TIMEOUTChris Wilson2019-08-281-1/+1
* drm/i915: Align power domain names with port namesImre Deak2019-08-284-216/+198
* drm/i915/selftests: Ignore coherency failures on BroadwaterChris Wilson2019-08-281-0/+2
* drm/i915: Extend non readable mcr rangeMika Kuoppala2019-08-281-1/+1
* drm/i915/execlists: Flush the post-sync breadcrumb write harderChris Wilson2019-08-281-0/+2
* drm/i915/selftests: Try to recycle context allocationsChris Wilson2019-08-281-1/+5
* drm/i915/selftests: Remove accidental serialization between gpu_fillChris Wilson2019-08-281-11/+72
* drm/i915: use a separate context for gpu relocsDaniele Ceraolo Spurio2019-08-272-1/+47
* drm/i915/tgl/perf: use the same oa ctx_id format as iclMichel Thierry2019-08-271-1/+2
* drm/i915/tgl: Do not apply WaIncreaseDefaultTLBEntries from GEN12 onwardsMichel Thierry2019-08-271-1/+1
* drm/i915/tgl: Implement TGL DisplayPort training sequenceJosé Roberto de Souza2019-08-272-8/+140
* drm/i915: Disable pipes in reverse orderJosé Roberto de Souza2019-08-271-1/+9
* drm: Add for_each_oldnew_intel_crtc_in_state_reverse()José Roberto de Souza2019-08-271-0/+9
* drm/i915/tgl: Add maximum resolution supported by PSR2 HWJosé Roberto de Souza2019-08-271-1/+4
* drm/i915: Do not read PSR2 register in transcoders without PSR2José Roberto de Souza2019-08-271-3/+6
* drm/i915/tgl: Guard and warn if more than one eDP panel is presentJosé Roberto de Souza2019-08-271-1/+5
* drm/i915: Make engine's batch pool safe for use with virtual enginesChris Wilson2019-08-276-6/+32
* drm/i915: Only activate i915_active debugobject onceChris Wilson2019-08-271-2/+6
* drm/i915/selftests: Markup impossible error pointersChris Wilson2019-08-271-0/+3
* drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmapChris Wilson2019-08-271-1/+1
* drm/i915/selftests: Add the usual batch vma managements to st_workaroundsChris Wilson2019-08-271-0/+16
* drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()Lyude Paul2019-08-261-0/+6
* drm/i915: to make vgpu ppgtt notificaiton as atomic operationXiaolin Zhang2019-08-243-5/+9
* drm/i915/selftests: Teach igt_gpu_fill_dw() to take intel_contextChris Wilson2019-08-244-96/+116
* drm/i915: Keep drm_i915_file_private around under RCUChris Wilson2019-08-234-11/+14
* drm/i915/uc: define GuC and HuC FWs for EHLDaniele Ceraolo Spurio2019-08-231-6/+7
* drm/i915: Flush the existing fence before GGTT read/writeChris Wilson2019-08-231-0/+8
* drm/i915/gtt: Preallocate Braswell top-level page directoryChris Wilson2019-08-232-6/+12
* drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-08-235-29/+42
* drm/i915: Use hweight8() for 8bit masksVille Syrjälä2019-08-231-10/+10