index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-21
drm/i915: Free all DMC payloads
Chris Wilson
1
-1
/
+4
2021-09-21
drm/i915: Move __i915_gem_free_object to ttm_bo_destroy
Maarten Lankhorst
1
-4
/
+5
2021-09-21
drm/i915: Update memory bandwidth parameters
Radhakrishna Sripada
1
-3
/
+16
2021-09-20
drm/i915: Check SFC fusing before recording/dumping SFC_DONE
Matt Roper
1
-2
/
+4
2021-09-20
drm/i915/xehp: Check new fuse bits for SFC availability
Matt Roper
4
-10
/
+27
2021-09-20
drm/i915: Take pinning into account in __i915_gem_object_is_lmem
Matthew Brost
1
-3
/
+4
2021-09-20
drm/i915/guc: Enable GuC submission by default on DG1
Matthew Brost
1
-1
/
+1
2021-09-20
drm/i915/guc: Add DG1 GuC / HuC firmware defs
Daniele Ceraolo Spurio
1
-0
/
+1
2021-09-20
drm/i915/guc: put all guc objects in lmem when available
Daniele Ceraolo Spurio
6
-13
/
+128
2021-09-20
drm/i915: Do not define vma on stack
Venkata Sandeep Dhanalakota
2
-9
/
+18
2021-09-20
drm/i915/dg2: configure TRANS_DP2_VFREQ{HIGH,LOW} for 128b/132b
Jani Nikula
1
-0
/
+11
2021-09-20
drm/i915/dg2: use 128b/132b transcoder DDI mode
Jani Nikula
1
-7
/
+20
2021-09-20
drm/i915/dp: add HAS_DP20 macro
Jani Nikula
1
-0
/
+1
2021-09-20
drm/i915/dg2: configure TRANS_DP2_CTL for DP 2.0
Jani Nikula
1
-1
/
+16
2021-09-20
drm/i915/dp: select 128b/132b channel encoding for UHBR rates
Jani Nikula
1
-1
/
+2
2021-09-20
drm/i915/dp: use 128b/132b TPS2 for UHBR+ link rates
Jani Nikula
1
-3
/
+7
2021-09-20
drm/i915/dp: add helper for checking for UHBR link rate
Jani Nikula
2
-0
/
+7
2021-09-20
drm/i915/dg2: add DG2+ TRANS_DDI_FUNC_CTL DP 2.0 128b/132b mode
Jani Nikula
2
-4
/
+4
2021-09-20
drm/i915/gt: Add "intel_" as prefix in set_mocs_index()
Ayaz A Siddiqui
3
-3
/
+3
2021-09-20
drm/i915: Make wa list per-gt
Venkata Sandeep Dhanalakota
8
-75
/
+81
2021-09-18
drm/i915: deduplicate frequency dump on debugfs
Lucas De Marchi
3
-284
/
+76
2021-09-18
drm/i915: rename debugfs_gt_pm files
Lucas De Marchi
5
-19
/
+19
2021-09-18
drm/i915: rename debugfs_engines files
Lucas De Marchi
5
-19
/
+19
2021-09-18
drm/i915: rename debugfs_gt files
Lucas De Marchi
11
-49
/
+49
2021-09-17
drm/i915/display/adlp: Add new PSR2 workarounds
José Roberto de Souza
2
-1
/
+30
2021-09-17
drm/i915/display/psr: Use drm damage helpers to calculate plane damaged area
José Roberto de Souza
1
-24
/
+13
2021-09-17
drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled
José Roberto de Souza
1
-0
/
+25
2021-09-17
drm/i915/display: Wait at least 2 frames before selective update
José Roberto de Souza
1
-1
/
+1
2021-09-17
drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation
José Roberto de Souza
1
-1
/
+1
2021-09-17
drm/i915/dmc: Update to DMC v2.12
Anusha Srivatsa
1
-2
/
+2
2021-09-16
drm/i915: Free all DMC payloads
Chris Wilson
1
-1
/
+4
2021-09-16
drm/i915: Move __i915_gem_free_object to ttm_bo_destroy
Maarten Lankhorst
1
-4
/
+5
2021-09-15
drm/i915: Update memory bandwidth parameters
Radhakrishna Sripada
1
-3
/
+16
2021-09-15
drm/i915: Extract hsw_panel_transcoders()
Ville Syrjälä
1
-5
/
+11
2021-09-15
drm/i915: Adjust intel_dsc_power_domain() calling convention
Ville Syrjälä
3
-45
/
+44
2021-09-15
drm/i915: Introduce with_intel_display_power_if_enabled()
Ville Syrjälä
1
-0
/
+4
2021-09-15
drm/i915: s/pipe/transcoder/ when dealing with PIPECONF/TRANSCONF
Ville Syrjälä
9
-36
/
+36
2021-09-15
drm/i915: Flatten hsw_crtc_compute_clock()
Ville Syrjälä
1
-9
/
+11
2021-09-15
drm/i915: Extract intel_dp_need_bigjoiner()
Ville Syrjälä
1
-5
/
+14
2021-09-15
drm/i915: Mark GPU wedging on driver unregister unrecoverable
Janusz Krzysztofik
1
-1
/
+1
2021-09-15
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
11
-36
/
+55
2021-09-15
drm/i915: Add mmap lock around vma_lookup() in the mman selftest.
Maarten Lankhorst
1
-0
/
+2
2021-09-15
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
89
-3995
/
+5143
2021-09-14
drm/i915/dg2: Define MOCS table for DG2
Matt Roper
1
-1
/
+36
2021-09-14
drm/i915/xehpsdv: Define MOCS table for XeHP SDV
Lucas De Marchi
1
-1
/
+34
2021-09-14
drm/i915: Enable -Wsometimes-uninitialized
Nathan Chancellor
1
-1
/
+0
2021-09-14
drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem()
Nathan Chancellor
1
-0
/
+2
2021-09-14
drm/i915/selftests: Do not use import_obj uninitialized
Nathan Chancellor
1
-3
/
+2
2021-09-14
drm/i915: Enable -Wsometimes-uninitialized
Nathan Chancellor
1
-1
/
+0
2021-09-14
drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem()
Nathan Chancellor
1
-0
/
+2
[prev]
[next]