summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2016-12-14drm/i915: Add local 'fb' variablesVille Syrjälä1-14/+12
2016-12-09Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-7/+0
2016-12-08Merge tag 'drm-intel-next-fixes-2016-12-07' of git://anongit.freedesktop.org/...Dave Airlie10-50/+63
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter89-2759/+4385
2016-12-05drm/i915: Move priority bumping for flips earlierChris Wilson1-1/+1
2016-12-05drm/i915: Hold a reference on the request for its fence chainChris Wilson2-7/+32
2016-12-05drm/i915/audio: fix hdmi audio noise issueLibin Yang1-2/+5
2016-12-05drm/i915/debugfs: Increment return value of gt.next_seqnoChris Wilson1-1/+1
2016-12-05drm/i915/debugfs: Drop i915_hws_infoChris Wilson1-25/+0
2016-12-05drm/i915: Initialize dev_priv->atomic_cdclk_freq at init timeVille Syrjälä1-0/+1
2016-12-05drm/i915: Fix cdclk vs. dev_cdclk mess when not recomputing thingsVille Syrjälä1-3/+5
2016-12-05drm/i915: Make skl_write_{plane,cursor}_wm() staticVille Syrjälä1-7/+7
2016-12-05drm/i915: Complete requests in nop_submit_requestChris Wilson1-0/+2
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-1/+2
2016-12-02Merge tag 'gvt-next-2016-11-30' of https://github.com/01org/gvt-linux into dr...Jani Nikula3-4/+9
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-30drm/i915: drop the struct_mutex when wedged or trying to resetMatthew Auld1-1/+2
2016-11-30drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson1-2/+3
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie6-59/+59
2016-11-25drm/i915/gvt: fix lock not released bug for dispatch_workload() err pathZhenyu Wang1-4/+6
2016-11-24drm/i915/gvt: fix getting 64bit bar size errorXiaoguang Chen1-0/+2
2016-11-23drm/i915/gvt: fix missing init param.primaryDu, Changbin1-0/+1
2016-11-21drm/i915: Update DRIVER_DATE to 20161121Daniel Vetter1-2/+2
2016-11-18drm/i915: Skip final clflush if LLC is coherentChris Wilson1-1/+2
2016-11-18drm/i915: Always flush the dirty CPU cache when pinning the scanoutChris Wilson2-11/+13
2016-11-18drm/i915: Don't touch NULL sg on i915_gem_object_get_pages_gtt() errorChris Wilson1-2/+3
2016-11-18drm/i915: Check that each request phase is completed before retiringChris Wilson1-0/+2
2016-11-18drm/i915: i915_pages_create_for_stolen should return err ptrMatthew Auld1-2/+2
2016-11-18drm/i915: Enable support for nonblocking modesetMaarten Lankhorst1-9/+0
2016-11-18drm/i915: Be more careful to drop the GT wakerefChris Wilson1-8/+9
2016-11-18drm/i915: Move frontbuffer CS write tracking from ggtt vma to objectChris Wilson7-20/+19
2016-11-18drm/i915: Only dump dp_m2_n2 configuration when drrs is usedTvrtko Ursulin1-3/+4
2016-11-17drm/i915: don't leak global_timelineMatthew Auld1-0/+5
2016-11-17drm/i915: add i915_address_space_finiMatthew Auld1-6/+12
2016-11-17drm/i915: Add a few more sanity checks for stolen handlingChris Wilson1-8/+8
2016-11-17drm/i915: Waterproof verification of gen9 forcewake table rangesTvrtko Ursulin1-0/+2
2016-11-17drm/i915: Introduce enableddisabled helperTvrtko Ursulin6-18/+17
2016-11-17drm/i915: Only dump possible panel fitter config for the platformTvrtko Ursulin1-8/+12
2016-11-17drm/i915: Only dump scaler config where supportedTvrtko Ursulin1-16/+18
2016-11-17drm/i915: Compact a few pipe config debug linesTvrtko Ursulin1-8/+7
2016-11-17drm/i915: Don't log pipe config kernel pointer and duplicated pipe nameTvrtko Ursulin1-3/+2
2016-11-17drm/i915: Dump FDI config only where applicableTvrtko Ursulin1-13/+13
2016-11-17drm/i915: Extract intel_link_m_n config printing into a helperTvrtko Ursulin1-15/+17
2016-11-17drm/i915: Remove stolen object spamChris Wilson1-3/+1
2016-11-17drm/i915: Demote i915_gem_open() debugging from DRIVER to USERChris Wilson1-1/+1
2016-11-17drm/i915: Make scaler updates less chattyTvrtko Ursulin1-10/+0
2016-11-17drm/i915: Remove __I915__ magic macroTvrtko Ursulin1-12/+7
2016-11-17drm/i915: Fix for_each_pipe argument in vlv_display_power_well_initTvrtko Ursulin1-1/+1
2016-11-17drm/i915: dev_priv cleanup in intel_display.cTvrtko Ursulin3-97/+75
2016-11-17drm/i915: dev_priv cleanup in intel_pm.cTvrtko Ursulin1-32/+35