index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-26
drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_clean
Roger He
1
-1
/
+5
2018-02-26
drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOC
Roger He
1
-1
/
+3
2018-02-26
drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctx
Roger He
3
-5
/
+6
2018-02-26
radeon: hide pointless #warning when compile testing
Arnd Bergmann
1
-1
/
+2
2018-02-26
drm/ttm: set page mapping during allocation
Christian König
2
-2
/
+17
2018-02-20
Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
Alex Deucher
1
-5
/
+1
2018-02-20
drm/radeon: use drm_gem_private_object_init
Christian König
1
-5
/
+1
2018-02-20
drm/amdgpu: use drm_gem_private_object_init
Christian König
1
-5
/
+1
2018-02-20
drm/amdgpu: mitigate workaround for i915
Christian König
1
-11
/
+20
2018-02-20
drm/amdgpu: implement amdgpu_gem_map_(attach/detach)
Christian König
3
-22
/
+34
2018-02-19
drm/amdgpu/powerplay/smu7: drop refresh rate checks for mclk switching
Alex Deucher
1
-2
/
+1
2018-02-19
drm/amdgpu/cgs: add refresh rate checking to non-DC display code
Alex Deucher
1
-0
/
+5
2018-02-19
drm/amd/powerplay/smu7: allow mclk switching with no displays
Alex Deucher
1
-4
/
+7
2018-02-19
drm/amd/powerplay/vega10: allow mclk switching with no displays
Alex Deucher
1
-4
/
+7
2018-02-19
drm/amd/powerplay: use PP_CAP macro for disable_mclk_switching_for_frame_lock
Alex Deucher
1
-4
/
+4
2018-02-19
drm/amd/powerplay: remove unused headers
Corentin Labbe
2
-479
/
+0
2018-02-19
drm/amdgpu_gem: fix error handling path in amdgpu_gem_va_update_vm
Gustavo A. R. Silva
1
-3
/
+4
2018-02-19
drm/amdgpu: update the PASID mapping only on demand
Christian König
3
-9
/
+32
2018-02-19
drm/amdgpu: separate PASID mapping from VM flush v2
Christian König
22
-76
/
+79
2018-02-19
drm/amd/display: Fix increment when sampling OTF in DCE
Leo (Sunpeng) Li
1
-1
/
+1
2018-02-19
drm/amd/display: De PQ implementation
Vitaly Prosyak
3
-75
/
+442
2018-02-19
drm/amd/display: Remove unused dm_pp_ interfaces
Harry Wentland
2
-64
/
+0
2018-02-19
drm/amd/display: Add logging for aux DPCD access
Eric Yang
1
-0
/
+16
2018-02-19
drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
Tao
1
-1
/
+3
2018-02-19
drm/amd/display: provide an interface to query firmware version
Anthony Koo
4
-8
/
+21
2018-02-19
drm/amd/display: Add missing Vega defines to dal_asic_id
Harry Wentland
1
-0
/
+8
2018-02-19
drm/amd/display: Treat bad EDID as no EDID
Eric Yang
1
-4
/
+9
2018-02-19
drm/amd/display: Remove duplicate entries from BIOS function table
Ken Chalmers
1
-4
/
+0
2018-02-19
drm/amd/display: Make FBC work without fbdev emulation
Roman Li
1
-23
/
+15
2018-02-19
drm/amd/display: Remove delay on disconnect patch
John Barberiz
2
-13
/
+4
2018-02-19
drm/amd/display: Skip 2 frames when first reading CRC
Leo (Sunpeng) Li
2
-7
/
+7
2018-02-19
drm/amd/display: Expose DCE110 CRC functions for DCE8
Leo (Sunpeng) Li
3
-4
/
+12
2018-02-19
drm/amd/display: Rework DCE transform bit depth reduction programming.
Leo (Sunpeng) Li
1
-68
/
+36
2018-02-19
drm/amd/display: When enabling CRC, disable dither & enable truncation
Leo (Sunpeng) Li
2
-5
/
+20
2018-02-19
drm/amd/display: Expose dither setting functionality to Linux
Leo (Sunpeng) Li
2
-0
/
+34
2018-02-19
drm/amd/display: Refactor max color lut entries into a macro.
Leo (Sunpeng) Li
3
-8
/
+10
2018-02-19
drm/amd/display: Hookup color management functions
Leo (Sunpeng) Li
3
-33
/
+44
2018-02-19
drm/amd/display: Implement color management
Leo (Sunpeng) Li
3
-1
/
+224
2018-02-19
drm/amd/display: Add color module's gamma helpers to Linux build
Leo (Sunpeng) Li
4
-1
/
+1148
2018-02-19
drm/amd/display: Use hardware max low point when sampling OTF
Leo (Sunpeng) Li
1
-3
/
+3
2018-02-19
drm/amd/display: Make couple functions in DCE80 TG static
Harry Wentland
2
-68
/
+63
2018-02-19
drm/amd/display: Re-use DCE100 display_power_gating for DCE80
Harry Wentland
3
-38
/
+6
2018-02-19
drm/amd/display: Remove unused DCE80 compressor
Harry Wentland
3
-913
/
+1
2018-02-19
drm/amd/display: Keep eDP stream enabled during boot.
Yongqiang Sun
3
-24
/
+34
2018-02-19
drm/amd/display: dal 3.1.34
Tony Cheng
1
-1
/
+1
2018-02-19
drm/amd/display: disable seamless vp adjustment for mirrored surface
Dmytro Laktyushkin
1
-4
/
+4
2018-02-19
drm/amd/display: add monitor patch for delay after DP receive power up
Martin Tsai
2
-0
/
+7
2018-02-19
drm/amd/display: Change blackout time to 0 on CZ/ST
Harry Wentland
1
-4
/
+4
2018-02-19
drm/amd/display: add force_trigger even to static screen control
Charlene Liu
3
-0
/
+5
2018-02-19
drm/amd/display: dal 3.1.33
Tony Cheng
1
-1
/
+1
[next]