index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
dce_virtual.c
Age
Commit message (
Expand
)
Author
2017-01-23
drm/amdgpu: fix unload driver issue for virtual display
Xiangliang Yu
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-06
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Daniel Vetter
2016-12-06
Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2016-12-01
drm: Make the connector .detect() callback optional
Laurent Pinchart
2016-11-23
drm/amdgpu: drop is_display_hung from display funcs
Alex Deucher
2016-11-15
drm/irq: Unexport drm_vblank_on/off
Daniel Vetter
2016-10-25
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
2016-10-25
drm/amdgpu/virtual_dce: move define into source file
Alex Deucher
2016-10-25
drm/amd/amdgpu: For virtual display, enable multi crtcs. (v3)
Emily Deng
2016-10-25
drm/amdgpu: simplify encoder and connector setup (v2)
Alex Deucher
2016-10-25
drm/amdgpu/virtual_dce: clean up interrupt handling
Alex Deucher
2016-10-25
drm/amdgpu/virtual_dce: no need to an irq process callback
Alex Deucher
2016-10-25
drm/amdgpu/virtual_dce: drop pageflip_irq funcs
Alex Deucher
2016-10-25
drm/amdgpu/virtual_dce: drop empty function
Alex Deucher
2016-10-25
drm/amdgpu/virtual_dce: add dce6 support
Alex Deucher
2016-10-04
drm/amdgpu/virtual_dce: adjust config ifdef
Alex Deucher
2016-09-30
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-09-28
drm/amdgpu: rename all rbo variable to abo v2
Christian König
2016-09-28
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-09-22
drm/amdgpu: mark symbols static where possible
Baoyou Xie
2016-09-15
drm/amdgpu: squash lines for simple wrapper functions
Masahiro Yamada
2016-08-17
drm/amdgpu: Hardcode virtual DCE vblank / scanout position return values
Emily Deng
2016-08-10
drm/amdgpu: Provide page_flip_target hook
Michel Dänzer
2016-08-08
drm/amdgpu/virtual_dce: add case for topaz for disable_dce
Alex Deucher
2016-08-08
drm/amdgpu: move vsync_timer_enabled setup to dce virtual early_init
Alex Deucher
2016-08-08
drm/amdgpu: Call pageflip irq funtion when receiced vsync interrupt.
Emily Deng
2016-08-08
drm/amdgpu: Use software timer to generate vsync interrupt.
Emily Deng
2016-08-08
drm/amdgpu: Disable VGA render and crtc when init GMC.
Emily Deng
2016-08-08
drm/amdgpu: Initialize dce_virtual_crtc_funcs. (v2)
Emily Deng
2016-08-08
drm/amdgpu: Initialize dce_virtual_crtc_helper_funcs
Emily Deng
2016-08-08
drm/amdgpu: Initialize crtc, pageflip irq funcs (v2)
Emily Deng
2016-08-08
drm/amdgpu: Initialize dce_virtual_display_funcs.
Emily Deng
2016-08-08
drm/amdgpu: Initialize dce_virtual_ip_funcs
Emily Deng