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
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
drm/amdgpu: Fix width of I2C address
Luben Tuikov
1
-8
/
+11
2021-07-01
drm/amd/pm: Simplify managed I2C transfer functions
Luben Tuikov
3
-137
/
+95
2021-07-01
drm/amd/pm: Extend the I2C quirk table
Luben Tuikov
3
-3
/
+12
2021-07-01
drm/amdgpu: EEPROM: add explicit read and write
Luben Tuikov
3
-8
/
+23
2021-07-01
drm/amdgpu: RAS xfer to read/write
Luben Tuikov
3
-13
/
+28
2021-07-01
drm/amdgpu: Rename misspelled function
Luben Tuikov
3
-15
/
+13
2021-07-01
drm/amdgpu: RAS: EEPROM --> RAS
Luben Tuikov
1
-53
/
+50
2021-07-01
drm/amdgpu: I2C class is HWMON
Luben Tuikov
4
-4
/
+4
2021-07-01
drm/amdgpu: Fix wrap-around bugs in RAS
Luben Tuikov
1
-10
/
+10
2021-07-01
drm/amdgpu: RAS and FRU now use 19-bit I2C address
Luben Tuikov
3
-64
/
+39
2021-07-01
drm/amdgpu: I2C EEPROM full memory addressing
Luben Tuikov
2
-20
/
+72
2021-07-01
drm/amdgpu: EEPROM respects I2C quirks
Luben Tuikov
1
-16
/
+64
2021-07-01
drm/amdgpu: Fixes to the AMDGPU EEPROM driver
Luben Tuikov
1
-28
/
+68
2021-07-01
drm/amdgpu: Fix Vega20 I2C to be agnostic (v2)
Luben Tuikov
2
-40
/
+69
2021-07-01
drm/amdgpu/pm: ADD I2C quirk adapter table
Andrey Grodzovsky
3
-0
/
+19
2021-07-01
drm/amd/pm: SMU I2C: Return number of messages processed
Andrey Grodzovsky
3
-54
/
+75
2021-07-01
drm/amdgpu: Send STOP for the last byte of msg only
Andrey Grodzovsky
3
-6
/
+6
2021-07-01
drm/amdgpu: Drop i > 0 restriction for issuing RESTART
Andrey Grodzovsky
3
-3
/
+3
2021-07-01
dmr/amdgpu: Add RESTART handling also to smu_v11_0_i2c (VG20)
Andrey Grodzovsky
1
-10
/
+12
2021-07-01
drm/amdgpu: Remember to wait 10ms for write buffer flush v2
Andrey Grodzovsky
1
-0
/
+15
2021-07-01
drm/amdgpu: only set restart on first cmd of the smu i2c transaction
Alex Deucher
3
-3
/
+3
2021-07-01
drm/amdgpu: rework smu11 i2c for generic operation
Aaron Rice
1
-38
/
+9
2021-07-01
drm/amdgpu: add I2C_CLASS_HWMON to SMU i2c buses
Alex Deucher
4
-4
/
+4
2021-07-01
drm/amdgpu: i2c subsystem uses 7 bit addresses
Alex Deucher
2
-6
/
+6
2021-07-01
drm/amdgpu/ras: switch fru eeprom handling to use generic helper (v2)
Alex Deucher
1
-16
/
+6
2021-07-01
drm/amdgpu/ras: switch ras eeprom handling to use generic helper
Alex Deucher
1
-58
/
+28
2021-07-01
drm/amdgpu: add new helper for handling EEPROM i2c transfers
Alex Deucher
3
-1
/
+103
2021-07-01
drm/amdgpu/pm: add smu i2c implementation for navi1x (v5)
Alex Deucher
1
-0
/
+116
2021-07-01
drm/amdgpu/pm: rework i2c xfers on arcturus (v5)
Alex Deucher
1
-170
/
+57
2021-07-01
drm/amdgpu/pm: rework i2c xfers on sienna cichlid (v4)
Alex Deucher
1
-170
/
+57
2021-07-01
drm/amdgpu: add a mutex for the smu11 i2c bus (v2)
Alex Deucher
2
-10
/
+10
2021-07-01
drm/amdgpu: Conditionally reset SDMA RAS error counts
Mukul Joshi
1
-2
/
+5
2021-07-01
drm/amdkfd: Maintain svm_bo reference in page->zone_device_data
Alex Sierra
3
-11
/
+18
2021-07-01
drm/amdkfd: add invalid pages debug at vram migration
Alex Sierra
1
-0
/
+14
2021-07-01
drm/amdkfd: skip migration for pages already in VRAM
Alex Sierra
1
-9
/
+7
2021-07-01
drm/amdkfd: skip invalid pages during migrations
Alex Sierra
1
-20
/
+18
2021-07-01
drm/amdkfd: classify and map mixed svm range pages in GPU
Alex Sierra
2
-34
/
+55
2021-07-01
drm/amdkfd: use hmm range fault to get both domain pfns
Alex Sierra
1
-41
/
+27
2021-07-01
drm/amdgpu: get owner ref in validate and map
Alex Sierra
1
-1
/
+24
2021-07-01
drm/amdkfd: set owner ref to svm range prefault
Alex Sierra
3
-4
/
+6
2021-07-01
drm/amdkfd: add owner ref param to get hmm pages
Alex Sierra
4
-5
/
+6
2021-07-01
drm/amdkfd: device pgmap owner at the svm migrate init
Alex Sierra
2
-3
/
+6
2021-07-01
drm/amdkfd: inc counter on child ranges with xnack off
Alex Sierra
1
-2
/
+14
2021-07-01
drm/amd/display: Extend DMUB diagnostic logging to DCN3.1
Nicholas Kazlauskas
3
-5
/
+76
2021-07-01
drm/amdgpu: Update NV SIMD-per-CU to 2
Joseph Greathouse
1
-1
/
+1
2021-07-01
drm/amdgpu: add new dimgrey cavefish DID
Alex Deucher
1
-0
/
+1
2021-07-01
drm/amd/pm: skip PrepareMp1ForUnload message in s0ix
Shyam Sundar S K
1
-1
/
+2
2021-07-01
drm/amdgpu: move apu flags initialization to the start of device init
Huang Rui
3
-10
/
+37
2021-07-01
drm/amd/display: Respect CONFIG_FRAME_WARN=0 in dml Makefile
Reka Norman
1
-2
/
+6
2021-07-01
drm/amdgpu/dc: Really fix DCN3.1 Makefile for PPC64
Michal Suchanek
1
-0
/
+2
[prev]
[next]