aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-11-21Merge tag 'drm-hisilicon-next-2016-11-17' of http://github.com/zourongrong/li...Dave Airlie11-0/+2230
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-18vgaarb: Downgrade userspace-triggerable messages to debugBjorn Helgaas1-5/+5
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-18vgaarb: Use dev_printk() when possibleBjorn Helgaas1-31/+35
2016-11-18drm: document standard connector propertiesDaniel Vetter1-0/+44
2016-11-18Merge tag 'drm-intel-fixes-2016-11-17' of ssh://git.freedesktop.org/git/drm-i...Dave Airlie5-20/+33
2016-11-18Revert "drm/mediatek: set vblank_disable_allowed to true"Dave Airlie1-1/+0
2016-11-18Revert "drm/mediatek: fix a typo of OD_CFG to OD_RELAYMODE"Dave Airlie1-1/+1
2016-11-18drm/i2c: tda998x: fix spelling mistakeColin Ian King1-1/+1
2016-11-18drm/i2c: tda998x: allow sharing of the CEC device accessesRussell King1-19/+34
2016-11-18drm/i2c: tda998x: allow interrupt to be sharedRussell King1-25/+27
2016-11-18drm/i2c: tda998x: power down pre-filter and color conversionRussell King1-0/+4
2016-11-18drm/i2c: tda998x: switch to boolean is_onRussell King1-13/+10
2016-11-18drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()Russell King1-14/+8
2016-11-18drm/i2c: tda998x: group audio functions togetherRussell King1-137/+139
2016-11-18drm/i2c: tda998x: separate connector initialisationRussell King1-20/+26
2016-11-18drm/i2c: tda998x: group connector functions and funcs togetherRussell King1-174/+176
2016-11-18drm/i2c: tda998x: move and rename tda998x_encoder_set_config()Russell King1-20/+20
2016-11-18drm/i2c: tda998x: correct function name in commentsRussell King1-2/+2
2016-11-18drm/i2c: tda998x: only enable audio if supported by sinkRussell King1-3/+24
2016-11-18drm/i2c: tda998x: only configure infoframes and audio if supportedRussell King1-5/+19
2016-11-18drm/i2c: tda998x: avoid race when programming audioRussell King1-2/+2
2016-11-18drm/i2c: tda998x: avoid racy access to mode clockRussell King1-14/+11
2016-11-18drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()Russell King1-4/+3
2016-11-17drm/i2c: tda998x: move audio mutex initialisationRussell King1-2/+2
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