aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-26drm/i915: prefer INTEL_GEN() over INTEL_INFO()->genJani Nikula1-1/+1
2018-03-28drm/i915/gen11: add support for reading the timestamp frequencyPaulo Zanoni1-16/+55
2018-03-23drm/i915: Skip logging impossible slicesTvrtko Ursulin1-4/+4
2018-03-21drm/i915/icl: Added ICL 11 slice, subslice and EU fuse detectionKelvin Gardiner1-1/+42
2018-03-20drm/i915/icl: Check for fused-off VDBOX and VEBOX instancesOscar Mateo1-0/+47
2018-03-08drm/i915/debugfs: add rcs topology entryLionel Landwerlin1-0/+24
2018-03-08drm/i915/debugfs: reuse max slice/subslices already stored in sseuLionel Landwerlin1-1/+1
2018-03-08drm/i915: store all subslice masksLionel Landwerlin1-51/+157
2018-03-01drm/i915/icl: Prepare for more ringsTvrtko Ursulin1-0/+3
2018-02-22drm/i915/hsw: add missing disabled EUs registers readsLionel Landwerlin1-1/+56
2018-02-08drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson1-0/+6
2018-01-19drm/i915/icl: Add initial Icelake definitions.Rodrigo Vivi1-0/+1
2017-12-22drm/i915: Add pretty printer for runtime part of intel_device_infoMichal Wajdeczko1-18/+26
2017-12-22drm/i915: Update intel_device_info_runtime_init() parameterMichal Wajdeczko1-3/+7
2017-12-22drm/i915: Move intel_device_info definitions to its own headerMichal Wajdeczko1-0/+1
2017-12-19drm/i915: Convert intel_device_info_dump into pretty printerMichal Wajdeczko1-12/+10
2017-12-19drm/i915: Add pretty printer for device info flagsMichal Wajdeczko1-4/+16
2017-12-14drm/i915: make CS frequency read support missing more obviousLionel Landwerlin1-1/+1
2017-12-04drm/i915/cnl: only divide up base frequency with crystal sourceLionel Landwerlin1-8/+8
2017-11-15drm/i915: Remove pre-production pooled-EU w/a for BroxtonChris Wilson1-10/+0
2017-11-14drm/i915: fix 64bit divideLionel Landwerlin1-15/+14
2017-11-13drm/i915: expose command stream timestamp frequency to userspaceLionel Landwerlin1-0/+107
2017-11-01drm/i915/cnl: Symmetric scalers for each pipeMika Kahola1-1/+4
2017-09-26drm/i915/cnl: Add support slice/subslice/eu configsBen Widawsky1-1/+36
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-1/+1
2017-09-07drm/i915: Disable snooping (userptr, set-cache-level) on gen4Chris Wilson1-2/+0
2017-09-06drm/i915: Move device_info.has_snoop into the static tablesChris Wilson1-1/+1
2017-06-22drm/i915: Use HAS_PCH_CPT() everywhereVille Syrjälä1-1/+1
2017-06-08drm/i915/cfl: Introduce Coffee Lake platform definition.Rodrigo Vivi1-0/+1
2017-06-07drm/i915/cnl: Configure EU slice power gating.Rodrigo Vivi1-4/+3
2017-06-07drm/i915/cnl: Cannonlake has 4 planes (3 sprites) per pipeJames Irwin1-1/+1
2017-06-07drm/i915/cnl: Introduce Cannonlake platform defition.Rodrigo Vivi1-0/+1
2017-05-10drm/i915: Add support for sprites on g4xVille Syrjälä1-1/+1
2017-03-17drm/i915/glk: Enable pooled EUs for GeminilakeAnder Conselvan de Oliveira1-4/+5
2017-03-01drm/i915: use BUILD_BUG_ON to ensure platform name has been set upJani Nikula1-0/+2
2017-02-16drm/i915/bxt: remove snooping workaround on old A revisionsJani Nikula1-4/+0
2017-02-08drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0)Joonas Lahtinen1-1/+1
2017-01-10drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry1-1/+1
2017-01-03drm/i915: Initialize num_scalers for skl and glk tooAnder Conselvan de Oliveira1-3/+6
2017-01-02drm/i915: Move number of scalers initialization to runtime initNabendu Maiti1-0/+3
2016-12-07drm/i915: give G45 and GM45 their own platform enumsJani Nikula1-1/+2
2016-12-07drm/i915: rename BROADWATER and CRESTLINE to I965G and I965GM, respectivelyJani Nikula1-2/+2
2016-12-07drm/i915: replace platform flags with a platform enumJani Nikula1-1/+40
2016-12-02drm/i915/glk: Configure number of sprite planes properlyAnder Conselvan de Oliveira1-1/+4
2016-10-31drm/i915: Don't try to initialize sprite planes on pre-ilkVille Syrjälä1-2/+3
2016-10-05drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen1-11/+5
2016-10-04drm/i915: workaround sparse warning on variable length arraysJani Nikula1-1/+1
2016-09-02drm/i915: sseu: Add debug printf for slice/subslice masksImre Deak1-0/+2
2016-09-02drm/i915: sseu: Convert subslice count fields to subslice maskImre Deak1-36/+33
2016-09-02drm/i915: sseu: Convert slice count field to maskImre Deak1-15/+14