aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-08drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski1-6/+6
2017-02-08drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson2-2/+11
2017-02-08drm/i915/bxt: Add MST support when do DPLL calculationLee, Shawn C1-1/+2
2017-02-08drm/i915: don't warn about Skylake CPU - KabyPoint PCH comboJani Nikula1-1/+2
2017-02-08drm/i915: fix i915 running as dom0 under XenJuergen Gross1-2/+10
2017-02-08drm/i915: Flush untouched framebuffers before display on !llcChris Wilson1-1/+1
2017-02-08drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin1-2/+2
2017-02-01drm/i915: Track pinned vma in intel_plane_stateChris Wilson7-135/+99
2017-01-29drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds1-0/+3
2017-01-25Merge tag 'gvt-fixes-2017-01-25' of https://github.com/01org/gvt-linux into drm-intel-fixesJani Nikula4-56/+24
2017-01-25drm/i915: reinstate call to trace_i915_vma_bindDaniele Ceraolo Spurio1-0/+1
2017-01-25drm/i915: Move atomic state free from out of fence releaseChris Wilson3-2/+33
2017-01-25drm/i915: Check for NULL atomic state in intel_crtc_disable_noatomic()Ander Conselvan de Oliveira1-0/+6
2017-01-25drm/i915: Fix calculation of rotated x and y offsets for planar formatsAnder Conselvan de Oliveira1-2/+3
2017-01-25drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()Ander Conselvan de Oliveira1-1/+1
2017-01-25drm/i915: Don't leak edid in intel_crt_detect_ddc()Ander Conselvan de Oliveira1-4/+5
2017-01-25drm/i915: Release temporary load-detect state upon switchingChris Wilson1-0/+1
2017-01-25drm/i915: prevent crash with .disable_display parameterClint Taylor1-0/+3
2017-01-25drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson1-1/+2
2017-01-25drm/i915/gvt: Fix kmem_cache_create() nameAlex Williamson1-1/+1
2017-01-25drm/i915/gvt/kvmgt: mdev ABI is available_instances, not available_instanceAlex Williamson1-4/+4
2017-01-18drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä1-0/+3
2017-01-18drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez2-18/+0
2017-01-17drm/i915/gvt: Fix relocation of shadow bbChris Wilson2-47/+19
2017-01-17drm/i915/gvt: Enable the shadow batch bufferTina Zhang1-4/+0
2017-01-16Merge tag 'gvt-fixes-2017-01-16' of https://github.com/01org/gvt-linux into drm-intel-fixesJani Nikula9-142/+298
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-13drm/i915/gvt: rewrite gt reset handler using new function intel_gvt_reset_vgpu_lockedChangbin Du1-61/+29
2017-01-13drm/i915/gvt: fix vGPU instance reuse issues by vGPU reset functionChangbin Du2-1/+74
2017-01-13drm/i915/gvt: introduce intel_vgpu_reset_mmio() to reset mmio spaceChangbin Du2-14/+26
2017-01-13drm/i915/gvt: move mmio init/clean function to mmio.cChangbin Du5-36/+49
2017-01-13drm/i915/gvt: introduce intel_vgpu_reset_cfg_space to reset configuration spaceChangbin Du2-0/+27
2017-01-13drm/i915/gvt: move cfg space inititation function to cfg_space.cChangbin Du3-43/+52
2017-01-13drm/i915/gvt: introuduce intel_vgpu_reset_gtt() to reset gttChangbin Du2-0/+28
2017-01-13drm/i915/gvt: introudce intel_vgpu_reset_resource() to reset vgpu resource stateChangbin Du2-2/+28
2017-01-12drm/i915: Fix phys pwrite for struct_mutex-less operationChris Wilson1-30/+4
2017-01-12drm/i915: Clear ret before unbinding in i915_gem_evict_something()Chris Wilson1-0/+1
2017-01-09drm/i915/gvt: cleanup GFP flagsJike Song1-24/+15
2017-01-09drm/i915/gvt/kvmgt: return meaningful error for vgpu creating failureJike Song1-4/+10
2017-01-09drm/i915/gvt: cleanup opregion memory allocation codeJike Song2-6/+5
2017-01-09drm/i915/gvt: destroy the allocated idr on vgpu creating failuresJike Song1-1/+3
2017-01-09drm/i915/gvt: init/destroy vgpu_idr properlyJike Song1-1/+7
2017-01-09drm/i915/gvt: dec vgpu->running_workload_num after the workload is really doneChangbin Du1-5/+5
2017-01-09drm/i915/gvt: fix use after free for workloadChangbin Du1-2/+2
2017-01-09drm/i915/gvt: remove duplicated definitionZhenyu Wang1-7/+0
2017-01-09drm/i915/gvt: adjust high memory size for default vGPU typeZhenyu Wang1-2/+2
2017-01-09drm/i915/gvt: print correct value for untracked mmioPei Zhang1-15/+16
2017-01-09drm/i915/gvt: always use readq and writeqChangbin Du1-13/+2
2017-01-09drm/i915/gvt: fix return value in mul_force_wake_writeChangbin Du1-1/+1