summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2017-06-08drm/i915: fix warning for unused variableJani Nikula1-2/+0
2017-06-07drm/i915: Fix 90/270 rotated coordinates for FBCVille Syrjälä1-12/+7
2017-06-07drm/i915: Restore has_fbc=1 for ILK-MVille Syrjälä1-1/+1
2017-06-07drm/i915: Workaround VLV/CHV DSI scanline counter hardware failVille Syrjälä2-0/+30
2017-06-07drm/i915: Fix logical inversion for gen4 quirkingChris Wilson1-1/+1
2017-06-07drm/i915: Guard against i915_ggtt_disable_guc() being invoked unconditionallyChris Wilson1-1/+2
2017-06-07drm/i915: Always recompute watermarks when distrust_bios_wm is set, v2.Maarten Lankhorst1-0/+9
2017-06-07drm/i915: Prevent the system suspend complete optimizationImre Deak1-0/+9
2017-06-07drm/i915/psr: disable psr2 for resolution greater than 32X20Nagaraju, Vathsala1-2/+3
2017-06-07drm/i915: Hold a wakeref for probing the ring registersChris Wilson1-1/+17
2017-06-07drm/i915: Short-circuit i915_gem_wait_for_idle() if already idleChris Wilson1-0/+4
2017-06-07drm/i915: Disable decoupled MMIOKai Chen1-1/+0
2017-06-07drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko1-2/+0
2017-06-07drm/i915: Serialize GTT/Aperture accesses on BXTJon Bloomfield2-0/+113
2017-06-02Merge tag 'topic/dp-quirks-2017-05-31' of git://anongit.freedesktop.org/git/d...Dave Airlie6-58/+32
2017-05-29drm/i915: Detect USB-C specific dongles before reducing M and NJani Nikula4-12/+26
2017-05-29drm/i915: use drm DP helper to read DPCD descJani Nikula3-46/+6
2017-05-26drm/i915: Stop pretending to mask/unmask LPE audio interruptsVille Syrjälä2-45/+6
2017-05-26Merge tag 'gvt-fixes-2017-05-25' of https://github.com/01org/gvt-linux into d...Jani Nikula2-19/+41
2017-05-24drm/i915/selftests: Silence compiler warning in igt_ctx_execChris Wilson1-3/+5
2017-05-24Revert "drm/i915: Restore lost "Initialized i915" welcome message"Daniel Vetter1-4/+0
2017-05-24drm/i915/gvt: clean up unsubmited workloads before destroying kmem cacheChangbin Du1-10/+20
2017-05-23drm/i915/gvt: Disable compression workaround for Gen9Chuanxiao Dong1-9/+21
2017-05-19drm/i915: set initialised only when init_context callback is NULLChuanxiao Dong1-1/+1
2017-05-18drm/i915: Fix new -Wint-in-bool-context gcc compiler warningHans de Goede1-1/+1
2017-05-18drm/i915: use vma->size for appgtt allocate_va_rangeMatthew Auld1-1/+1
2017-05-18drm/i915: Do not sync RCU during shrinkingJoonas Lahtinen1-5/+0
2017-05-15drm/i915: don't do allocate_va_range again on PIN_UPDATEMatthew Auld1-4/+8
2017-05-15drm/i915: Fix rawclk readout for g4xVille Syrjälä2-7/+9
2017-05-15drm/i915: Fix runtime PM for LPE audioVille Syrjälä1-0/+5
2017-05-15drm/i915/glk: Fix DSI "*ERROR* ULPS is still active" messagesAnder Conselvan de Oliveira1-4/+3
2017-05-15Merge tag 'gvt-fixes-2017-05-11' of https://github.com/01org/gvt-linux into d...Jani Nikula3-3/+10
2017-05-12drm/i915: Make vblank evade warnings optionalVille Syrjälä2-2/+18
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+3
2017-05-10drm/i915/gvt: avoid unnecessary vgpu switchPing Gao1-2/+6
2017-05-09drm: use set_memory.h headerLaura Abbott1-0/+2
2017-05-08drm/i915/gvt: not to restore in-context mmioChuanxiao Dong1-0/+3
2017-05-05drm/i915/gvt: fix typo: "supporte" -> "support"Colin Ian King1-1/+1
2017-04-28Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie17-97/+163
2017-04-26drm/i915: Confirm the request is still active before adding it to the awaitChris Wilson1-0/+3
2017-04-26drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmioChris Wilson1-22/+24
2017-04-26drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson1-13/+32
2017-04-26drm/i915: Fix system hang with EI UP masked on HaswellMika Kuoppala1-2/+2
2017-04-26drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter1-1/+1
2017-04-26drm/i915: Perform link quality check unconditionally during long pulseVille Syrjälä1-2/+13
2017-04-26drm/i915: Fix use after free in lpe_audio_platdev_destroy()Chris Wilson1-1/+8
2017-04-26drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson1-1/+1
2017-04-26drm/i915: Make legacy cursor updates more unsyncedVille Syrjälä1-11/+20
2017-04-26drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson1-1/+14
2017-04-26drm/i915: Park the signaler before sleepingChris Wilson1-3/+3