summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix wrong escape clock divisor init for GLKStanislav Lisovskiy2019-08-161-2/+2
* drm/i915/gvt: fix incorrect cache entry for guest page mappingXiaolin Zhang2019-08-061-0/+12
* drm/i915/dmc: protect against reading random memoryLucas De Marchi2019-07-101-0/+18
* drm/i915/sdvo: Implement proper HDMI audio support for SDVOVille Syrjälä2019-06-192-11/+50
* drm/i915/gvt: Initialize intel_gvt_gtt_entry in stackTina Zhang2019-06-111-2/+4
* drm/i915: Maintain consistent documentation subsection orderingJonathan Corbet2019-06-112-4/+4
* drm/i915/fbc: disable framebuffer compression on GeminiLakeDaniel Drake2019-06-111-0/+4
* Revert "drm/i915/fbdev: Actually configure untiled displays"Dave Airlie2019-05-021-7/+5Star
* drm/i915/gvt: do not deliver a workload if its creation failsYan Zhao2019-04-171-2/+3
* drm/i915/gvt: do not let pin count of shadow mm go negativeYan Zhao2019-04-171-1/+1
* drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index checkZhenyu Wang2019-04-031-1/+1
* drm/i915: Relax mmap VMA checkTvrtko Ursulin2019-03-231-1/+2
* drm/i915/fbdev: Actually configure untiled displaysChris Wilson2019-02-271-5/+7
* drm/i915: Prevent a race during I915_GEM_MMAP ioctl with WC setJoonas Lahtinen2019-02-201-1/+11
* drm/i915: Block fbdev HPD processing during suspendLyude Paul2019-02-202-1/+42
* drm/i915: always return something on DDI clock selectionLucas De Marchi2019-02-151-1/+1
* drm/i915/gvt: Fix mmap range checkZhenyu Wang2019-01-221-2/+12
* drm/i915: Unwind failure on pinning the gen7 ppgttChris Wilson2019-01-161-3/+12
* drm/i915/execlists: Apply a full mb before execution for BraswellChris Wilson2018-12-191-1/+6
* drm/i915/gvt: Fix tiled memory decoding bug on BDWTina Zhang2018-12-191-1/+1
* drm/i915: Downgrade Gen9 Plane WM latency errorChris Wilson2018-12-131-2/+2
* drm/i915: Disable LP3 watermarks on all SNB machinesVille Syrjälä2018-12-011-1/+40
* drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZEVille Syrjälä2018-11-272-10/+10
* drm/i915: Fix hpd handling for pins with two encodersVille Syrjälä2018-11-211-19/+47
* drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MSTLyude Paul2018-11-211-1/+3
* drm/i915: Fix possible race in intel_dp_add_mst_connector()Lyude Paul2018-11-211-4/+4
* drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson2018-11-211-1/+13
* drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5Chris Wilson2018-11-211-2/+36
* drm/i915: Mark pin flags as u64Chris Wilson2018-11-211-14/+14
* drm/i915: Don't oops during modeset shutdown after lpe audio deinitVille Syrjälä2018-11-211-1/+3
* drm/i915: Compare user's 64b GTT offset even on 32bChris Wilson2018-11-213-2/+3
* drm/i915: Fix ilk+ watermarks when disabling pipesVille Syrjälä2018-11-211-11/+6Star
* drm/i915: Fix error handling for the NV12 fb dimensions checkVille Syrjälä2018-11-211-1/+1
* drm/i915: Mark up GTT sizes as u64Chris Wilson2018-11-214-8/+8
* drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N valuesClint Taylor2018-11-211-0/+17
* drm/i915/icl: Fix the macros for DFLEXDPMLE register bitsManasi Navare2018-11-211-2/+6
* drm/i915/dp: Restrict link retrain workaround to external monitorsDhinakaran Pandiyan2018-11-211-6/+7
* drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()Dhinakaran Pandiyan2018-11-211-10/+3Star
* drm/i915: Large page offsets for pread/pwriteChris Wilson2018-11-211-10/+2Star
* drm/i915: Skip vcpi allocation for MSTB ports that are goneLyude Paul2018-11-211-9/+15
* drm/i915: Don't unset intel_connector->mst_portLyude Paul2018-11-211-11/+6Star
* drm/i915: Restore vblank interrupts earlierVille Syrjälä2018-11-211-10/+13
* drm/i915: Use the correct crtc when sanitizing plane mappingVille Syrjälä2018-11-211-32/+46
* drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit pane...Manasi Navare2018-11-212-17/+39
* drm/i915: Handle incomplete Z_FINISH for compressed error statesChris Wilson2018-10-032-25/+64
* drm/i915: Avoid compiler warning for maybe unused gu_misc_iirChris Wilson2018-10-011-21/+12Star
* drm/i915: Do not redefine the has_csr parameter.Anusha Srivatsa2018-10-011-1/+0Star
* Merge tag 'gvt-fixes-2018-09-18' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2018-09-184-1/+36
|\
| * drm/i915/gvt: clear ggtt entries when destroy vgpuZhipeng Gong2018-09-181-0/+1
| * drm/i915/gvt: request srcu_read_lock before checking if one gfn is validWeinan Li2018-09-181-1/+6