summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-12-13130-9725/+30257
|\
| * Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-12-091-7/+0
| |\
| | * Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-12-0689-2759/+4385
| | |\
| | * | drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
| * | | Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie2016-12-0810-50/+63
| |\ \ \ | | |_|/ | |/| |
| | * | drm/i915: Move priority bumping for flips earlierChris Wilson2016-12-051-1/+1
| | * | drm/i915: Hold a reference on the request for its fence chainChris Wilson2016-12-052-7/+32
| | * | drm/i915/audio: fix hdmi audio noise issueLibin Yang2016-12-051-2/+5
| | * | drm/i915/debugfs: Increment return value of gt.next_seqnoChris Wilson2016-12-051-1/+1
| | * | drm/i915/debugfs: Drop i915_hws_infoChris Wilson2016-12-051-25/+0
| | * | drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä2016-12-051-0/+1
| | * | drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä2016-12-051-3/+5
| | * | drm/i915: Make skl_write_{plane,cursor}_wm() staticVille Syrjälä2016-12-051-7/+7
| | * | drm/i915: Complete requests in nop_submit_requestChris Wilson2016-12-051-0/+2
| | * | Merge tag 'gvt-next-2016-11-30' of https://github.com/01org/gvt-linux into dr...Jani Nikula2016-12-023-4/+9
| | |\ \
| | | * | drm/i915/gvt: fix lock not released bug for dispatch_workload() err pathZhenyu Wang2016-11-251-4/+6
| | | * | drm/i915/gvt: fix getting 64bit bar size errorXiaoguang Chen2016-11-241-0/+2
| | | * | drm/i915/gvt: fix missing init param.primaryDu, Changbin2016-11-231-0/+1
| * | | | Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-1/+2
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie2016-11-306-59/+59
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | drm: Nuke modifier[1-3]Ville Syrjälä2016-11-176-59/+59
| * | | | drm/i915: Update DRIVER_DATE to 20161121Daniel Vetter2016-11-211-2/+2
| * | | | drm/i915: Skip final clflush if LLC is coherentChris Wilson2016-11-181-1/+2
| * | | | drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson2016-11-182-11/+13
| * | | | drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson2016-11-181-2/+3
| * | | | drm/i915: Check that each request phase is completed before retiringChris Wilson2016-11-181-0/+2
| * | | | drm/i915: i915_pages_create_for_stolen should return err ptrMatthew Auld2016-11-181-2/+2
| * | | | drm/i915: Enable support for nonblocking modesetMaarten Lankhorst2016-11-181-9/+0
| * | | | drm/i915: Be more careful to drop the GT wakerefChris Wilson2016-11-181-8/+9
| * | | | drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson2016-11-187-20/+19
| * | | | drm/i915: Only dump dp_m2_n2 configuration when drrs is usedTvrtko Ursulin2016-11-181-3/+4
| * | | | drm/i915: don't leak global_timelineMatthew Auld2016-11-171-0/+5
| * | | | drm/i915: add i915_address_space_finiMatthew Auld2016-11-171-6/+12
| * | | | drm/i915: Add a few more sanity checks for stolen handlingChris Wilson2016-11-171-8/+8
| * | | | drm/i915: Waterproof verification of gen9 forcewake table rangesTvrtko Ursulin2016-11-171-0/+2
| * | | | drm/i915: Introduce enableddisabled helperTvrtko Ursulin2016-11-176-18/+17
| * | | | drm/i915: Only dump possible panel fitter config for the platformTvrtko Ursulin2016-11-171-8/+12
| * | | | drm/i915: Only dump scaler config where supportedTvrtko Ursulin2016-11-171-16/+18
| * | | | drm/i915: Compact a few pipe config debug linesTvrtko Ursulin2016-11-171-8/+7
| * | | | drm/i915: Don't log pipe config kernel pointer and duplicated pipe nameTvrtko Ursulin2016-11-171-3/+2
| * | | | drm/i915: Dump FDI config only where applicableTvrtko Ursulin2016-11-171-13/+13
| * | | | drm/i915: Extract intel_link_m_n config printing into a helperTvrtko Ursulin2016-11-171-15/+17
| * | | | drm/i915: Remove stolen object spamChris Wilson2016-11-171-3/+1
| * | | | drm/i915: Demote i915_gem_open() debugging from DRIVER to USERChris Wilson2016-11-171-1/+1
| * | | | drm/i915: Make scaler updates less chattyTvrtko Ursulin2016-11-171-10/+0
| * | | | drm/i915: Remove __I915__ magic macroTvrtko Ursulin2016-11-171-12/+7
| * | | | drm/i915: Fix for_each_pipe argument in vlv_display_power_well_initTvrtko Ursulin2016-11-171-1/+1
| * | | | drm/i915: dev_priv cleanup in intel_display.cTvrtko Ursulin2016-11-173-97/+75
| * | | | drm/i915: dev_priv cleanup in intel_pm.cTvrtko Ursulin2016-11-171-32/+35
| * | | | drm/i915: dev_priv cleanup in intel_dp.cTvrtko Ursulin2016-11-173-19/+15