index
:
xorg/driver/xf86-video-amdgpu
1.0
1.1
master
AMD Xorg video driver (mirrored from https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-19
use XNFcallocarray() instead of xnfcalloc macro
HEAD
master
Enrico Weigelt, metux IT consult
3
-3
/
+3
2024-07-19
use XNFalloc() instead of xnfalloc
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-07-12
Check GFX12 swizzle mode correctly
Marek Olšák
2
-3
/
+5
2024-07-12
ci: use gfx-ci/ci-deb-repo to get latest libdrm
Pierre-Eric Pelloux-Prayer
2
-1
/
+4
2024-07-12
ci: switch from testing to bookworm
Pierre-Eric Pelloux-Prayer
2
-2
/
+2
2024-07-11
dont use obsolete pict_f_transform alias anymore
Enrico Weigelt, metux IT consult
1
-1
/
+1
2024-05-15
dont check for HAS_DIRTYTRACKING_ROTATION: it's always enabled.
Enrico Weigelt, metux IT consult
2
-12
/
+1
2024-05-14
drop compat with ancient xserver versions
Enrico Weigelt, metux IT consult
6
-48
/
+2
2024-05-14
bump minimal xorg version to 1.18
Enrico Weigelt, metux IT consult
2
-27
/
+2
2024-02-24
gitlab CI: add builds against server-21.1-branch
Alan Coopersmith
2
-44
/
+37
2024-01-24
Handling of color management properties
Uday Kiran Pichika
3
-44
/
+69
2023-09-25
Enable TearFree if it's set to auto and VariableRefresh is enabled
Hamza Mahfooz
3
-1
/
+7
2023-07-12
Free output_ids
Chris Bainbridge
1
-2
/
+5
2023-07-11
Fix segfault on dock suspend, unplug, resume
Chris Bainbridge
1
-0
/
+3
2023-02-22
Bump version for the 23.0.0 release
xf86-video-amdgpu-23.0.0
Shashank Sharma
1
-1
/
+1
2022-12-05
config: Add hotplug driver name
Shashank Sharma
1
-1
/
+2
2022-11-11
Fix primary output handling in amdgpu_crtc_covering_box().
Mario Kleiner
1
-1
/
+1
2022-09-29
Use DRM_CAP_CURSOR_WIDTH/HEIGHT if possible
Pierre-Eric Pelloux-Prayer
1
-7
/
+20
2022-08-18
gitlab CI: enable gitlab's builtin static analysis
Alan Coopersmith
1
-0
/
+2
2022-08-18
Fix screen corruption on secondary GPU
tiancyin
1
-1
/
+1
2022-08-08
Initialize present extension for GPU screen
Kai-Heng Feng
1
-23
/
+21
2022-04-20
Do not consider disabled crtc anymore when looking for xf86crtc covering draw...
Lukasz Spintzyk
3
-71
/
+26
2022-04-20
Prefer crtc of primary output for synchronization when screen has to crtcs wi...
Lukasz Spintzyk
1
-2
/
+10
2022-04-20
Use randr_crtc_covering_drawable used in modesetting
Lukasz Spintzyk
3
-22
/
+135
2022-04-20
amdgpu: fixup driver for new X server ABI
Łukasz Spintzyk
1
-0
/
+3
2022-02-22
Update URLs to reflect gitlab migration
Alan Coopersmith
3
-11
/
+7
2022-02-22
Bump version for the 22.0.0 release
xf86-video-amdgpu-22.0.0
Shashank Sharma
1
-1
/
+1
2022-02-16
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2022-02-16
glamor: unset AMDGPU_CREATE_PIXMAP_SCANOUT on shared pixmap
Jesse Zhang
1
-0
/
+1
2022-02-14
Fix spelling/wording issues
Alan Coopersmith
2
-6
/
+6
2022-01-25
Add option for non-vsynced flips for "secondary" outputs.
Mario Kleiner
5
-2
/
+43
2021-08-27
glamor: Set AMDGPU_CREATE_PIXMAP_SCANOUT on DRI2 and shared pixmaps
Dor Askayo
1
-9
/
+11
2021-07-30
Bump version for the 21.0.0 release
xf86-video-amdgpu-21.0.0
Alex Deucher
1
-1
/
+1
2021-04-27
Include xf86drm.h instead of sarea.h
Michel Dänzer
1
-1
/
+1
2021-02-02
Drop dri.h includes
Michel Dänzer
2
-3
/
+0
2020-12-14
Fix drmmode_crtc_scanout_create logic
Likun Gao
1
-1
/
+2
2020-08-28
Check for AMDGPU_CREATE_PIXMAP_SCANOUT in amdgpu_glamor_create_pixmap
Michel Dänzer
1
-1
/
+2
2020-07-17
Replace a few more instances of "master"
Michel Dänzer
2
-3
/
+3
2020-07-10
Fix build against ABI_VIDEODRV_VERSION 25.2
Michel Dänzer
6
-46
/
+52
2020-05-27
Make drmmode_crtc_scanout_create/destroy static
Michel Dänzer
3
-35
/
+28
2020-05-27
Drop struct drmmode_scanout altogether in favour of PixmapPtrs
Michel Dänzer
3
-66
/
+57
2020-05-27
Drop bo/width/height members from struct drmmode_scanout
Michel Dänzer
3
-70
/
+14
2020-05-27
Fix return value check of drmIoctl()
Niclas Zeising
1
-1
/
+1
2020-05-27
gitlab CI: update to use the latest CI templates
Peter Hutterer
1
-19
/
+19
2020-04-21
glamor: Make pixmap scanout compatible if its dimensions are
Michel Dänzer
4
-13
/
+21
2020-03-18
Handle NULL fb_ptr in pixmap_get_fb
Michel Dänzer
1
-1
/
+1
2020-03-16
Bail from amdgpu_pixmap_get_handle with ShadowFB
Michel Dänzer
1
-3
/
+5
2020-03-16
Factor out common code to amdgpu_probe()
Emil Velikov
1
-70
/
+9
2020-03-16
Introduce amdgpu_device_setup helper
Emil Velikov
1
-28
/
+32
2020-03-16
Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevices
Emil Velikov
1
-22
/
+48
[next]