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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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
4
-2
/
+28
2021-08-27
glamor: Set AMDGPU_CREATE_PIXMAP_SCANOUT on DRI2 and shared pixmaps
Dor Askayo
1
-9
/
+11
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
1
-2
/
+2
2020-07-10
Fix build against ABI_VIDEODRV_VERSION 25.2
Michel Dänzer
5
-45
/
+51
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-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
2020-03-16
Use the device_id straight from gpu_info
Emil Velikov
2
-11
/
+1
2020-03-16
Reuse the existing busid string
Emil Velikov
1
-4
/
+2
2020-03-16
Store the busid string in AMDGPUEnt
Emil Velikov
3
-28
/
+20
2020-03-16
Remove NULL check after a "cannot fail" function
Emil Velikov
1
-6
/
+0
2020-03-16
Fixup the amdgpu_bus_id() string format
Emil Velikov
1
-1
/
+1
2020-03-16
Remove drmCheckModesettingSupported and kernel module loading, on Linux
Emil Velikov
1
-2
/
+2
2020-03-16
Use ODEV_ATTRIB_PATH where possible for the device node.
Emil Velikov
1
-2
/
+14
2020-02-05
Fix link failure with gcc 10
Adam Jackson
1
-1
/
+1
2019-11-22
kms: Handle changes to SourceValidate call chain in xserver 19
Adam Jackson
1
-1
/
+6
2019-09-26
Don't unreference FBs of pixmaps from different screens in LeaveVT
Michel Dänzer
1
-10
/
+17
2019-09-18
Don't set up black scanout buffer if LeaveVT is called from CloseScreen
Michel Dänzer
1
-1
/
+9
2019-08-07
present: Don't check pixmap pitch in check_flip with non-DC >= 3.34
Michel Dänzer
1
-3
/
+10
2019-08-07
present: Don't check pixmap pitch in check_flip with current DC
Michel Dänzer
1
-4
/
+4
2019-08-07
present: Also check pixmap pitch in check_flip with current xserver
Michel Dänzer
1
-2
/
+0
2019-07-05
Don't disable page flipping completely with SW cursor
Michel Dänzer
1
-7
/
+2
2019-06-25
present: Check that we can get a KMS FB for flipping
Michel Dänzer
2
-0
/
+19
2019-06-14
Remove dri2_drawable_crtc parameter consider_disabled
Michel Dänzer
1
-5
/
+5
2019-06-14
dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL
Michel Dänzer
1
-2
/
+4
2019-06-10
dri2: reply to client for WaitMSC request in any case
Flora Cui
1
-0
/
+3
2019-04-30
dri3: Always flush glamor before sharing pixmap storage with clients
Michel Dänzer
1
-21
/
+5
2019-04-18
Retry get_fb_ptr in get_fb
Michel Dänzer
1
-12
/
+13
2019-03-07
modesetting: add tile property support
Dave Airlie
2
-2
/
+55
2019-03-04
present: Don't check tiling parameters with DC & DRM minor version >= 31
Michel Dänzer
1
-5
/
+11
[next]