summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-15drm/i915/selftests: Increase size for mock ringbufferChris Wilson1-1/+3
2017-11-15drm/i915: Initialise entry in intel_ppat_get() for older compilersChris Wilson1-2/+2
2017-11-15drm/i915/selftests: Markup __iomem for igt_gem_coherencyChris Wilson1-8/+8
2017-11-15drm/i915: Use ELK stolen memory reserved detection for ILKVille Syrjälä1-7/+11
2017-11-15drm/i915: Make the report about a bogus stolen reserved area an errorVille Syrjälä1-3/+3
2017-11-15drm/i915: Check if the stolen memory "reserved" area is enabled or notVille Syrjälä2-0/+32
2017-11-15drm/i915: Fix kerneldocs for intel_audio.cVille Syrjälä1-2/+2
2017-11-15drm/i915: Call uncore_suspend before platform suspend handlersHans de Goede1-2/+4
2017-11-15drm/i915: Re-register PMIC bus access notifier on runtime resumeHans de Goede3-0/+9
2017-11-15drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access...Hans de Goede1-0/+7
2017-11-15drm/i915/selftests: Always initialise errChris Wilson6-11/+11
2017-11-15drm/i915: Resume GuC before using GEMChris Wilson2-2/+2
2017-11-14drm/i915: Display WA #1185 WaDisableDARBFClkGating:cnl, glkRodrigo Vivi2-9/+19
2017-11-14Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi941-23231/+34012
2017-11-14drm/i915: Unconditionally apply the Broxton register workaround setChris Wilson1-17/+12
2017-11-14drm/i915: Remove pre-production Broxton register workaroundsChris Wilson1-55/+1
2017-11-14drm/i915: Unify SLICE_UNIT_LEVEL_CLKGATE w/a for cnlChris Wilson2-6/+5
2017-11-14drm/i915: fix 64bit divideLionel Landwerlin4-19/+18
2017-11-14drm/i915: Generalize transcoder loopingMika Kahola1-4/+6
2017-11-14drm/i915/glk: Refactor handling of PLANE_COLOR_CTL for GLK+James Ausmus4-25/+76
2017-11-14drm/i915: Introduce GEM proxyTina Zhang3-4/+47
2017-11-14drm/i915: Object w/o backing storage is banned by -ENXIOTina Zhang1-1/+1
2017-11-14drm/i915: Fix function name in commentLucas De Marchi1-1/+1
2017-11-14Merge tag 'exynos-drm-next-for-v4.15' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie6-321/+476
2017-11-13Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd...Dave Airlie2-27/+4
2017-11-13Merge tag 'drm-misc-fixes-2017-11-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-8/+6
2017-11-13Merge tag 'drm-intel-next-fixes-2017-11-10' of git://anongit.freedesktop.org/...Dave Airlie12-52/+133
2017-11-13Merge tag 'drm-misc-fixes-2017-11-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie7-51/+71
2017-11-13drm/i915: There is only one fault register from GEN8 onwardsMichel Thierry3-18/+49
2017-11-13drm/i915: Clear per-engine fault register as early as possibleMichel Thierry2-2/+2
2017-11-13drm/i915: expose command stream timestamp frequency to userspaceLionel Landwerlin5-0/+135
2017-11-13drm/i915/perf: enable perf support on CNLLionel Landwerlin5-2/+202
2017-11-13drm/i915: fix register namingLionel Landwerlin1-2/+2
2017-11-13drm/i915/perf: refactor perf setupLionel Landwerlin1-23/+25
2017-11-13drm/i915/perf: add support for Coffeelake GT3Lionel Landwerlin5-1/+150
2017-11-13drm/i915/perf: complete whitelisting for OA programming on HSWLionel Landwerlin2-1/+16
2017-11-13drm/i915: Handle locking better in i915_sink_crc.Maarten Lankhorst1-8/+32
2017-11-13drm/i915: Handle adjust better in intel_pipe_config_compareMaarten Lankhorst1-2/+22
2017-11-13drm/i915: Check boolean options in intel_pipe_config_compare with its own macroMaarten Lankhorst1-10/+20
2017-11-13drm/i915: Remove bogus ips_enabled check.Maarten Lankhorst1-8/+0
2017-11-13drm/rockchip: analogix_dp: Use mutex rather than spinlockEmil Renner Berthing1-8/+6
2017-11-12drm/i915: Remove Gen9 WAs with no effectOscar Mateo2-6/+0
2017-11-12drm/i915: Remove redundant intel_autoenable_gt_powersave()Chris Wilson5-86/+24
2017-11-11drm/i915: Update watermark state correctly in sanitize_watermarksMaarten Lankhorst1-0/+2
2017-11-11drm/i915/selftests: Yet another forgotten mock_i915->mm initialiserChris Wilson3-17/+18
2017-11-10drm/i915: Kerneldoc typo s/rps/rps_client/Chris Wilson1-1/+1
2017-11-10drm/i915: Stop caching the "golden" renderstateChris Wilson7-109/+54
2017-11-10drm/i915: Record the default hw state after reset upon loadChris Wilson10-73/+209
2017-11-10drm/i915: Mark the context state as dirty/writtenChris Wilson2-11/+27
2017-11-10drm/i915: Inline intel_modeset_gem_init()Chris Wilson3-9/+1