summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/tgl: add support for reading the timestamp frequencyMichel Thierry2019-08-201-1/+1
* drm/i915/tgl: Report valid VDBoxes with SFC capabilityMichel Thierry2019-08-201-1/+2
* drm/i915/tgl: Check if pipe D is fusedJosé Roberto de Souza2019-07-111-0/+3
* drm/i915/tgl: add initial Tiger Lake definitionsDaniele Ceraolo Spurio2019-07-111-0/+1
* drm/i915: rework reading pipe disable fusesLucas De Marchi2019-06-281-23/+13
* drm/i915: Kill INTEL_SUBPLATFORM_AMLVille Syrjälä2019-06-121-6/+0
* drm/i915: Add missing commas to the end of the subplatform ID arraysVille Syrjälä2019-06-121-4/+4
* Revert "drm/i915: Expand subslice mask"Jani Nikula2019-05-291-56/+66
* drm/i915: Expand subslice maskStuart Summers2019-05-281-66/+56
* drm/i915: Refactor sseu helper functionsStuart Summers2019-05-281-11/+49
* drm/i915: Move calculation of subslices per slice to new functionStuart Summers2019-05-281-2/+2
* drm/i915: Fix uninitialized mask in intel_device_info_subplatform_initTvrtko Ursulin2019-04-031-1/+1
* drm/i915: Introduce concept of a sub-platformTvrtko Ursulin2019-04-011-0/+93
* drm/i915: Adding missing '; ' to ENGINE_INSTANCESChris Wilson2019-03-261-2/+6
* drm/i915: stop storing the media fuseDaniele Ceraolo Spurio2019-03-251-7/+9
* drm/i915/ehl: Set proper eu slice/subslice parameters for EHLBob Paauwe2019-03-221-3/+9
* drm/i915/ehl: Add ElkhartLake platformBob Paauwe2019-03-221-0/+1
* drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson2019-03-151-1/+1
* drm/i915/gen11+: First assume next platforms will inherit stuffRodrigo Vivi2019-03-131-1/+1
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-3/+3
* drm/i915: Fixup kerneldoc for intel_device_info_runtime_initChris Wilson2019-01-071-1/+1
* drm/i915: drop intel_device_info_dump()Jani Nikula2019-01-021-15/+0
* drm/i915: pass dev_priv to intel_device_info_runtime_init()Jani Nikula2019-01-021-3/+2
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-30/+30
* drm/i915/icl: Record the valid VDBoxes with SFC capabilityOscar Mateo2018-12-131-1/+10
* drm/i915: merge gen checks to use rangeLucas De Marchi2018-12-121-1/+1
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-121-7/+7
* drm/i915: DFSM pipe disable is valid from gen9 onwards (v2)Bob Paauwe2018-12-111-1/+1
* drm/i915: Move display device info capabilities to its own structJosé Roberto de Souza2018-12-031-0/+4
* drm/i915: Add HAS_DISPLAY() and use itJosé Roberto de Souza2018-12-031-2/+2
* drm/i915: fix broadwell EU computationLionel Landwerlin2018-11-121-1/+1
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-291-3/+3
* drm/i915/icl: Store available engine masks in INTEL_INFOTvrtko Ursulin2018-10-261-18/+15
* drm/i915/gen11: Enable 6 sprites on gen11Maarten Lankhorst2018-10-241-9/+13
* drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-0/+5
* drm/i915: Convert to BITS_PER_TYPEChris Wilson2018-09-261-2/+1
* drm/i915: Record logical context support in driver capsChris Wilson2018-07-061-0/+2
* drm/i915: prefer INTEL_GEN() over INTEL_INFO()->genJani Nikula2018-04-261-1/+1
* drm/i915/gen11: add support for reading the timestamp frequencyPaulo Zanoni2018-03-281-16/+55
* drm/i915: Skip logging impossible slicesTvrtko Ursulin2018-03-231-4/+4
* drm/i915/icl: Added ICL 11 slice, subslice and EU fuse detectionKelvin Gardiner2018-03-211-1/+42
* drm/i915/icl: Check for fused-off VDBOX and VEBOX instancesOscar Mateo2018-03-201-0/+47
* drm/i915/debugfs: add rcs topology entryLionel Landwerlin2018-03-081-0/+24
* drm/i915/debugfs: reuse max slice/subslices already stored in sseuLionel Landwerlin2018-03-081-1/+1
* drm/i915: store all subslice masksLionel Landwerlin2018-03-081-51/+157
* drm/i915/icl: Prepare for more ringsTvrtko Ursulin2018-03-011-0/+3
* drm/i915/hsw: add missing disabled EUs registers readsLionel Landwerlin2018-02-221-1/+56
* drm/i915: Move the scheduler feature bits into the purview of the enginesChris Wilson2018-02-081-0/+6
* drm/i915/icl: Add initial Icelake definitions.Rodrigo Vivi2018-01-191-0/+1
* drm/i915: Add pretty printer for runtime part of intel_device_infoMichal Wajdeczko2017-12-221-18/+26