summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Give up on kgdb for atomic driversDaniel Vetter2017-04-061-12/+0
* drm/i915: Nuke intel_atomic_legacy_gamma_setDaniel Vetter2017-04-051-43/+1
* drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctxDaniel Vetter2017-04-052-3/+3
* Merge tag 'topic/synopsys-media-formats-2017-04-03' of git://anongit.freedesk...Sean Paul2017-04-047-6/+28
|\
| * drm/i915: Restore marking context objects as dirty on pinningChris Wilson2017-03-271-0/+2
| * Merge tag 'gvt-fixes-2017-03-23' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-03-276-6/+26
| |\
| | * drm/i915/gvt: Use force single submit flag to distinguish gvt request from i9...Changbin Du2017-03-221-1/+6
| | * drm/i915/gvt: set shadow entry to scratch page while p2m failedXiaoguang Chen2017-03-211-2/+6
| | * drm/i915/gvt: Fix guest fail to read EDID leading to black guest console issue.Xu Han2017-03-211-1/+2
| | * drm/i915/gvt: fix wrong offset when loading RCS mocsChuanxiao Dong2017-03-211-1/+1
| | * drm/i915/gvt: add write handler for mmio mbctlPei Zhang2017-03-201-1/+9
| | * drm/i915/kvmgt: Hold struct kvm referenceAlex Williamson2017-03-201-0/+2
* | | Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-033-23/+6
|\ \ \
| * | | Revert unrelated part of "drm: simplify the locking in the GETCRTC ioctl"Maarten Lankhorst2017-03-301-5/+0
| * | | drm: simplify the locking in the GETCRTC ioctlDaniel Vetter2017-03-291-0/+5
| * | | drm: Add acquire ctx parameter to ->update_planeDaniel Vetter2017-03-291-2/+3
| * | | drm/atomic: Introduce drm_atomic_helper_shutdownDaniel Vetter2017-03-271-19/+1
| * | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux into d...Daniel Vetter2017-03-23146-10108/+21635
| |\ \ \
| * | | | drm/dp: Split drm_dp_mst_allocate_vcpiPandiyan, Dhinakaran2017-03-221-2/+2
| * | | | Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-1416-20/+513
| |\ \ \ \
* | | | | | drm/i915/gvt: fix error return check for copy_gma_to_hva()Zhenyu Wang2017-03-291-4/+4
* | | | | | Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie2017-03-2816-182/+273
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | drm/i915: make context status notifier head be per engineChangbin Du2017-03-217-32/+27
| * | | | drm/i915: Avoid rcu_barrier() from reclaim paths (shrinker)Chris Wilson2017-03-211-1/+1
| * | | | Merge tag 'gvt-fixes-2017-03-17' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-03-2015-178/+268
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | drm/i915/gvt: Fix gvt scheduler interval timeZhenyu Wang2017-03-171-2/+2
| | * | | drm/i915/gvt: GVT pin/unpin shadow contextChuanxiao Dong2017-03-171-0/+27
| | * | | drm/i915/gvt: scan shadow indirect context image when validTina Zhang2017-03-171-3/+6
| | * | | drm/i915/kvmgt: fix suspicious rcu dereference usageChangbin Du2017-03-171-1/+3
| | * | | drm/i915/gvt: add enable_execlists check before enable gvtChuanxiao Dong2017-03-171-0/+5
| | * | | drm/i915/gvt: Remove bogus retry around i915_wait_requestChris Wilson2017-03-171-13/+1
| | * | | drm/i915/gvt: correct the ggtt valid bit check in pipe control commandYulei Zhang2017-03-171-1/+1
| | * | | drm/i915/gvt: replace the gvt_err with gvt_vgpu_errTina Zhang2017-03-1712-158/+180
| | * | | drm/i915/gvt: handle force-nonpriv registers, cmd parser partZhao Yan2017-03-173-0/+43
| * | | | drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarksVille Syrjälä2017-03-161-6/+3
| * | | | drm/i915/glk: Remove MODULE_FIRMWARE() tag from Geminilake's DMCAnder Conselvan de Oliveira2017-03-151-1/+0
| * | | | drm/i915: Reject HDMI 12bpc if the sink doesn't indicate supportVille Syrjälä2017-03-141-3/+21
| * | | | drm/i915: Always call i915_gem_reset_finish() following i915_gem_reset_prepare()Chris Wilson2017-03-141-1/+1
| * | | | drm/i915: Stop using RP_DOWN_EI on BaytrailChris Wilson2017-03-143-48/+32
| * | | | drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-03-144-57/+3
| * | | | drm/i915: Only enable hotplug interrupts if the display interrupts are enabledChris Wilson2017-03-142-6/+18
| * | | | drm/i915: Disable engine->irq_tasklet around resetsChris Wilson2017-03-141-0/+15
| * | | | drm/i915: Split GEM resetting into 3 phasesChris Wilson2017-03-143-2/+9
| |/ / /
* | | | BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-2314-256/+686
|\ \ \ \ | |/ / /
| * | | drm/i915: Fix forcewake active domain trackingTvrtko Ursulin2017-03-131-7/+6
| * | | drm/i915: Nuke skl_update_plane debug message from the pipe update critical s...Maarten Lankhorst2017-03-131-3/+0
| * | | drm/i915: use correct node for handling cache domain evictionMatthew Auld2017-03-131-4/+4
| * | | drm/i915: Drain the freed state from the tail of the next commitChris Wilson2017-03-091-13/+21
| * | | drm/i915: Nuke debug messages from the pipe update critical sectionVille Syrjälä2017-03-091-11/+1
| * | | drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctlChris Wilson2017-03-092-0/+81
OpenPOWER on IntegriCloud