Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
cd456f8d06d2036e1e013136c3fbf5721d04f6d7
cd456f8
drm: Restrict stackdepot usage to builtin drm.ko
by Chris Wilson
· 8 years ago
06d9f56
drm/msm: module param to dump state on error irq
by Rob Clark
· 8 years ago
dd701ae
drm/msm/mdp5: add atomic_print_state support
by Rob Clark
· 8 years ago
6559c90
drm/atomic: add debugfs file to dump out atomic state
by Rob Clark
· 8 years ago
fceffb32
drm/atomic: add new drm_debug bit to dump atomic state
by Rob Clark
· 8 years ago
1638d30
drm: add helpers to go from plane state to drm_rect
by Rob Clark
· 8 years ago
d8187177
drm: add helper for printing to log or seq_file
by Rob Clark
· 8 years ago
65c7dc1
drm: helper macros to print composite types
by Rob Clark
· 8 years ago
06a66b5
reservation: revert "wait only with non-zero timeout specified (v3)" v2
by Christian König
· 8 years ago
98a6dd9
drm/ttm: fix ttm_bo_wait
by Christian König
· 8 years ago
698c0f7
dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)
by Alex Deucher
· 8 years ago
bcc004b
dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)
by Alex Deucher
· 8 years ago
eef18a8
drm/amdgpu: add the interface of waiting multiple fences (v4)
by Junwei Zhang
· 8 years ago
7392b4b
dma-buf: return index of the first signaled fence (v2)
by monk.liu
· 8 years ago
c5ec903
MAINTAINERS: update Sync File Framework files
by Gustavo Padovan
· 8 years ago
4592bfc
dma-buf/sw_sync: put fence reference from the fence creation
by Gustavo Padovan
· 8 years ago
7488158
dma-buf/sw_sync: mark sync_timeline_create() static
by Baoyou Xie
· 8 years ago
93ce75f
drm: Add stackdepot include for DRM_DEBUG_MM
by Chris Wilson
· 8 years ago
3835b46
drm/plane: add inline doc for struct drm_plane
by Gustavo Padovan
· 8 years ago
5d58698
drm/msm: use drm_atomic_set_fence_for_plane() to set the fence
by Gustavo Padovan
· 8 years ago
aee2586
drm/imx: use drm_atomic_set_fence_for_plane() to set the fence
by Gustavo Padovan
· 8 years ago
13b5566
drm/atomic: add drm_atomic_set_fence_for_plane()
by Gustavo Padovan
· 8 years ago
7abc7d4
drm: don't override possible_crtcs for primary/cursor planes
by Rob Clark
· 8 years ago
91d5ee0
drm/uapi: Add a warning that mode flags must match the xrandr definitions
by Ville Syrjälä
· 8 years ago
e587803
drm/edid: Add the missing "Hz" to VIC 58,59 comment
by Ville Syrjälä
· 8 years ago
c36ed71
drm/gma500: remove unused ioctl declarations
by Jiang Biao
· 8 years ago
4470dc9
drm/gma500: make function static to eliminate compiling warning
by Jiang Biao
· 8 years ago
0dc9967
drm/atomic-helper: fix reference to drm_atomic_helper_commit_planes
by Stefan Agner
· 8 years ago
03e93ac
drm: update the documentation of drm_framebuffer_unregister_private
by Rongrong Zou
· 8 years ago
5c7fcf2
drm/i915: Enable drm_mm debug when enabling DRM_I915_DEBUG
by Chris Wilson
· 8 years ago
5705670
drm: Track drm_mm allocators and show leaks on shutdown
by Chris Wilson
· 8 years ago
55edf41
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
by Jani Nikula
· 8 years ago
0a97c81
drm/gma500: Add compat ioctl
by Patrik Jakobsson
· 8 years ago
fb42295
Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-next
by Dave Airlie
· 8 years ago
220196b
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 8 years ago
a1873c6
Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 8 years ago
3495a10
drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CI
by Rex Zhu
· 8 years ago
415282b
drm/amdgpu: disable dpm before turn off clock when vce idle.
by Rex Zhu
· 8 years ago
4be5097
drm/amdgpu: enable uvd bypass mode for CI/VI.
by Rex Zhu
· 8 years ago
3f767e3
drm/amdgpu: just not load smc firmware if smu is already running
by Rex Zhu
· 8 years ago
86f8c59
drm/amdgpu: when suspend, set boot state instand of disable dpm.
by Rex Zhu
· 8 years ago
8ed8147
drm/amdgpu: use failed label to handle context init failure
by Huang Rui
· 8 years ago
56df51d
drm/bridge: fix platform_no_drv_owner.cocci warnings
by kbuild test robot
· 8 years ago
3a81e96
drm/bridge: fix semicolon.cocci warnings
by kbuild test robot
· 8 years ago
9ff7a1b
drm: Print some debug/error info during DP dual mode detect
by Imre Deak
· 8 years ago
329f4c8
drm: mark drm_of_component_match_add dummy inline
by Arnd Bergmann
· 8 years ago
ce6e153
drm/bridge: add Silicon Image SiI8620 driver
by Andrzej Hajda
· 8 years ago
4397752
dt-bindings: add Silicon Image SiI8620 bridge bindings
by Andrzej Hajda
· 8 years ago
00c635e
video: add header file for Mobile High-Definition Link (MHL) interface
by Andrzej Hajda
· 8 years ago
9982ca6
drm/amdgpu: add amdgpu_ttm_bo_eviction_valuable callback
by Christian König
· 8 years ago
a2ab19fe
drm/ttm: make eviction decision a driver callback v2
by Christian König
· 8 years ago
585ffd6
drm/ttm: fix coding style in ttm_bo_driver.h
by Christian König
· 8 years ago
1c331f7
drm/radeon/pm: autoswitch power state when in balanced mode
by Lucas Stach
· 8 years ago
fad742f
drm/amd/powerplay: fix spelling mistake and add KERN_WARNING to printks
by Colin Ian King
· 8 years ago
aafcafa
drm/amdgpu:new ids flag for preempt
by Monk Liu
· 8 years ago
d1936cc
drm/amdgpu: mark symbols static where possible
by Baoyou Xie
· 8 years ago
356aee3
drm/amdgpu: change function declarations and add missing header dependencies
by Baoyou Xie
· 8 years ago
f93932b
drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip code
by Alex Deucher
· 8 years ago
f1e68a7
drm/amdgpu/atom: remove a bunch of unused functions
by Alex Deucher
· 8 years ago
72a5743
drm/amdgpu: consolidate atom scratch reg handling for hangs
by Alex Deucher
· 8 years ago
a76ed48
drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wb
by Alex Deucher
· 8 years ago
9861470
drm/amdgpu: add VCE VM session tracking
by Christian König
· 8 years ago
45088ef
drm/amdgpu: improve parse_cs handling a bit
by Christian König
· 8 years ago
5e876c6
drm/amdgpu: refine set power state logic for dpm.
by Rex Zhu
· 8 years ago
8c8e2c3
drm/amdgpu: update current ps/requeset ps in adev with real ps.
by Rex Zhu
· 8 years ago
6061789
drm/amdgpu: add an implement for check_power_state equal for KV
by Alex Deucher
· 8 years ago
3411717
drm/amdgpu: add an implement for check_power_state equal for Si.
by Rex Zhu
· 8 years ago
73909a7
drm/amdgpu: add an implement for check_power_state equal for Cz.
by Rex Zhu
· 8 years ago
1d516c4
drm/amdgpu: add an implement for check_power_state equal for CI
by Rex Zhu
· 8 years ago
fbebf2c
drm/amdgpu: add new callback to check power state info
by Rex Zhu
· 8 years ago
db82b67
drm/amdgpu: check min clock set by DAL before set ps.
by Rex Zhu
· 8 years ago
74f3ce3
drm/amd/amdgpu: Put in rest of wave fields
by Tom St Denis
· 8 years ago
472259f
drm/amd/amdgpu: re-factor debugfs wave reader
by Tom St Denis
· 8 years ago
394fdde
drm/amd/amdgpu: Make debugfs write compliment read
by Tom St Denis
· 8 years ago
32977f9
drm/amd/amdgpu: Allow broadcast on debugfs read (v2)
by Tom St Denis
· 8 years ago
5ecfb3b
drm/amd/amdgpu: Fix debugfs wave reader
by Tom St Denis
· 8 years ago
273d7aa
drm/amd/amdgpu: Add wave reader to debugfs
by Tom St Denis
· 8 years ago
a125510
drm/amdgpu: rework IP block registration (v2)
by Alex Deucher
· 8 years ago
cf35c7c
drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.h
by Alex Deucher
· 8 years ago
623fea1
drm/amdgpu/virtual_dce: move define into source file
by Alex Deucher
· 8 years ago
2120df4
drm/amdgpu: enable virtual dce on SI
by Alex Deucher
· 8 years ago
07fecde
drm/amdgpu: fill in vce clock info ioctl query (v2)
by Alex Deucher
· 8 years ago
597be30
drm/amdgpu/powerplay: add an implementation for get_vce_clock_state (v3)
by Alex Deucher
· 8 years ago
825cc99
drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)
by Alex Deucher
· 8 years ago
230cf1b
drm/amdgpu/dpm: add new callback to fetch vce clock state (v2)
by Alex Deucher
· 8 years ago
bbe8797
drm/amdgpu: add info ioctl query for vce clock info (v3)
by Alex Deucher
· 8 years ago
66ba1af
drm/amdgpu: save number of vce states in dpm struct.
by Rex Zhu
· 8 years ago
0d8de7c
drm/amdgpu: use same vce state definition in dpm and powerplay
by Rex Zhu
· 8 years ago
cf097881
drm/amdgpu: move dpm related definitions to amdgpu_dpm.h
by Alex Deucher
· 8 years ago
7988714
drm/amdgpu: move align_mask and nop into ring funcs as well (v2)
by Christian König
· 8 years ago
21cd942
drm/amdgpu: move the ring type into the funcs structure (v2)
by Christian König
· 8 years ago
e12f3d7
drm/amdgpu: move IB and frame size directly into the engine description
by Christian König
· 8 years ago
7bc6be8
drm/amdgpu: remove explicit NULL init for parse_cs
by Christian König
· 8 years ago
e08c90a7
drm/amdgpu: remove 128 NOP hack from vm_flush v2
by Christian König
· 8 years ago
c81b07e6b
drm/amdgpu: remove ring type check for conditional execution
by Christian König
· 8 years ago
66f3b2d
drm/amdgpu: pad gfx and compute rings to 256 dw
by Christian König
· 8 years ago
ec9aaaf
drm/radeon: clarify why we evict vram twice on suspend
by Alex Deucher
· 8 years ago
a0a71e4
drm/amdgpu: clarify why we evict vram twice on suspend
by Alex Deucher
· 8 years ago
db9635c
drm/amdgpu: used cached gca values for vi_read_register (v2)
by Alex Deucher
· 8 years ago
34817db
drm/amdgpu/gfx8: use cached raster config values in csb setup
by Alex Deucher
· 8 years ago
Next »