summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2017-01-23Merge tag 'drm-misc-fixes-2017-01-13' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-01-18drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä
2017-01-18drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez
2017-01-16Merge tag 'gvt-fixes-2017-01-16' of https://github.com/01org/gvt-linux into d...Jani Nikula
2017-01-13drm/i915/gvt: rewrite gt reset handler using new function intel_gvt_reset_vgp...Changbin Du
2017-01-13drm/i915/gvt: fix vGPU instance reuse issues by vGPU reset functionChangbin Du
2017-01-13drm/i915/gvt: introduce intel_vgpu_reset_mmio() to reset mmio spaceChangbin Du
2017-01-13drm/i915/gvt: move mmio init/clean function to mmio.cChangbin Du
2017-01-13drm/i915/gvt: introduce intel_vgpu_reset_cfg_space to reset configuration spaceChangbin Du
2017-01-13drm/i915/gvt: move cfg space inititation function to cfg_space.cChangbin Du
2017-01-13drm/i915/gvt: introuduce intel_vgpu_reset_gtt() to reset gttChangbin Du
2017-01-13drm/i915/gvt: introudce intel_vgpu_reset_resource() to reset vgpu resource stateChangbin Du
2017-01-12drm/probe-helpers: Drop locking from poll_enableDaniel Vetter
2017-01-12drm/i915: Fix phys pwrite for struct_mutex-less operationChris Wilson
2017-01-12drm/i915: Clear ret before unbinding in i915_gem_evict_something()Chris Wilson
2017-01-09drm/i915/gvt: cleanup GFP flagsJike Song
2017-01-09drm/i915/gvt/kvmgt: return meaningful error for vgpu creating failureJike Song
2017-01-09drm/i915/gvt: cleanup opregion memory allocation codeJike Song
2017-01-09drm/i915/gvt: destroy the allocated idr on vgpu creating failuresJike Song
2017-01-09drm/i915/gvt: init/destroy vgpu_idr properlyJike Song
2017-01-09drm/i915/gvt: dec vgpu->running_workload_num after the workload is really doneChangbin Du
2017-01-09drm/i915/gvt: fix use after free for workloadChangbin Du
2017-01-09drm/i915/gvt: remove duplicated definitionZhenyu Wang
2017-01-09drm/i915/gvt: adjust high memory size for default vGPU typeZhenyu Wang
2017-01-09drm/i915/gvt: print correct value for untracked mmioPei Zhang
2017-01-09drm/i915/gvt: always use readq and writeqChangbin Du
2017-01-09drm/i915/gvt: fix return value in mul_force_wake_writeChangbin Du
2017-01-09drm/i915/gvt: fix error handing of tlb_control emulationChangbin Du
2017-01-09drm/i915/gvt: verify functions types in new_mmio_info()Nicolas Iooss
2017-01-06Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk
2017-01-03drm/i915: Prevent timeline updates whilst performing resetChris Wilson
2017-01-03drm/i915: Silence allocation failure during sg_trim()Chris Wilson
2017-01-03drm/i915: Don't clflush before release phys objectChris Wilson
2017-01-03drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä
2017-01-03drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä
2017-01-03drm/i915: Initialize overlay->last_flip properlyVille Syrjälä
2017-01-03drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä
2017-01-03drm/i915: Force VDD off on the new power seqeuencer before starting to use itVille Syrjälä
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson
2016-12-26drm/i915/gvt: fix typo in cfg_space range checkPei Zhang
2016-12-26drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMANDMin He
2016-12-26drm/i915/gvt/kvmgt: trival: code cleanupJike Song
2016-12-26drm/i915/gvt/kvmgt: prevent double-release of vgpuJike Song
2016-12-26drm/i915/gvt/kvmgt: check returned slot for gfnJike Song
2016-12-26drm/i915/gvt/kvmgt: dereference the pointer within lockJike Song
2016-12-26drm/i915/gvt: reset the GGTT entry when vGPU createdPing Gao