index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mvme147.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-21
drm/amdgpu/powerplay: fix typo in BACO header guards
Alex Deucher
2
-4
/
+4
2019-02-21
drm/amdgpu/powerplay: fix return codes in BACO code
Alex Deucher
2
-5
/
+5
2019-02-21
drm/amdgpu: add missing license on baco files
Alex Deucher
2
-0
/
+44
2019-02-19
drm/amdgpu: partial revert cleanup setting bulk_movable v2
Christian König
1
-0
/
+4
2019-02-19
drm/amdgpu: cleanup setting bulk_movable
Christian König
1
-6
/
+0
2019-02-19
drm/amd/powerplay/smu10_hwmgr: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-5
/
+3
2019-02-19
drm/amd/powerplay/smu8_hwmgr: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-5
/
+3
2019-02-19
drm/amd/display: Refactor for setup periodic interrupt.
Yongqiang Sun
9
-151
/
+215
2019-02-19
drm/amd/display: Clear stream->mode_changed after commit
Nicholas Kazlauskas
1
-0
/
+3
2019-02-19
drm/amd/display: Do cursor updates after stream updates
Nicholas Kazlauskas
1
-3
/
+6
2019-02-19
drm/amd/display: Fix update type mismatches in atomic check
Nicholas Kazlauskas
1
-6
/
+10
2019-02-19
drm/amd/display: Don't expose support for DRM_FORMAT_RGB888
Nicholas Kazlauskas
1
-1
/
+0
2019-02-19
drm/amd/display: Fix wrong z-order when updating overlay planes
Nicholas Kazlauskas
1
-0
/
+36
2019-02-19
drm/amd/display: send pipe set command to dmcu when backlight is set
Josip Pavic
1
-22
/
+23
2019-02-19
drm/amd/display: Ungate stream before programming registers
Gary Kattan
3
-2
/
+16
2019-02-19
drm/amd/display: Increase precision for backlight curve
Anthony Koo
1
-19
/
+4
2019-02-19
drm/amd/display: remove screen flashes on seamless boot
Anthony Koo
3
-2
/
+41
2019-02-19
drm/amd/display: send pipe set command to dmcu when stream unblanks
Josip Pavic
3
-16
/
+21
2019-02-19
Revert "drm/amdgpu: Fix bugs in setting CP RB/MEC DOORBELL_RANGE registers"
Yong Zhao
2
-29
/
+9
2019-02-19
Revert "drm/amdgpu: Delete user queue doorbell variables"
Yong Zhao
3
-0
/
+12
2019-02-19
drm/radeon/evergreen_cs: fix missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-02-19
drm/amdgpu/si_dpm: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-02-19
drm/radeon/ci_dpm: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-02-19
drm/amd/powerplay/smu7_hwmgr: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-02-19
drm/amd/display/dce_mem_input: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-19
drm/radeon/si_dpm: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-02-19
drm/amd/display/dc/bios_parser2: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2019-02-19
drm/amdkfd: Optimize out sdma doorbell array in kgd2kfd_shared_resources
Yong Zhao
3
-38
/
+23
2019-02-19
drm/amdkfd: Fix bugs regarding CP queue doorbell mask on SOC15
Yong Zhao
4
-18
/
+38
2019-02-19
drm/amdgpu: Add first_non_cp and last_non_cp in amdgpu_doorbell_index
Yong Zhao
3
-0
/
+17
2019-02-18
drm/amdkfd: Move a constant definition around
Yong Zhao
1
-5
/
+6
2019-02-15
drm/amdgpu: remove some old unused dpm helpers
Alex Deucher
2
-97
/
+0
2019-02-15
drm/amdgpu: Add command to override the context priority.
Bas Nieuwenhuizen
2
-2
/
+42
2019-02-15
drm/amdgpu: Check if fd really is an amdgpu fd.
Bas Nieuwenhuizen
3
-3
/
+25
2019-02-15
drm/amdgpu: Only add rqs for initialized rings.
Bas Nieuwenhuizen
1
-3
/
+8
2019-02-15
drm/sched: Fix entities with 0 rqs.
Bas Nieuwenhuizen
1
-13
/
+26
2019-02-13
drm/amdgpu: don't clamp debugfs register access to the BAR size
Alex Deucher
1
-3
/
+0
2019-02-13
drm/amdgpu: fix several indentation issues
Colin Ian King
6
-6
/
+6
2019-02-13
drm/amdgpu/powerplay: declare firmware for CI cards
Alex Deucher
1
-0
/
+4
2019-02-13
drm/amd/display: Fix deadlock with display during hanged ring recovery.
Andrey Grodzovsky
1
-6
/
+13
2019-02-13
drm/amdgpu: Delete user queue doorbell variables
Yong Zhao
3
-12
/
+0
2019-02-13
drm/amdgpu: Fix bugs in setting CP RB/MEC DOORBELL_RANGE registers
Yong Zhao
2
-9
/
+29
2019-02-13
drm/amdgpu: Simplify eviction fence handling
Felix Kuehling
1
-123
/
+11
2019-02-13
drm/amdgpu: Avoid setting off KFD eviction fences in amdgpu_vm
Felix Kuehling
1
-3
/
+3
2019-02-13
drm/amdgpu: Replace ttm_bo_wait with amdgpu_bo_sync_wait
Felix Kuehling
1
-2
/
+2
2019-02-13
drm/amdgpu: Add helper to wait for BO fences using a sync object
Felix Kuehling
3
-27
/
+28
2019-02-13
drm/amdgpu: tighten gpu_recover in mailbox_flr to avoid duplicate recover in ...
wentalou
1
-1
/
+2
2019-02-13
drm/amdgpu: cleanup amdgpu_ih_process a bit more
Christian König
4
-39
/
+21
2019-02-11
drm/virtio: do NOT reuse resource ids
Gerd Hoffmann
1
-0
/
+13
2019-02-08
drm: rcar-du: Turn LVDS clock output on/off for DPAD0 output on D3/E3
Laurent Pinchart
3
-0
/
+38
[next]