summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gvt: set the correct default value of CTX STATUS PTRMin He2017-04-211-1/+2
* drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarksVille Syrjälä2017-04-181-6/+3
* drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)Chris Wilson2017-04-181-1/+1
* drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson2017-04-183-48/+32
* drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-04-184-57/+3
* drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2017-04-182-6/+18
* drm/i915: Reject HDMI 12bpc if the sink doesn't indicate supportVille Syrjälä2017-04-181-3/+21
* drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3Mika Kuoppala2017-04-181-0/+7
* drm/i915: Nuke debug messages from the pipe update critical sectionVille Syrjälä2017-04-181-11/+1
* drm/i915: Store a permanent error in obj->mm.pagesChris Wilson2017-04-181-3/+6
* drm/i915/gen9: Increase PCODE request timeout to 50msImre Deak2017-04-181-5/+6
* drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctlChris Wilson2017-04-181-0/+10
* drm/i915/fbdev: Stop repeating tile configuration on stagnationChris Wilson2017-04-181-6/+4
* drm/i915: Move updating color management to before vblank evasionMaarten Lankhorst2017-04-181-5/+7
* drm/i915: Fix forcewake active domain trackingTvrtko Ursulin2017-04-181-7/+6
* drm/i915: actually drive the BDW reserved IDsPaulo Zanoni2017-04-121-0/+1
* drm/i915/kvmgt: fix suspicious rcu dereference usageChangbin Du2017-04-121-1/+3
* drm/i915/gvt: Fix gvt scheduler interval timeZhenyu Wang2017-04-121-2/+2
* drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang2017-04-081-3/+4
* drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang2017-04-081-1/+2
* drm/i915: Move the release of PT page to the upper callerZhi Wang2017-04-081-11/+7
* drm/i915/kvmgt: Hold struct kvm referenceAlex Williamson2017-04-081-0/+2
* drm/i915/lspcon: Fix resume time initialization due to unasserted HPDImre Deak2017-03-223-3/+8
* drm/i915/gen9+: Enable hotplug detection earlyImre Deak2017-03-221-19/+50
* drm/i915/lspcon: Enable AUX interrupts for resume time initializationImre Deak2017-03-221-1/+4
* drm/i915/gvt: Fix superfluous newline in GVT_DISPLAY_READY env varTakashi Iwai2017-03-181-1/+1
* drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXTHans de Goede2017-03-151-1/+12
* drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson2017-03-151-2/+2
* drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson2017-03-151-1/+6
* drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä2017-03-151-3/+3
* drm/i915: Recreate internal objects with single page segments if dmar failsChris Wilson2017-03-151-14/+23
* drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson2017-03-151-0/+5
* drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski2017-02-081-6/+6
* drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson2017-02-082-2/+11
* drm/i915/bxt: Add MST support when do DPLL calculationLee, Shawn C2017-02-081-1/+2
* drm/i915: don't warn about Skylake CPU - KabyPoint PCH comboJani Nikula2017-02-081-1/+2
* drm/i915: fix i915 running as dom0 under XenJuergen Gross2017-02-081-2/+10
* drm/i915: Flush untouched framebuffers before display on !llcChris Wilson2017-02-081-1/+1
* drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin2017-02-081-2/+2
* drm/i915: Track pinned vma in intel_plane_stateChris Wilson2017-02-017-135/+99
* drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds2017-01-291-0/+3
* Merge tag 'gvt-fixes-2017-01-25' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-01-254-56/+24
|\
| * drm/i915/gvt: Fix kmem_cache_create() nameAlex Williamson2017-01-251-1/+1
| * drm/i915/gvt/kvmgt: mdev ABI is available_instances, not available_instanceAlex Williamson2017-01-251-4/+4
| * drm/i915/gvt: Fix relocation of shadow bbChris Wilson2017-01-172-47/+19
| * drm/i915/gvt: Enable the shadow batch bufferTina Zhang2017-01-171-4/+0
* | drm/i915: reinstate call to trace_i915_vma_bindDaniele Ceraolo Spurio2017-01-251-0/+1
* | drm/i915: Move atomic state free from out of fence releaseChris Wilson2017-01-253-2/+33
* | drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira2017-01-251-0/+6
* | drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira2017-01-251-2/+3