index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_device_info.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-03
drm/i915: Fix uninitialized mask in intel_device_info_subplatform_init
Tvrtko Ursulin
1
-1
/
+1
2019-04-01
drm/i915: Introduce concept of a sub-platform
Tvrtko Ursulin
1
-0
/
+93
2019-03-26
drm/i915: Adding missing '; ' to ENGINE_INSTANCES
Chris Wilson
1
-2
/
+6
2019-03-25
drm/i915: stop storing the media fuse
Daniele Ceraolo Spurio
1
-7
/
+9
2019-03-22
drm/i915/ehl: Set proper eu slice/subslice parameters for EHL
Bob Paauwe
1
-3
/
+9
2019-03-22
drm/i915/ehl: Add ElkhartLake platform
Bob Paauwe
1
-0
/
+1
2019-03-15
drm/i915: Record platform specific ppGTT size in intel_device_info
Chris Wilson
1
-1
/
+1
2019-03-13
drm/i915/gen11+: First assume next platforms will inherit stuff
Rodrigo Vivi
1
-1
/
+1
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-3
/
+3
2019-01-07
drm/i915: Fixup kerneldoc for intel_device_info_runtime_init
Chris Wilson
1
-1
/
+1
2019-01-02
drm/i915: drop intel_device_info_dump()
Jani Nikula
1
-15
/
+0
2019-01-02
drm/i915: pass dev_priv to intel_device_info_runtime_init()
Jani Nikula
1
-3
/
+2
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
1
-30
/
+30
2018-12-13
drm/i915/icl: Record the valid VDBoxes with SFC capability
Oscar Mateo
1
-1
/
+10
2018-12-12
drm/i915: merge gen checks to use range
Lucas De Marchi
1
-1
/
+1
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-7
/
+7
2018-12-11
drm/i915: DFSM pipe disable is valid from gen9 onwards (v2)
Bob Paauwe
1
-1
/
+1
2018-12-03
drm/i915: Move display device info capabilities to its own struct
José Roberto de Souza
1
-0
/
+4
2018-12-03
drm/i915: Add HAS_DISPLAY() and use it
José Roberto de Souza
1
-2
/
+2
2018-11-12
drm/i915: fix broadwell EU computation
Lionel Landwerlin
1
-1
/
+1
2018-10-29
drm/i915: Prefer IS_GEN<n> check with bitmask.
Rodrigo Vivi
1
-3
/
+3
2018-10-26
drm/i915/icl: Store available engine masks in INTEL_INFO
Tvrtko Ursulin
1
-18
/
+15
2018-10-24
drm/i915/gen11: Enable 6 sprites on gen11
Maarten Lankhorst
1
-9
/
+13
2018-09-27
drm/i915: Remove i915.enable_ppgtt override
Chris Wilson
1
-0
/
+5
2018-09-26
drm/i915: Convert to BITS_PER_TYPE
Chris Wilson
1
-2
/
+1
2018-07-06
drm/i915: Record logical context support in driver caps
Chris Wilson
1
-0
/
+2
2018-04-26
drm/i915: prefer INTEL_GEN() over INTEL_INFO()->gen
Jani Nikula
1
-1
/
+1
2018-03-28
drm/i915/gen11: add support for reading the timestamp frequency
Paulo Zanoni
1
-16
/
+55
2018-03-23
drm/i915: Skip logging impossible slices
Tvrtko Ursulin
1
-4
/
+4
2018-03-21
drm/i915/icl: Added ICL 11 slice, subslice and EU fuse detection
Kelvin Gardiner
1
-1
/
+42
2018-03-20
drm/i915/icl: Check for fused-off VDBOX and VEBOX instances
Oscar Mateo
1
-0
/
+47
2018-03-08
drm/i915/debugfs: add rcs topology entry
Lionel Landwerlin
1
-0
/
+24
2018-03-08
drm/i915/debugfs: reuse max slice/subslices already stored in sseu
Lionel Landwerlin
1
-1
/
+1
2018-03-08
drm/i915: store all subslice masks
Lionel Landwerlin
1
-51
/
+157
2018-03-01
drm/i915/icl: Prepare for more rings
Tvrtko Ursulin
1
-0
/
+3
2018-02-22
drm/i915/hsw: add missing disabled EUs registers reads
Lionel Landwerlin
1
-1
/
+56
2018-02-08
drm/i915: Move the scheduler feature bits into the purview of the engines
Chris Wilson
1
-0
/
+6
2018-01-19
drm/i915/icl: Add initial Icelake definitions.
Rodrigo Vivi
1
-0
/
+1
2017-12-22
drm/i915: Add pretty printer for runtime part of intel_device_info
Michal Wajdeczko
1
-18
/
+26
2017-12-22
drm/i915: Update intel_device_info_runtime_init() parameter
Michal Wajdeczko
1
-3
/
+7
2017-12-22
drm/i915: Move intel_device_info definitions to its own header
Michal Wajdeczko
1
-0
/
+1
2017-12-19
drm/i915: Convert intel_device_info_dump into pretty printer
Michal Wajdeczko
1
-12
/
+10
2017-12-19
drm/i915: Add pretty printer for device info flags
Michal Wajdeczko
1
-4
/
+16
2017-12-14
drm/i915: make CS frequency read support missing more obvious
Lionel Landwerlin
1
-1
/
+1
2017-12-04
drm/i915/cnl: only divide up base frequency with crystal source
Lionel Landwerlin
1
-8
/
+8
2017-11-15
drm/i915: Remove pre-production pooled-EU w/a for Broxton
Chris Wilson
1
-10
/
+0
2017-11-14
drm/i915: fix 64bit divide
Lionel Landwerlin
1
-15
/
+14
2017-11-13
drm/i915: expose command stream timestamp frequency to userspace
Lionel Landwerlin
1
-0
/
+107
2017-11-01
drm/i915/cnl: Symmetric scalers for each pipe
Mika Kahola
1
-1
/
+4
2017-09-26
drm/i915/cnl: Add support slice/subslice/eu configs
Ben Widawsky
1
-1
/
+36
[next]