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_fb.c
Age
Commit message (
Expand
)
Author
2018-08-27
drm/amdgpu: move gem definitions into amdgpu_gem header
Huang Rui
2018-07-20
drm/amdgpu: use drm_fb helper for console_(un)lock
Shirish S
2018-07-10
drm/amdgpu: allocate gart memory when it's required (v3)
Junwei Zhang
2018-07-10
drm/amdgpu: separate gpu address from bo pin
Junwei Zhang
2018-07-05
drm/amdgpu: fix the wrong type of gem object creation
Huang Rui
2018-05-15
drm/amdgpu: Rename amdgpu_display_framebuffer_domains()
Samuel Li
2018-04-11
drm/amdgpu: Move GEM BO to drm_framebuffer
Daniel Stone
2018-02-19
drm/amdgpu: rename amdgpu_framebuffer_init
Samuel Li
2018-02-19
drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h
Christian König
2018-02-19
drm/amdgpu: allow framebuffer in GART memory as well
Christian König
2017-12-06
drm/amdgpu: Use drm_fb_helper_lastclose() and _poll_changed()
Noralf Trønnes
2017-09-26
drm/amdgpu: Enable DRIVER_ATOMIC flag for DAL.
Andrey Grodzovsky
2017-09-26
drm/amd/dc: Add dc display driver (v2)
Harry Wentland
2017-09-13
amdgpu: Only destroy fbdev framebuffer if it was initialized
Michel Dänzer
2017-08-31
drm/amdgpu: add IOCTL interface for per VM BOs v3
Christian König
2017-08-15
drm/amdgpu: switch to drm_*{get,put} helpers
Cihangir Akturk
2017-08-15
drm/amdgpu: cleanup kptr handling
Christian König
2017-08-04
drm: amd: remove dead code and pointless local lut storage
Peter Rosin
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
2017-05-25
drm/amdgpu: fix null point error when rmmod amdgpu.
Rex Zhu
2017-04-28
drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup
Michel Dänzer
2017-03-29
gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2017-03-29
drm/amdgpu: clean framebuffer with GPU
Pixel Ding
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
2016-12-08
drm/amdgpu: use pin rather than pin_restricted in a few cases
Alex Deucher
2016-11-14
drm/amdgpu: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
2016-10-25
drm/amdgpu: add AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS flag v3
Christian König
2016-10-18
drm: amdgpu: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
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-20
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-09-14
drm/amdgpu: handle runtime pm in fbcon (v2)
Alex Deucher
2016-08-12
drm: Remove superflous linux/fb.h includes
Daniel Vetter
2016-01-26
drm/amdgpu: don't init fbdev if we don't have any connectors
Alex Deucher
2015-12-02
drm/amdgpu: Use unlocked gem unreferencing
Daniel Vetter
2015-11-24
drm: Remove unused fbdev_list members
Lukas Wunner
2015-11-05
Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2015-11-03
drm/amdgpu: don't VT switch on suspend
Alex Deucher
2015-10-05
drm/amdgpu: restore the fbdev mode in lastclose
Alex Deucher
2015-09-03
drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)
Alex Deucher
2015-08-06
drm/amdgpu: Use new drm_fb_helper functions
Archit Taneja
2015-06-03
drm/amdgpu: implement the allocation range (v3)
Chunming Zhou
2015-06-03
drm/amdgpu: rework tiling flags
Marek Olšák
2015-06-03
drm/amdgpu: don't set unused tiling flags
Marek Olšák
2015-06-03
drm/amdgpu: add core driver (v4)
Alex Deucher