summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* 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
* | drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()Ander Conselvan de Oliveira2017-01-251-1/+1
* | drm/i915: Don't leak edid in intel_crt_detect_ddc()Ander Conselvan de Oliveira2017-01-251-4/+5
* | drm/i915: Release temporary load-detect state upon switchingChris Wilson2017-01-251-0/+1
* | drm/i915: prevent crash with .disable_display parameterClint Taylor2017-01-251-0/+3
* | drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson2017-01-251-1/+2
* | drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä2017-01-181-0/+3
* | drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez2017-01-182-18/+0
* | Merge tag 'gvt-fixes-2017-01-16' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-01-169-142/+298
|\ \ | |/
| * drm/i915/gvt: rewrite gt reset handler using new function intel_gvt_reset_vgp...Changbin Du2017-01-131-61/+29
| * drm/i915/gvt: fix vGPU instance reuse issues by vGPU reset functionChangbin Du2017-01-132-1/+74
| * drm/i915/gvt: introduce intel_vgpu_reset_mmio() to reset mmio spaceChangbin Du2017-01-132-14/+26
| * drm/i915/gvt: move mmio init/clean function to mmio.cChangbin Du2017-01-135-36/+49
| * drm/i915/gvt: introduce intel_vgpu_reset_cfg_space to reset configuration spaceChangbin Du2017-01-132-0/+27
| * drm/i915/gvt: move cfg space inititation function to cfg_space.cChangbin Du2017-01-133-43/+52
| * drm/i915/gvt: introuduce intel_vgpu_reset_gtt() to reset gttChangbin Du2017-01-132-0/+28
| * drm/i915/gvt: introudce intel_vgpu_reset_resource() to reset vgpu resource stateChangbin Du2017-01-132-2/+28
* | drm/i915: Fix phys pwrite for struct_mutex-less operationChris Wilson2017-01-121-30/+4
* | drm/i915: Clear ret before unbinding in i915_gem_evict_something()Chris Wilson2017-01-121-0/+1
|/
* drm/i915/gvt: cleanup GFP flagsJike Song2017-01-091-24/+15
* drm/i915/gvt/kvmgt: return meaningful error for vgpu creating failureJike Song2017-01-091-4/+10
* drm/i915/gvt: cleanup opregion memory allocation codeJike Song2017-01-092-6/+5
* drm/i915/gvt: destroy the allocated idr on vgpu creating failuresJike Song2017-01-091-1/+3
* drm/i915/gvt: init/destroy vgpu_idr properlyJike Song2017-01-091-1/+7
* drm/i915/gvt: dec vgpu->running_workload_num after the workload is really doneChangbin Du2017-01-091-5/+5
* drm/i915/gvt: fix use after free for workloadChangbin Du2017-01-091-2/+2
* drm/i915/gvt: remove duplicated definitionZhenyu Wang2017-01-091-7/+0
* drm/i915/gvt: adjust high memory size for default vGPU typeZhenyu Wang2017-01-091-2/+2
* drm/i915/gvt: print correct value for untracked mmioPei Zhang2017-01-091-15/+16
* drm/i915/gvt: always use readq and writeqChangbin Du2017-01-091-13/+2
* drm/i915/gvt: fix return value in mul_force_wake_writeChangbin Du2017-01-091-1/+1
* drm/i915/gvt: fix error handing of tlb_control emulationChangbin Du2017-01-091-4/+2
* drm/i915/gvt: verify functions types in new_mmio_info()Nicolas Iooss2017-01-091-2/+3
* Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-01-061-12/+12
|\
| * vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-301-9/+9
| * vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-301-1/+1
| * vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-1/+1
* | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-061-10/+1
|\ \
| * | swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-061-10/+1
* | | drm/i915: Prevent timeline updates whilst performing resetChris Wilson2017-01-031-1/+9
* | | drm/i915: Silence allocation failure during sg_trim()Chris Wilson2017-01-031-1/+1
OpenPOWER on IntegriCloud