index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_workarounds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-01
drm/i915/adl_s: Add GT and CTX WAs for ADL-S
Aditya Swarup
1
-13
/
+21
2021-01-20
drm/i915/adl_s: Add ADL-S platform info and PCI ids
Caz Yokoyama
1
-0
/
+8
2021-01-20
drm/i915/tgl: Use TGL stepping info for applying WAs
Aditya Swarup
1
-13
/
+13
2021-01-14
drm/i915/gt: Rearrange ivb workarounds
Chris Wilson
1
-71
/
+47
2021-01-14
drm/i915/gt: Rearrange vlv workarounds
Chris Wilson
1
-44
/
+51
2021-01-09
drm/i915/gt: Mark up a debug-only function
Chris Wilson
1
-0
/
+1
2021-01-04
drm/i915/gt: Rearrange hsw workarounds
Chris Wilson
1
-25
/
+29
2021-01-04
drm/i915/gt: Rearrange snb workarounds
Chris Wilson
1
-34
/
+33
2021-01-01
drm/i915: Clarify error message on failed workaround
Matt Roper
1
-2
/
+2
2020-12-21
drm/i915/gt: Provide a utility to create a scratch buffer
Chris Wilson
1
-34
/
+2
2020-12-16
drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
Chris Wilson
1
-0
/
+1
2020-12-10
drm/i915: Correct location of Wa_1408615072
John Harrison
1
-4
/
+5
2020-12-09
drm/i915/gt: document masked registers
Lucas De Marchi
1
-0
/
+11
2020-12-09
drm/i915/gt: rename wa_write_masked_or()
Lucas De Marchi
1
-44
/
+44
2020-12-09
drm/i915/gt: stop ignoring read with wa_masked_field_set
Lucas De Marchi
1
-1
/
+1
2020-12-05
drm/i915: remove WA_SET_FIELD_MASKED()
Lucas De Marchi
1
-8
/
+12
2020-12-05
drm/i915: remove WA_CLR_BIT_MASKED()
Lucas De Marchi
1
-10
/
+7
2020-12-05
drm/i915: remove WA_SET_BIT_MASKED()
Lucas De Marchi
1
-81
/
+78
2020-12-05
drm/i915/dg1: Implement WA_16011163337
Swathi Dhanavanthri
1
-0
/
+10
2020-12-01
drm/i915/tgl, rkl, dg1: Apply WA_1406941453 to TGL, RKL and DG1
Swathi Dhanavanthri
1
-7
/
+5
2020-11-16
drm/i915/dg1: make Wa_22010271021 permanent
Lucas De Marchi
1
-8
/
+8
2020-11-16
drm/i915: Avoid memory leak with more than 16 workarounds on a list
Tvrtko Ursulin
1
-1
/
+3
2020-10-15
drm/i915/dg1: Add initial DG1 workarounds
Stuart Summers
1
-22
/
+89
2020-10-14
drm/i915/jsl: Split EHL/JSL platform info and PCI ids
Tejas Upadhyay
1
-2
/
+2
2020-10-09
drm/i915: Update gen12 multicast register ranges
Matt Roper
1
-6
/
+22
2020-09-17
drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent
Swathi Dhanavanthri
1
-3
/
+4
2020-09-11
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-14
/
+29
2020-09-07
drm/i915: Kill last user of intel_context_create_request outside of selftests
Maarten Lankhorst
1
-14
/
+29
2020-08-28
drm/i915/tgl: Fix stepping WA matching
José Roberto de Souza
1
-5
/
+18
2020-08-26
drm/i915/gt: Implement WA_1406941453
Clint Taylor
1
-0
/
+7
2020-08-17
drm/i915/kbl: Fix revision ID checks
Matt Roper
1
-3
/
+21
2020-08-17
drm/i915/rkl: Add initial workarounds
Matt Roper
1
-32
/
+57
2020-07-09
drm/i915/tgl: Implement WAs 18011464164 and 22010931296
José Roberto de Souza
1
-5
/
+8
2020-07-08
drm/i915/sseu: Move sseu_info under gt_info
Venkata Sandeep Dhanalakota
1
-4
/
+4
2020-06-11
drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds
Chris Wilson
1
-5
/
+22
2020-06-11
drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workarounds
Chris Wilson
1
-0
/
+14
2020-06-11
drm/i915/gt: Move snb GT workarounds from init_clock_gating to workarounds
Chris Wilson
1
-0
/
+41
2020-06-11
drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workarounds
Chris Wilson
1
-0
/
+59
2020-06-11
drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds
Chris Wilson
1
-0
/
+62
2020-06-11
drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workarounds
Chris Wilson
1
-0
/
+48
2020-06-04
drm/i915/tgl: Implement WA_16011163337
Clint Taylor
1
-4
/
+7
2020-06-03
drm/i915: Drop i915_request.i915 backpointer
Chris Wilson
1
-2
/
+2
2020-06-02
drm/i915/gt: Make the CTX_TIMESTAMP readable on !rcs
Chris Wilson
1
-1
/
+24
2020-06-02
drm/i915: Identify Cometlake platform
Chris Wilson
1
-6
/
+12
2020-06-02
drm/i915/gt: Move legacy context wa to intel_workarounds
Chris Wilson
1
-0
/
+31
2020-05-20
drm/i915/ehl: Wa_22010271021
Matt Atwood
1
-0
/
+6
2020-05-12
drm/i915/ehl: Restrict w/a 1607087056 for EHL/JSL
Swathi Dhanavanthri
1
-4
/
+7
2020-05-04
drm/i915: Remove cnl pre-prod workarounds
Ville Syrjälä
1
-17
/
+0
2020-04-15
drm/i915/tgl: Initialize multicast register steering for workarounds
Matt Roper
1
-0
/
+2
2020-04-02
drm/i915/tgl: Make Wa_14010229206 permanent
Swathi Dhanavanthri
1
-6
/
+6
[next]