Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
775a8364251644e8baaf9f11f028097b6f69a518
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
dce_virtual.c
775a836
drm/amdgpu: rename amdgpu_crtc_set_config
by Samuel Li
· 8 years ago
0cd1193
drm/amdgpu: rename amdgpu_crtc_page_flip_target
by Samuel Li
· 8 years ago
770d13b
drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h
by Christian König
· 8 years ago
1719efc
drm/amdgpu:cancel timer of virtual DCE(v2)
by Monk Liu
· 8 years ago
129d65c
drm/amdgpu:fix virtual dce bug
by Monk Liu
· 8 years ago
418da17
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
by Keith Packard
· 8 years ago
4a70af4
drm/amdgpu/dce_virtual: remove error message for vega10
by Xiangliang.Yu
· 8 years ago
09ef237
Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
76dd3cd
drm: amd: remove dead code and pointless local lut storage
by Peter Rosin
· 8 years ago
89a6c2e
drm/amdgpu/virtual_dce: Remove the rmmod error message
by Emily Deng
· 8 years ago
e4f6b39
drm/amdgpu: remove *_mc_access from display funcs
by Alex Deucher
· 9 years ago
b3fba8a
drm/amdgpu: drop set_vga_render_state from display funcs
by Alex Deucher
· 9 years ago
6b7781b
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Sean Paul
· 8 years ago
248a1d6
drm/amd: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
c81a1a7
drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup
by Michel Dänzer
· 8 years ago
6d124ff
drm: Add acquire ctx to ->gamma_set hook
by Daniel Vetter
· 8 years ago
ebe0a80
drm/amdgpu/dce_virtual: bypass DPM for vf
by Xiangliang Yu
· 8 years ago
d766e6a
drm/amdgpu: switch ih handling to two levels (v3)
by Alex Deucher
· 9 years ago
2fc5338
drm/amdgpu: add polaris12 to virtual dce handling
by Alex Deucher
· 8 years ago
3a1d19a
drm/amdgpu: fix unload driver issue for virtual display
by Xiangliang Yu
· 9 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 9 years ago
75e75cb
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Daniel Vetter
· 9 years ago
17f1dfd
Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 9 years ago
949f088
drm: Make the connector .detect() callback optional
by Laurent Pinchart
· 9 years ago
e7b8243
drm/amdgpu: drop is_display_hung from display funcs
by Alex Deucher
· 9 years ago
2d1e331
drm/irq: Unexport drm_vblank_on/off
by Daniel Vetter
· 9 years ago
a125510
drm/amdgpu: rework IP block registration (v2)
by Alex Deucher
· 9 years ago
623fea1
drm/amdgpu/virtual_dce: move define into source file
by Alex Deucher
· 9 years ago
0f66356
drm/amd/amdgpu: For virtual display, enable multi crtcs. (v3)
by Emily Deng
· 9 years ago
66264ba
drm/amdgpu: simplify encoder and connector setup (v2)
by Alex Deucher
· 9 years ago
9405e47
drm/amdgpu/virtual_dce: clean up interrupt handling
by Alex Deucher
· 9 years ago
bf2335a
drm/amdgpu/virtual_dce: no need to an irq process callback
by Alex Deucher
· 9 years ago
82b9f81
drm/amdgpu/virtual_dce: drop pageflip_irq funcs
by Alex Deucher
· 9 years ago
425f6d6
drm/amdgpu/virtual_dce: drop empty function
by Alex Deucher
· 9 years ago
a1d3704
drm/amdgpu/virtual_dce: add dce6 support
by Alex Deucher
· 9 years ago
8cb619d
drm/amdgpu/virtual_dce: adjust config ifdef
by Alex Deucher
· 9 years ago
28a3965
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 9 years ago
765e7fb
drm/amdgpu: rename all rbo variable to abo v2
by Christian König
· 9 years ago
9f4ef05
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 9 years ago
4d44665
drm/amdgpu: mark symbols static where possible
by Baoyou Xie
· 9 years ago
d912ade
drm/amdgpu: squash lines for simple wrapper functions
by Masahiro Yamada
· 9 years ago
041aa65
drm/amdgpu: Hardcode virtual DCE vblank / scanout position return values
by Emily Deng
· 9 years ago
325cbba
drm/amdgpu: Provide page_flip_target hook
by Michel Dänzer
· 9 years ago
2579de4
drm/amdgpu/virtual_dce: add case for topaz for disable_dce
by Alex Deucher
· 9 years ago
d06b7e1
drm/amdgpu: move vsync_timer_enabled setup to dce virtual early_init
by Alex Deucher
· 9 years ago
6b5084c
drm/amdgpu: Call pageflip irq funtion when receiced vsync interrupt.
by Emily Deng
· 9 years ago
46ac362
drm/amdgpu: Use software timer to generate vsync interrupt.
by Emily Deng
· 9 years ago
83c9b02
drm/amdgpu: Disable VGA render and crtc when init GMC.
by Emily Deng
· 9 years ago
0d43f3b
drm/amdgpu: Initialize dce_virtual_crtc_funcs. (v2)
by Emily Deng
· 9 years ago
f1f5ef9
drm/amdgpu: Initialize dce_virtual_crtc_helper_funcs
by Emily Deng
· 9 years ago
e13273d
drm/amdgpu: Initialize crtc, pageflip irq funcs (v2)
by Emily Deng
· 9 years ago
8e6de75
drm/amdgpu: Initialize dce_virtual_display_funcs.
by Emily Deng
· 9 years ago
c6e14f4
drm/amdgpu: Initialize dce_virtual_ip_funcs
by Emily Deng
· 9 years ago