summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* drm/i915: pass dev_priv to intel_device_info_runtime_init()Jani Nikula2019-01-021-3/+2Star
* 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-131-1/+1
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-7/+7
* drm/i915: DFSM pipe disable is valid from gen9 onwards (v2)Bob Paauwe2018-12-121-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/+15Star
* 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/+1Star
* 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
* drm/i915: Update intel_device_info_runtime_init() parameterMichal Wajdeczko2017-12-221-3/+7
* drm/i915: Move intel_device_info definitions to its own headerMichal Wajdeczko2017-12-221-0/+1
* drm/i915: Convert intel_device_info_dump into pretty printerMichal Wajdeczko2017-12-191-12/+10Star
* drm/i915: Add pretty printer for device info flagsMichal Wajdeczko2017-12-191-4/+16
* drm/i915: make CS frequency read support missing more obviousLionel Landwerlin2017-12-141-1/+1
* drm/i915/cnl: only divide up base frequency with crystal sourceLionel Landwerlin2017-12-041-8/+8
* drm/i915: Remove pre-production pooled-EU w/a for BroxtonChris Wilson2017-11-151-10/+0Star
* drm/i915: fix 64bit divideLionel Landwerlin2017-11-141-15/+14Star
* drm/i915: expose command stream timestamp frequency to userspaceLionel Landwerlin2017-11-131-0/+107
* drm/i915/cnl: Symmetric scalers for each pipeMika Kahola2017-11-011-1/+4
* drm/i915/cnl: Add support slice/subslice/eu configsBen Widawsky2017-09-261-1/+36
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-1/+1
* drm/i915: Disable snooping (userptr, set-cache-level) on gen4Chris Wilson2017-09-071-2/+0Star
* drm/i915: Move device_info.has_snoop into the static tablesChris Wilson2017-09-061-1/+1
* drm/i915: Use HAS_PCH_CPT() everywhereVille Syrjälä2017-06-221-1/+1
* drm/i915/cfl: Introduce Coffee Lake platform definition.Rodrigo Vivi2017-06-081-0/+1
* drm/i915/cnl: Configure EU slice power gating.Rodrigo Vivi2017-06-071-4/+3Star
* drm/i915/cnl: Cannonlake has 4 planes (3 sprites) per pipeJames Irwin2017-06-071-1/+1
* drm/i915/cnl: Introduce Cannonlake platform defition.Rodrigo Vivi2017-06-071-0/+1
* drm/i915: Add support for sprites on g4xVille Syrjälä2017-05-101-1/+1