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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-03
drm/amdgpu/psp: Update waiting in psp mode1 reset.
Andrey Grodzovsky
2
-2
/
+2
2018-12-03
drm/amdgpu: add missing error handling
Christian König
1
-0
/
+3
2018-12-03
drm/amdgpu: remove amdgpu_bo_backup_to_shadow
Christian König
2
-52
/
+0
2018-12-03
drm/amdgpu: add a xgmi supported flag
Alex Deucher
4
-3
/
+7
2018-11-30
drm/amd/display: Clean up for DCN1 clock debug logging
Fatemeh Darbehani
5
-23
/
+32
2018-11-30
drm/amd/display: 3.2.08
Steven Chiu
1
-1
/
+1
2018-11-30
drm/amd/display: Allow clock lower on dce100
David Francis
1
-1
/
+13
2018-11-30
drm/amd/display: Program dithering if requested
SivapiriyanKumarasamy
2
-0
/
+9
2018-11-30
drm/amd/display: Copy crc_enabled when duplicating dm_crtc_state
Nicholas Kazlauskas
1
-0
/
+1
2018-11-30
drm/amd/display: Add customizable tracing event
Chiawen Huang
1
-0
/
+1
2018-11-30
drm/amd/display: Re-arrange GFX9 fields
Nevenko Stupar
1
-3
/
+4
2018-11-30
drm/amd/display: fbc state could not reach while enable fbc
hersen wu
3
-83
/
+66
2018-11-30
drm/amd/display: Info frame cleanup
Harmanprit Tatla
7
-142
/
+42
2018-11-30
drm/amd/display: CTS 4.2.2.7
abdoulaye berthe
1
-1
/
+1
2018-11-30
drm/amd/display: Fix spelling of axis in modules/color/color_gamma.c
Krunoslav Kovac
1
-8
/
+8
2018-11-30
drm/amd/display: Remove unused panel patch "disconnect_delay"
Joshua Aberback
1
-1
/
+0
2018-11-30
drm/amd/display: Start documentation of DC
David Francis
6
-13
/
+135
2018-11-30
drm/amd/display: 3.2.07
Steven Chiu
1
-1
/
+1
2018-11-30
drm/amd/display: fix sporadic multiple aux transaction failure
Yogesh Mohan Marimuthu
2
-51
/
+21
2018-11-30
drm/amdgpu: wait for IB test on first device open
Christian König
1
-3
/
+3
2018-11-30
drm/amdgpu: add VCN JPEG support amdgpu_ctx_num_entities
Alex Deucher
1
-0
/
+1
2018-11-30
drm/amdgpu: don't expose fan attributes on APUs
Alex Deucher
1
-0
/
+13
2018-11-30
drm/amdgpu: Fix num_doorbell calculation issue
Oak Zeng
1
-2
/
+5
2018-11-30
drm/ttm: fix LRU handling in ttm_buffer_object_transfer
Christian König
1
-1
/
+3
2018-11-30
drm/amd/display: Fix NULL ptr deref for commit_planes_to_stream
Nicholas Kazlauskas
1
-1
/
+1
2018-11-29
drm/amd/display: Fix NULL ptr when calculating refresh rate
Jerry (Fangzhi) Zuo
1
-3
/
+2
2018-11-29
drm/amd/display: Fix 6x4K displays light-up on Vega20
Roman Li
1
-0
/
+2
2018-11-28
drm: radeon: fix overflow on 32bit systems
Young Xiao
1
-1
/
+1
2018-11-28
drm/amd/pp: fix spelling mistake "dependancy" -> "dependency"
Colin Ian King
1
-3
/
+3
2018-11-28
drm/amdgpu: Reorder uvd ring init before uvd resume
Chris Wilson
4
-16
/
+16
2018-11-28
drm/amdgpu: Refactor GPU reset for XGMI hive case
Andrey Grodzovsky
2
-117
/
+256
2018-11-28
drm/amdgpu: Expose hive adev list and xgmi_mutex
Andrey Grodzovsky
2
-13
/
+16
2018-11-28
drm/amdgpu: Refactor amdgpu_xgmi_add_device
Andrey Grodzovsky
4
-28
/
+72
2018-11-28
drm/amdgpu: Set FreeSync state using drm VRR properties
Nicholas Kazlauskas
3
-130
/
+139
2018-11-28
drm/amdgpu: Correct get_crtc_scanoutpos behavior when vpos >= vtotal
Nicholas Kazlauskas
1
-1
/
+6
2018-11-28
drm: Document variable refresh properties
Nicholas Kazlauskas
1
-0
/
+68
2018-11-28
drm: Add vrr_enabled property to drm CRTC
Nicholas Kazlauskas
3
-0
/
+12
2018-11-28
drm: Add vrr_capable property to the drm connector
Nicholas Kazlauskas
1
-0
/
+49
2018-11-28
drm/amdgpu: Move doorbell structures to seperate file
Oak Zeng
2
-220
/
+244
2018-11-28
drm/amdgpu: Use asic specific doorbell index instead of macro definition
Oak Zeng
12
-54
/
+36
2018-11-28
drm/amdgpu: Call doorbell index init on device initialization
Oak Zeng
1
-3
/
+5
2018-11-28
drm/amdgpu: Doorbell layout for vega20 and future asic
Oak Zeng
4
-1
/
+105
2018-11-28
drm/amdgpu: Doorbell index initialization for ASICs before vega10
Oak Zeng
4
-0
/
+22
2018-11-28
drm/amdgpu: Vega10 doorbell index initialization
Oak Zeng
4
-10
/
+34
2018-11-28
drm/amdgpu: Add asic func interface to init doorbell index
Oak Zeng
1
-0
/
+3
2018-11-28
drm/amdgpu: Add field in amdgpu_dev to hold reserved doorbell index
Oak Zeng
1
-0
/
+50
2018-11-28
drm/amd/display: Fix compile error with ACPI disabled
David Francis
1
-2
/
+2
2018-11-28
drm/amd/display: Use private obj helpers for dm_atomic_state
Nicholas Kazlauskas
2
-69
/
+234
2018-11-28
drm/sched: revert "fix timeout handling v2" v2
Christian König
1
-26
/
+1
2018-11-26
drm/amdgpu: fix spelling mistake "Pramater" -> "Parameter"
Colin Ian King
1
-2
/
+3
[next]