index
:
driver/xf86-video-amdgpu
master
AMD/ATI video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amdgpu_pixmap.h
Age
Commit message (
Expand
)
Author
2020-03-18
Handle NULL fb_ptr in pixmap_get_fb
Michel Dänzer
2019-06-25
present: Check that we can get a KMS FB for flipping
Michel Dänzer
2019-04-18
Retry get_fb_ptr in get_fb
Michel Dänzer
2018-05-16
Replace 'foo == NULL' with '!foo'
Michel Dänzer
2018-02-14
Always use screen depth/bpp for KMS framebuffers
Michel Dänzer
2017-08-30
Create amdgpu_pixmap_get_fb_ptr helper
Michel Dänzer
2017-05-26
Use reference counting for tracking KMS framebuffer lifetimes
Michel Dänzer
2016-06-16
Free priv in amdgpu_set_pixmap_bo also if priv->bo == NULL
Michel Dänzer
2016-06-16
Propagate failure from amdgpu_set_pixmap_bo
Michel Dänzer
2016-06-14
Add amdgpu_pixmap_get_tiling_info
Michel Dänzer
2016-03-25
Require xserver 1.9 or newer
Michel Dänzer
2016-02-27
DRI2: Use amdgpu_pixmap_get_handle
Michel Dänzer
2016-02-27
glamor: Avoid generating GEM flink names for BOs shared via DRI3 (v2)
Michel Dänzer
2015-11-19
glamor: Restore all ScreenRec hooks during CloseScreen
Michel Dänzer
2015-06-15
glamor: Remove the stride member of struct radeon_pixmap
Michel Dänzer
2015-06-15
Add AMDGPU_CREATE_PIXMAP_GTT flag
Michel Dänzer
2015-06-15
glamor: Add wrappers for the X server rendering hooks
Michel Dänzer
2015-06-15
Add RADEON_CREATE_PIXMAP_SCANOUT flag
Michel Dänzer
2015-04-20
amdgpu: add the xf86-video-amdgpu driver
Alex Deucher