aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-02drm/i915: sseu: Use sseu_dev_info in device infoImre Deak1-50/+52
2016-07-05drm/i915: Split out runtime configuration of device info to its own fileChris Wilson1-0/+388