index
:
linux.git
master
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
/
amdgpu_display.c
Age
Commit message (
Expand
)
Author
2017-08-15
drm/amdgpu: switch to drm_*{get,put} helpers
Cihangir Akturk
2017-05-01
Revert "drm/amdgpu: Refactor flip into prepare submit and submit. (v3)"
Michel Dänzer
2017-04-28
drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup
Michel Dänzer
2017-04-28
drm/amdgpu: Fix use of interruptible waiting
Alex Xie
2017-04-07
drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)
Christopher James Halse Rogers
2017-03-29
drm: Add acquire ctx parameter to ->set_config
Daniel Vetter
2017-03-29
drm: Add acquire ctx parameter to ->page_flip(_target)
Daniel Vetter
2017-01-27
drm/amdgpu: Refactor flip into prepare submit and submit. (v3)
Andrey Grodzovsky
2017-01-27
drm/amdgpu: Switch error code when bo pin fails. (v3)
Andrey Grodzovsky
2017-01-27
drm/amdgpu: Remove checking for atombios
Nils Wallménius
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2016-12-08
drm/amdgpu: use pin rather than pin_restricted in a few cases
Alex Deucher
2016-10-28
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
2016-10-25
drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip code
Alex Deucher
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-09-28
drm/amdgpu: rename all rbo variable to abo v2
Christian König
2016-08-10
drm/amdgpu: Provide page_flip_target hook
Michel Dänzer
2016-08-08
drm/amdgpu: Initialize dce_virtual_ip_funcs
Emily Deng
2016-07-29
drm/amdgpu: Delete an unnecessary check before drm_gem_object_unreference_unl...
Markus Elfring
2016-07-29
drivers/amdgpu: Remove spurious semicolons
Edward O'Callaghan
2016-07-07
drm/amdgpu: Unpin BO if we can't get fences in amdgpu_crtc_page_flip
Michel Dänzer
2016-06-13
drm/amdgpu: use crtc directly in drm_crtc_vblank_put()
Gustavo Padovan
2016-06-06
drm/amdgpu: use drm_crtc_vblank_{get,put}()
Gustavo Padovan
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-11
drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)
Alex Deucher
2016-05-04
drm/amd: Mark some tables as const
Nils Wallménius
2016-05-04
drm/amdgpu: Set PFLIP_SUBMITTED for crtc after address update
Andrey Grodzovsky
2016-04-01
drm/amdgpu: fix leaking fence in the pageflip code
Christian König
2016-03-14
Merge drm-fixes into drm-next.
Dave Airlie
2016-03-05
drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
Mario Kleiner
2016-02-19
drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
Mario Kleiner
2016-02-16
drm/amdgpu: remove page flip work queue v3
Christian König
2016-02-16
drm/amdgpu: stop blocking for page filp fences
Christian König
2016-02-16
drm/amdgpu: stop calling amdgpu_gpu_reset from the flip code
Christian König
2016-02-10
drm/amdgpu: Move MMIO flip out of spinlocked region
Vitaly Prosyak
2015-12-08
Back merge tag 'v4.4-rc4' into drm-next
Dave Airlie
2015-12-04
drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)
Alex Deucher
2015-12-04
drm/amdgpu: take a BO reference in the display code
Christian König
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-10-30
Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2015-10-23
drm/amdgpu: stop leaking page flip fence
Christian König
2015-10-21
drm/amdgpu: remove the exclusive lock
Christian König
2015-10-15
drm/amdgpu: Keep the pflip interrupts always enabled v7
Michel Dänzer
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-09-24
drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps
Ville Syrjälä
2015-08-17
drm/amdgpu: fix waiting for all fences before flipping
Christian König
2015-08-17
drm/amdgpu: remove amdgpu_fence_wait
Christian König
2015-06-03
drm/amdgpu: implement the allocation range (v3)
Chunming Zhou
2015-06-03
drm/amdgpu: add core driver (v4)
Alex Deucher