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
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-10
drm/amdgpu: allocate gart memory when it's required (v3)
Junwei Zhang
1
-0
/
+6
2018-07-10
drm/amdgpu: separate gpu address from bo pin
Junwei Zhang
1
-3
/
+2
2018-05-15
drm/amdgpu: Rename amdgpu_display_framebuffer_domains()
Samuel Li
1
-2
/
+2
2018-04-11
drm/amdgpu: Move GEM BO to drm_framebuffer
Daniel Stone
1
-29
/
+7
2018-03-01
Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+1
2018-02-19
drm/amdgpu: rename amdgpu_crtc_idx_to_irq_type
Samuel Li
1
-1
/
+1
2018-02-19
drm/amdgpu: rename amdgpu_get_crtc_scanoutpos
Samuel Li
1
-7
/
+7
2018-02-19
drm/amdgpu: rename amdgpu_crtc_scaling_mode_fixup
Samuel Li
1
-3
/
+3
2018-02-19
drm/amdgpu: rename amdgpu_update_display_priority
Samuel Li
1
-1
/
+1
2018-02-19
drm/amdgpu: rename amdgpu_modeset_create_props
Samuel Li
1
-1
/
+1
2018-02-19
drm/amdgpu: rename amdgpu_user_framebuffer_create
Samuel Li
1
-4
/
+4
2018-02-19
drm/amdgpu: rename amdgpu_framebuffer_init
Samuel Li
1
-6
/
+5
2018-02-19
drm/amdgpu: rename amdgpu_ddc_probe
Samuel Li
1
-3
/
+3
2018-02-19
drm/amdgpu: rename amdgpu_print_display_setup
Samuel Li
1
-1
/
+1
2018-02-19
drm/amdgpu: rename amdgpu_crtc_set_config
Samuel Li
1
-2
/
+2
2018-02-19
drm/amdgpu: rename amdgpu_crtc_page_flip_target
Samuel Li
1
-5
/
+5
2018-02-19
drm/amdgpu: rename static functions in amdgpu_display.c
Samuel Li
1
-19
/
+22
2018-02-19
drm/amdgpu: only allow scatter/gather display with DC
Alex Deucher
1
-1
/
+4
2018-02-19
drm/amdgpu: allow framebuffer in GART memory as well
Christian König
1
-1
/
+13
2018-02-15
drm/amdgpu: Handle 64-bit return from drm_crtc_vblank_count()
Dhinakaran Pandiyan
1
-1
/
+1
2017-12-06
drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed()
Noralf Trønnes
1
-7
/
+2
2017-09-26
Revert "drm/amdgpu: Pulling old prepare and submit for flip back"
Harry Wentland
1
-109
/
+29
2017-09-26
drm/amdgpu: Expose mode_config functions for DM
Harry Wentland
1
-2
/
+2
2017-09-26
drm/amdgpu: Pulling old prepare and submit for flip back
Harry Wentland
1
-29
/
+109
2017-08-15
drm/amdgpu: switch to drm_*{get,put} helpers
Cihangir Akturk
1
-3
/
+3
2017-05-01
Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v3)"
Michel Dänzer
1
-109
/
+29
2017-04-28
drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup
Michel Dänzer
1
-1
/
+1
2017-04-28
drm/amdgpu: Fix use of interruptible waiting
Alex Xie
1
-1
/
+1
2017-04-07
drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)
Christopher James Halse Rogers
1
-0
/
+6
2017-03-29
drm: Add acquire ctx parameter to ->set_config
Daniel Vetter
1
-2
/
+3
2017-03-29
drm: Add acquire ctx parameter to ->page_flip(_target)
Daniel Vetter
1
-1
/
+2
2017-01-27
drm/amdgpu: Refactor flip into prepare submit and submit. (v3)
Andrey Grodzovsky
1
-28
/
+108
2017-01-27
drm/amdgpu: Switch error code when bo pin fails. (v3)
Andrey Grodzovsky
1
-1
/
+0
2017-01-27
drm/amdgpu: Remove checking for atombios
Nils Wallménius
1
-6
/
+4
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+1
2016-12-08
drm/amdgpu: use pin rather than pin_restricted in a few cases
Alex Deucher
1
-1
/
+1
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-8
/
+8
2016-10-25
drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip code
Alex Deucher
1
-6
/
+6
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-8
/
+8
2016-09-28
drm/amdgpu: rename all rbo variable to abo v2
Christian König
1
-21
/
+21
2016-08-10
drm/amdgpu: Provide page_flip_target hook
Michel Dänzer
1
-67
/
+29
2016-08-08
drm/amdgpu: Initialize dce_virtual_ip_funcs
Emily Deng
1
-1
/
+4
2016-07-29
drm/amdgpu: Delete an unnecessary check before drm_gem_object_unreference_unl...
Markus Elfring
1
-3
/
+1
2016-07-29
drivers/amdgpu: Remove spurious semicolons
Edward O'Callaghan
1
-1
/
+1
2016-07-07
drm/amdgpu: Unpin BO if we can't get fences in amdgpu_crtc_page_flip
Michel Dänzer
1
-4
/
+4
2016-06-13
drm/amdgpu: use crtc directly in drm_crtc_vblank_put()
Gustavo Padovan
1
-1
/
+1
2016-06-06
drm/amdgpu: use drm_crtc_vblank_{get,put}()
Gustavo Padovan
1
-2
/
+2
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2016-05-11
drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)
Alex Deucher
1
-1
/
+2
2016-05-04
drm/amd: Mark some tables as const
Nils Wallménius
1
-3
/
+3
[next]