summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-02-239-12/+499
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-0731-477/+559
| |\
| * | drm/i915: Enable VLV audio chicken bit for LPE audioTakashi Iwai2017-02-032-0/+8
| * | drm/i915: Pass platform device to LPE audio notifierTakashi Iwai2017-02-011-2/+1
| * | drm/i915: Pass pipe to LPE audio notificationTakashi Iwai2017-02-013-5/+6
| * | drm/i915: Avoid MST pipe handling for LPE audioTakashi Iwai2017-02-011-10/+11
| * | drm/i915: add DisplayPort amp unmute for LPE audio modePierre-Louis Bossart2017-02-012-0/+22
| * | drm/i915: add DP support in LPE audio modePierre-Louis Bossart2017-02-013-6/+23
| * | drm/i915: Add support for audio driver notificationsJerome Anand2017-01-254-0/+58
| * | drm/i915: setup bridge for HDMI LPE audio driverJerome Anand2017-01-258-2/+383
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \ \
| * | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
| |/ /
* | | 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
* | | 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