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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-14
drm/i915: Extract icl_combo_phy_loadgen_select()
Ville Syrjälä
1
-9
/
+14
2021-10-14
drm/i915: Remove dead DKL_TX_LOADGEN_SHARING_PMD_DISABLE stuff
Ville Syrjälä
2
-9
/
+0
2021-10-14
drm/i915: Use standard form terminating condition for lane for loops
Ville Syrjälä
1
-2
/
+2
2021-10-14
drm/i915: Shrink {icl_mg,tgl_dkl}_phy_ddi_buf_trans
Ville Syrjälä
1
-6
/
+6
2021-10-14
drm/i915: Remove pointless extra namespace from dkl/snps buf trans structs
Ville Syrjälä
3
-12
/
+12
2021-10-14
drm/i915: rename intel_sideband.[ch] to intel_sbi.[ch]
Jani Nikula
5
-29
/
+13
2021-10-14
drm/i915: split out intel_pcode.[ch] to separate file
Jani Nikula
17
-255
/
+277
2021-10-14
drm/i915/bios: gracefully disable dual eDP for now
Jani Nikula
1
-0
/
+47
2021-10-14
drm/connector: Add a drm_connector privacy-screen helper functions (v2)
Hans de Goede
1
-0
/
+102
2021-10-14
drm/privacy-screen: Add notifier support (v2)
Hans de Goede
1
-0
/
+64
2021-10-14
drm/privacy-screen: Add X86 specific arch init code
Hans de Goede
2
-1
/
+87
2021-10-14
drm: Add privacy-screen class (v4)
Hans de Goede
4
-0
/
+412
2021-10-14
drm/connector: Add support for privacy-screen properties (v4)
Rajat Jain
2
-0
/
+105
2021-10-14
drm/i915: split out vlv sideband to a separate file
Jani Nikula
22
-382
/
+405
2021-10-13
drm/amdgpu/psp: add some missing cases to psp_check_pmfw_centralized_cstate_management
Alex Deucher
1
-1
/
+2
2021-10-13
drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20
Alex Deucher
1
-0
/
+4
2021-10-13
drm/amdkfd: unregistered svm range not overlap with TTM range
Philip Yang
3
-7
/
+94
2021-10-13
drm/amdgpu: fix out of bounds write
Thelford Williams
1
-1
/
+1
2021-10-13
drm/amdgpu/smu11: fix firmware version check for vangogh
Alex Deucher
1
-1
/
+1
2021-10-13
drm/amdkfd: fix resume error when iommu disabled in Picasso
Yifan Zhang
1
-0
/
+1
2021-10-13
drm/amdkfd: fix boot failure when iommu is disabled in Picasso.
Yifan Zhang
2
-4
/
+3
2021-10-13
drm/amdkfd: handle svm partial migration cpages 0
Philip Yang
1
-34
/
+52
2021-10-13
drm/amdkfd: ratelimited svm debug messages
Philip Yang
2
-21
/
+30
2021-10-13
drm/amd/pm: Fix incorrect power limit readback in smu11 if POWER_SOURCE_DC
Darren Powell
1
-4
/
+5
2021-10-13
amdgpu/pm: (v2) add limit_type to (pptable_funcs)->set_power_limit signature
Darren Powell
8
-19
/
+39
2021-10-13
drm/amdgpu: Fix RAS page retirement with mode2 reset on Aldebaran
Mukul Joshi
1
-12
/
+21
2021-10-13
drm/amdgpu: Enable RAS error injection after mode2 reset on Aldebaran
Mukul Joshi
1
-0
/
+2
2021-10-13
drm/amd/display: fix null pointer deref when plugging in display
Aurabindo Pillai
1
-1
/
+2
2021-10-13
drm/amd/display: Fix surface optimization regression on Carrizo
Nicholas Kazlauskas
1
-2
/
+13
2021-10-13
drm/amd/display: Enable PSR by default on newer DCN
Nicholas Kazlauskas
2
-3
/
+19
2021-10-13
drm/amdgpu: enable display for cyan skillfish
Lang Yu
1
-2
/
+1
2021-10-13
amd/display: check cursor plane matches underlying plane
Simon Ser
1
-15
/
+34
2021-10-13
amd/amdkfd: remove svms declaration to avoid werror
Alex Sierra
1
-6
/
+5
2021-10-13
drm/amdkfd: fix KFDSVMRangeTest.PartialUnmapSysMemTest fails
Yifan Zhang
1
-0
/
+5
2021-10-13
drm/amdkfd: export svm_range_list_lock_and_flush_work
Yifan Zhang
2
-1
/
+2
2021-10-13
drm/amdkfd: avoid conflicting address mappings
Alex Sierra
2
-17
/
+75
2021-10-13
drm/amdgpu/nbio2.3: don't use GPU_HDP_FLUSH bit 12
Alex Deucher
3
-1
/
+36
2021-10-13
drm/locking: add backtrace for locking contended locks without backoff
Jani Nikula
2
-2
/
+62
2021-10-13
drm/i915: Free the returned object of acpi_evaluate_dsm()
Zenghui Yu
1
-2
/
+5
2021-10-13
drm/i915: Fix bug in user proto-context creation that leaked contexts
Matthew Brost
1
-1
/
+4
2021-10-13
drm: rcar-du: Don't create encoder for unconnected LVDS outputs
Laurent Pinchart
3
-4
/
+28
2021-10-12
drm/i915: Stop using I915_TILING_* in client blit selftest
Matt Roper
1
-11
/
+18
2021-10-12
drm/nouveau/mmu/gp100: remove unused variable
Karol Herbst
1
-1
/
+1
2021-10-12
drm/i915/display: remove unused intel-mid.h include
Lucas De Marchi
1
-1
/
+0
2021-10-12
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
676
-13459
/
+62680
2021-10-12
drm/i915/gt: add asm/cacheflush.h for use of clflush()
Lucas De Marchi
1
-0
/
+1
2021-10-12
drm/i915/gt: include tsc.h where used
Lucas De Marchi
1
-0
/
+1
2021-10-12
drm/i915/display: move pin/unpin fb/plane code to a new file.
Dave Airlie
8
-267
/
+306
2021-10-12
drm/i915/display: refactor initial plane config to a separate file
Dave Airlie
5
-276
/
+302
2021-10-12
drm/i915/display: refactor out initial plane config for crtcs
Dave Airlie
1
-19
/
+25
[prev]
[next]